View forum topic
List of forum topicsSubject: Uninstaller to check that program is not running
How to add a condition into uninstaller that it checks that application I'm about to uninstall is not running? Also message that "close the MyApplication before uninstalling"
The easiest way is to insert Check command below Dialog - Confirmation in Uninstall script.
For example,
What to Check: Process
Name: myapplication.exe
Error message: Close the MyApplication before uninstalling
The uninstallation won't be continued while myapplication.exe is running.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.