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

execute exe file upon uninstall?

hi, i know this has been asked before, but how can i specify in installShield 2015 a custom exe command to be used only on uninstall.

i'm trying to install and uninstall TanukiSofwareWrapper, which runs java as a service, i'm aware that IS has it's own of installing services, i'd rather do it the tanuki way, which running wrapper.exe -i on install and running wrapper.exe -r

i've been trying to scan the documentation for custom action flow, and about conditions i can check, but it's not something that comes up easily unless you know exactly what you're looking for.
Labels (1)
0 Kudos
(1) Reply
rguggisberg
Level 13

In 'BEHAVIOR AND LOGIC', 'Custom Actions and Sequences', implement a Custom Action and execute it in the 'InstallExec Sequence' and use
REMOVE="ALL"
for the 'Install Exec Condition'
0 Kudos