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
- :
- Check if application is running when unisntall
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
Jul 28, 2014
03:13 AM
Check if application is running when unisntall
Hi,
exist any way to detect if he apllication is running if the user invoke uninstall?
I have notice that an user can uninstall an open/running application whitout close it.
How could I detect this situation and close the application or abort the uninstall process?? and installScript??
Thanks a lot
---
FMorales
exist any way to detect if he apllication is running if the user invoke uninstall?
I have notice that an user can uninstall an open/running application whitout close it.
How could I detect this situation and close the application or abort the uninstall process?? and installScript??
Thanks a lot
---
FMorales
- Tags:
- unistall
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 29, 2014
03:03 PM
fmorales wrote:
Hi,
exist any way to detect if he apllication is running if the user invoke uninstall?
I have notice that an user can uninstall an open/running application whitout close it.
How could I detect this situation and close the application or abort the uninstall process?? and installScript??
Thanks a lot
---
FMorales
Use the following InstallScript in a Custom Action: "Is(FILE_LOCKED, Path to Executable ^ "Executable Name")"