Util:CloseApplication not working #7371
Replies: 2 comments
-
You turned off the default behavior, so there's nothing for it to do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
LOL - I misunderstood the parameter CloseMessage. thx |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the newly release v4 WIX - Congrats on getting that released!
I am trying to close two applications before upgrade or uninstall.
Inside my Package node, I added this:
However, when I do an upgrade, nothing is closed. I do see this in my log file:
Am I missing something? I confirmed that my exe names are correct by running taskkill.exe with the exe names to verify they are killed.
thx
Beta Was this translation helpful? Give feedback.
All reactions