Close a systemtray app before uninstalling using wix
问题 I know similar questions have been asked in the past but I still haven't managed to find a solution to my problem as of yet. I've got a system tray app that's running and I want to close it before uninstall begins and displays the "FileInUse" dialog but whatever I'm doing doesn't appear to work. In order to close my system tray app, I need to create a file in the folder where it is installed. The app then deletes the file and closes itself. I'm getting the following issues depending on what I