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

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
Labels (1)
0 Kudos
(1) Reply
D_Fraz
Level 4

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")"
0 Kudos