/build/static/layout/Breadcrumb_cap_w.png

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


0 Comments   [ + ] Show comments

Answers (2)

Posted by: jagadeish 11 years ago
Red Belt
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 11 years ago
  • Have you tried with MaintenanceMode=Repair property - jagadeish 11 years ago
Posted by: pjgeutjens 11 years ago
Red Belt
1

If you don't want to pass the /f parameter perhaps you can look through the MSI's dialogs, find the one where the maintenance mode is selected, and see if there's a property linked to the radio button you want to select.

You can then set this property in your MSI.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ