This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Enable Maintenance
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2008
03:09 PM
Enable Maintenance
When I install an application using InstallShield, a InstallScript MSI Project, I want to disable the ability to "Modify" and "Repair" the installation.
When I go to Project Properties > Enable Maintenance > False
I get the following error:
The setup has detected that no version of [Program] is installed. The specified command-line options require that the application be installed to continue.
The setup will now terminate.
Why? How does someone disable those two options. I want remove only.
Thanks
When I go to Project Properties > Enable Maintenance > False
I get the following error:
The setup has detected that no version of [Program] is installed. The specified command-line options require that the application be installed to continue.
The setup will now terminate.
Why? How does someone disable those two options. I want remove only.
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 28, 2009
02:47 PM
I am having the same issue.
What is the difference with that option and the 'Disable Change Button' under Add/Remove Programs section?
What is the difference with that option and the 'Disable Change Button' under Add/Remove Programs section?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 28, 2009
05:50 PM
This is logged as IOA-000048734, which was fixed in InstallShield 2010.
As a workaround for InstallShield 2009, you might want to try to select No for Enable Maintenance. Then in the OnMaintUIBefore and OnMaintUIAfter event handlers, comment out the code that calls the maintenance dialogs.
Here's a help topic that explains that Enable Maintenance setting (and the Disable Change Button setting):
Setting the Enable Maintenance Mode
I hope that helps.
As a workaround for InstallShield 2009, you might want to try to select No for Enable Maintenance. Then in the OnMaintUIBefore and OnMaintUIAfter event handlers, comment out the code that calls the maintenance dialogs.
Here's a help topic that explains that Enable Maintenance setting (and the Disable Change Button setting):
Setting the Enable Maintenance Mode
I hope that helps.