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
- :
- Where is MAINTENANCE variable set?
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
Aug 23, 2010
11:08 AM
Where is MAINTENANCE variable set?
I know that MAINTENANCE variable is set to TRUE if there is an uninstall key for an InstallScript project in the registry that points to a valid InstallScript log file on the machine (typically in C:\Program Files\InstallShield Installation Information\{ProductCode}). I am trying to find out where in the installer it sets the value of MAINTENANCE variable. I am creating installer which uninstalls the product if installed already and then should proceed as a first time install. In my case I put the uninstall code in OnSetTargetDir event, which is the first initialization event. But still MAINTENANCE variable is TRUE. I am stuck here please help.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 23, 2010
03:44 PM
(Follow-up [thread=194635]here[/thread]...)
