
jisymundackal1.5524918502448425E12 asked a question.
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
Not Installed
Didn't work.
Try:
Not REMOVE ~= "ALL"
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.