[wix-users] MSI dialogs are being hidden
robert_yang at agilent.com
robert_yang at agilent.com
Mon Jul 17 07:43:37 PDT 2017
"I noticed that, when installing an MSI via wixstdba, that, dialogs coughed up by the MSI are not being shown."
Silly question: do you have the DisplayInternalUI set on your MsiPackage element ? The default is "no", which suppresses the MSI dialogs. Because we don't yet want to do a full-on custom bootstrapper application we have this set to "yes", and our MSI dialogs are displayed.
-Rob
More information about the wix-users
mailing list