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
- :
- Uninstall condition for Custom Action in SetupCompleteSuccess dialog
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
Apr 27, 2009
07:33 AM
Uninstall condition for Custom Action in SetupCompleteSuccess dialog
I need to run Custom Action from SetupCompleteSuccess dialog (on OK button click) only during product uninstall. But I faced difficulties in setting appropriate condition for that CA.
I tried next conditions:
1) REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE
2) (&RootFeatureName=2) AND (!RootFeatureName=3)
3) MYREMOVE – custom property, which I set in Exec Sequence and tried to use in SetupCompleteSuccess dialog
But none of above combinations triggers my CA.
So I ask for an advice how to set a condition “on product uninstall” to OK button click of SetupCompleteSuccess dialog
I tried next conditions:
1) REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE
2) (&RootFeatureName=2) AND (!RootFeatureName=3)
3) MYREMOVE – custom property, which I set in Exec Sequence and tried to use in SetupCompleteSuccess dialog
But none of above combinations triggers my CA.
So I ask for an advice how to set a condition “on product uninstall” to OK button click of SetupCompleteSuccess dialog
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 27, 2009
09:21 AM
Try to set the 'Run During patch uninstall' to false.