I have created a setup MSI file for our project. This MSI file contains custom dialog form with following Installation options with checkboxs. 1] Option 1 2] Option 2 3] Option 3. Now during fresh installtion lets suppose user selected Option 1 and successfully
finish installation. Now user want to install Option 2 or Option 3 or Both Option 2 and Option 3. Then user must see the 1st page again with all options to chose again.
When user runs MSI file again by nature MSI will give only options to Repair and Remove. Using ORCA (can use SuperORCA) MSI editor, I succefully shown 3rd option as Modify. Now user can see Repair, Remove and Modify options. If user selects Modify radio
button another button called ReInstall gets enabled. On click of this button I am redirecting user to the 1st screen where user can see Option 1, Option 2 and Option 3.
Now my problem is When I select any option (e.g. Option 2 and Option 3) and click Next button, then somewho Installation steps to installa Option 2/ Option 3 are not getting executing. Can anybody help me to provide solution for this?
Note: I am showing MessageBox when user click Next button, During fresh installation on click of Next MessageBox popsup to show which actions user selected. But during ReInstallation This Message does not occure.
sdabholkar
0 Points
1 Post
Executing installation steps from custom dialog form while rerunning MSI file again?
Jan 20, 2012 06:41 PM|LINK
I have created a setup MSI file for our project. This MSI file contains custom dialog form with following Installation options with checkboxs. 1] Option 1 2] Option 2 3] Option 3. Now during fresh installtion lets suppose user selected Option 1 and successfully finish installation. Now user want to install Option 2 or Option 3 or Both Option 2 and Option 3. Then user must see the 1st page again with all options to chose again.
When user runs MSI file again by nature MSI will give only options to Repair and Remove. Using ORCA (can use SuperORCA) MSI editor, I succefully shown 3rd option as Modify. Now user can see Repair, Remove and Modify options. If user selects Modify radio button another button called ReInstall gets enabled. On click of this button I am redirecting user to the 1st screen where user can see Option 1, Option 2 and Option 3.
Now my problem is When I select any option (e.g. Option 2 and Option 3) and click Next button, then somewho Installation steps to installa Option 2/ Option 3 are not getting executing. Can anybody help me to provide solution for this?
Note: I am showing MessageBox when user click Next button, During fresh installation on click of Next MessageBox popsup to show which actions user selected. But during ReInstallation This Message does not occure.