cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sincos2007
Level 4

How to execute custom action on uninstall

Hi,

I want to do something on uninstall by custom action, what should I do?

Thanks
Labels (1)
0 Kudos
(1) Reply
sdnelson
Level 5

Use conditions on your custom action.

To run the action during a full uninstall use:
REMOVE="ALL"

To run the action when a specific feature is being removed use:
&featureName=2
0 Kudos