How to enable Repair Radio button in Maintenance dialog of MSI?
Hi all,
I have an msi created by using InstallSheild 2012. Whenever I run the MSI in Maintenance mode there will be three options Modify, Repair & Remove. By default Modify radio button will selected. I am running the msi in silent mode. So when msi runs in Maintenance mode it is taking Modify as the first priority and it is installing. I want to select the Repair radio button and it should do the repair with silent mode. I don’t want to build the msi using InstallShield, I want to edit this using ORCA. I don’t want to pass "/f" parameter as will. Please suggest me how to select the Repair Radio button by default in Maintenance dialog.
Please help me to resolve this issue.
Thanks,
Sanjay
Answers (2)
Add the following private property in property table (It must be there in property table already with 'Modify' value. If so, change the value of the property from 'Modify' to 'Repair') and check.
MaintenanceMode=Repair
Comments:
-
I tried this option but it is not working. It is taking again a Modify option only. - sanjaypakale 12 years ago
-
Have you tried with MaintenanceMode=Repair property - jagadeish 12 years ago