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
- :
- InstallAnywhere
- :
- InstallAnywhere Knowledge Base
- :
- Find and Kill the running Process before Uninstall in InstallAnywhere
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Find and Kill the running Process before Uninstall in InstallAnywhere
Find and Kill the running Process before Uninstall in InstallAnywhere
Summary:
This article shows how to find and kill the running process before Uninstall
Steps :
1. Create New Project
2. Goto Sequence and click Pre-Uninstall
3. Add Execute script/Batch file custom action query process script/command to find the process,
4. To Make sure the process details add the show message dialog with this $EXECUTE_STDOUT$
5. Add the Execute Script/Batch file custom action to kill the process with name/PID
6. Build and run the project.
7. Here is the successful outputs of Find and kill process,
No ratings