my application have tray icon. when i uninstall it i have window with the proposal to close the "my_tray_app.exe" - with text: ("The following application should be closed before continuing the install")
i'm use wix "CloseApplication Element (Util Extension)" to close "my_tray_app.exe" win close app
HOW TO AVOID THIS WINDOW??
i try play with CloseApplication attributes - but don't have result... oO
i'm use wxWidgets and use following method to close my "TrayApp.exe":
but "TrayApp.exe" stay on taskmanager and stay on system tray!
if i try close other tray app (for example "Skype.exe") all work fine and my uninstaller closes "Skype.exe" and remove from system tray.
may be i must add some code to my project?