|
|||
|
The before uninstall script will be called by the installer, not by the running application, so you cannot use the getMainWnd().close() method to close the running application. You should firstly find the running application by using the getWindowByName method, then close it. And you have to wait for the running application to be closed before return, or the installer cannot remove the exe file if the application is still running.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|