DisplayInternalUICondition. After the update to WIX 4.0.0, the internal UI of msi package is displayed when uninstalled #8692
Unanswered
Bondarenko1990
asked this question in
Questions
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded Wix Bootstrapper project to WIX 4.0.0. And I have problems with displaying internal UI. The only problem is when uninstalling the application. I want the internal UI of msi package not to be shown. With Wix 3 there were no such problems, everything worked properly. Tell me how I can solve this problem, please.
This is the code before upgrading to WIX 4 and everything worked fine.
And this is the code after the update(Wix 4.0.0)
And now when I uninstall the application, this dialog box appears. It shouldn't appear. I think bal:DisplayInternalUICondition="no" doesn't work. And I tried to remove ......x64.msi using the command line by running the command (msiexec.exe /i "C:****.msi" /qn). It installs silently in the background without displaying any windows.

Beta Was this translation helpful? Give feedback.
All reactions