As previously stated in my previous thread (but not clearly as I had actually
two different issues) when I try to use a customized theme for the
bootstrapper some events are not processed at least for the "failure"
dialog. I haven't checked with the other ones.

This is what I used:

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

Every time I set "ThemeFile" in the "failure" dialog the link
FailureLogFileLink and the "close" button have no effect. 

Please note that the ThemeFile file (RtfTheme.xml) was simply copied from
the src\ext\BalExtension\wixstdba\Resources. No customization was made
(yet).

If I modify the content of the ThemeFile file the changes are correctly
taken in account but the issues remain.

Using a variable WixStdbaThemeXml instead of using ThemeFile gives me the
same result. Everyting works fine if I simply use (without WixStdbaThemeXml)
:
<bal:WixStandardBootstrapperApplication
LocalizationFile="..\themes\fr\RtfTheme.wxl"
LicenseFile="..\themes\fr\license.rtf" LogoFile="..\themes\fr\logoFB.jpg"
SuppressOptionsUI="yes" /> 

I used the WiX Toolset v3.6.2809.0.


What did I miss? 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customising-a-bootstrapper-theme-tp7501905p7501905.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to