cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NewHere
Level 3

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
Labels (1)
0 Kudos
(3) Replies
JSClark
Level 6

Can't understand why a simple
Not Installed
Didn't work.

Try:
Not REMOVE ~= "ALL"
0 Kudos
NewHere
Level 3

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.
0 Kudos
NewHere
Level 3

Can somebody please help me here..
0 Kudos