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
- :
- Custom action condition to NOT run on uninstall
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
‎Jul 31, 2015
06:26 AM
Custom action condition to NOT run on uninstall
Hi,
Can anybody help me with a custom action condition that should not run while uninstall/remove. The custom action checks if there is a Patch folder and then executes the install. But i want this custom action to be skipped during 'Remove'. I tried giving *ISPATCHEXISTS=1 And NOT REMOVE* and also NOT Installed OR MaintenanceMode="Modify". But nothing worked.
Thanks in advance,
NewHere
Can anybody help me with a custom action condition that should not run while uninstall/remove. The custom action checks if there is a Patch folder and then executes the install. But i want this custom action to be skipped during 'Remove'. I tried giving *ISPATCHEXISTS=1 And NOT REMOVE* and also NOT Installed OR MaintenanceMode="Modify". But nothing worked.
Thanks in advance,
NewHere
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 03, 2015
12:24 PM
Can't understand why a simple
Not Installed
Didn't work.
Try:
Not REMOVE ~= "ALL"
Not Installed
Didn't work.
Try:
Not REMOVE ~= "ALL"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 10, 2015
12:31 AM
JSClark wrote:
Can't understand why a simple
Not Installed
Didn't work.
Try:
Not REMOVE ~= "ALL"
Hi JSClark,
Thank you fort your response. But that also didnot work.
Thanks in advance,
NewHere.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 11, 2015
04:49 AM
Can somebody please help me here..