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

Run executable while uninstalling application

Hi,

How can I run add a custom action into InstallShield 2011 Professional to run an executable while uninstalling the application.

Thanks.
Labels (1)
0 Kudos
(1) Reply
OldBean
Level 5

Putting following line in the Install Exec Condition should do the trick
REMOVE="ALL"

BTW: if the OS is Vista or up with UAC turned on, you might want to place your CA in between InstallInitilize and InstallFinalize, make it deferred in system context.
0 Kudos