If I set DisplayInternalUI to "no" my message box is indeed displayed.
However the other two problem still occur: clicking on the link
FailureLogFileLink or the "close" button has no effect.

Actually the problem comes from using a custom theme file:

<bal:WixStandardBootstrapperApplication
ThemeFile="..\themes\fr\RtfTheme.xml"
LocalizationFile="..\themes\fr\RtfTheme.wxl"
LicenseFile="..\themes\fr\license.rtf" LogoFile="..\themes\fr\logoFB.jpg"
SuppressOptionsUI="yes" />

If I omit this line the standard theme is used and the "close" button works.
The RtfTheme.xml was simply copied from
"src\ext\BalExtension\wixstdba\Resources". The file structure was not
changed only the words used for the ui:

<Button Name="FailureCancelButton" X="-11" Y="-11" Width="75" Height="23"
TabStop="yes" FontId="0">&amp;Fermer</Button>

The button id/name remained the same (FailureCancelButton).

What did I miss?

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-MsiPackage-and-DisplayInternalUI-tp7484106p7491174.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to