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
- :
- Cannot launch an app in supportdir during Uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 26, 2009
09:32 PM
Cannot launch an app in supportdir during Uninstall
Hi,
I need to launch a separate application (SETUP2.EXE) during Installation and Uninstallation. I placed the SETUP2.exe file in SUPPORTDIR. There is no problem to launch the program during Installation. However, during Uninstallation, I noticed and confirmed that the SETUP2.exe program is being deleted first before it can be launch using (LaunchAppAndWait (szProgram, "", WAIT) < 0).
Can anyone help me how to modify my Installscript? I tried copying the SETUP2.exe program to another folder like C:\WINDOWS\TEMP but it still ended up being deleted during the uninstallation process. 😞
Thanks,
Mike
I need to launch a separate application (SETUP2.EXE) during Installation and Uninstallation. I placed the SETUP2.exe file in SUPPORTDIR. There is no problem to launch the program during Installation. However, during Uninstallation, I noticed and confirmed that the SETUP2.exe program is being deleted first before it can be launch using (LaunchAppAndWait (szProgram, "", WAIT) < 0).
Can anyone help me how to modify my Installscript? I tried copying the SETUP2.exe program to another folder like C:\WINDOWS\TEMP but it still ended up being deleted during the uninstallation process. 😞
Thanks,
Mike
(1) Reply