cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rguggisberg
Level 13

Suite - Don't allow Maintenance Mode

Is there a way to not allow Maintenance mode in a Suite project? I set 'Show Add or Remove Programs Entry' to "No" so it does not show in 'Programs and Features' because I don't want it to be uninstalled. My suite is only upgrading some 3rd party apps, and as such the suite could go away when it is done. If the customer runs it again I would rather have it go into Install mode than Maintenance mode. Is there a registry key with the uninstall string for the suite that I could delete?
Thanks for any ideas 🙂

Forget it... figured out I can do what I need to with the 'Detection Condition's.
Labels (1)
0 Kudos
(2) Replies
gbaltazar
Level 6

Hello there, what exactly did you do to achieve this? I too want this behavior for my installer. Thanks.
0 Kudos
rguggisberg
Level 13

I made a property SkipMaintenance with default value of 0.
In OnBegin I added an Event that sets SkipMaintenance to 1 for my desired conditions.
On the MaintenanceUpdateWelcome (or similar) Wizard page I added a Property Comparison to 'Visible' (SkipMaintenance, String, Equal To, 0).
0 Kudos