Block app launch during uninstall #6956
Unanswered
EvgenPervenenko
asked this question in
Questions
Replies: 1 comment
-
A custom bundle application could create some sort of mutex and hold on to it for the extent of the uninstall. The app would have to look for that. There isn't a great way to do that with just the Windows Installer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, all, are there a way to block app launch during uninstall using wixtoolset?
There is a time when user can run application during uninstall, it causes errors ( application can't find some files which already moved in temp directory )
Beta Was this translation helpful? Give feedback.
All reactions