This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- execute exe file upon uninstall?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 10, 2019
11:36 AM
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.
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
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.
- Tags:
- custom action
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 14, 2019
10:18 AM
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'
REMOVE="ALL"
for the 'Install Exec Condition'