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
- :
- SuportDir question
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 26, 2007
10:39 PM
SuportDir question
It is possible to use an EXE file placed in SupportDir at uninstall?
Thanks
Thanks
(4) Replies
‎Sep 27, 2007
08:50 AM
Yes, files in SUPPORTDIR should be available during uninstallation.
‎Sep 29, 2007
10:10 AM
I tried but no effect. Can you tell me the type of the CustomAction I should use and it's settings?
‎Sep 29, 2007
02:40 PM
You can use an installscript CA that calls
LaunchAppAndWait( SUPPORTDIR^ )
Place this CA immediately after the InstallInitialize Action (Install sequence).
Execution type of the CA: Immediate Execution.
Hope, this works, H.
LaunchAppAndWait( SUPPORTDIR^
Place this CA immediately after the InstallInitialize Action (Install sequence).
Execution type of the CA: Immediate Execution.
Hope, this works, H.