cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ElenaN
Level 6

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
Labels (1)
0 Kudos
(1) Reply
palesz
Level 3

Try to set the 'Run During patch uninstall' to false.
0 Kudos