[wix-users] Create an RTF license bundle but with a side panel like in HyperlinkSidebarLicense

Matt matt at configurationnation.com
Sun May 22 08:28:34 PDT 2016


Hi wix-users,

I want to have a bundle UI that shows the license RTF just like in
WixStandardBootstrapperApplication.RtfLargeLicense, but I also want a side panel
just like in WixStandardBootstrapperApplication.HyperlinkSidebarLicense.

I can't seem to get this using the standard WiX bundle themes. I think this is
expected and there's no support to do this?

..So I thought I'd try using a custom theme, it builds but does not run:

"Error 0x80070490: Failed to initialize data in bootstrapper application."

so as a test I used: -

BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.Foundation"

and

ThemeFile="C:\Program Files (x86)\WiX Toolset
v3.10\SDK\themes\RtfLargeTheme.xml"

Which should just work as if I'd just used RtfLargeTheme, right?

but this also doesn't run and claims to be missing a wxl.

[5EAC:58C4][2016-05-20T14:49:09]e000: Error 0x80070002: Failed to probe for loc
file: thm.wxl in path:
C:\Users\MOCONN~1\AppData\Local\Temp\{54CD2AB8-0E08-41A3-82C7-AB8DEBEAA9C6}\.ba\
[5EAC:58C4][2016-05-20T14:49:09]e000: Error 0x80070002: Failed to initialize
data in bootstrapper application.

Can someone tell me how to get it to work with standard themes or how to fix my
issue using a custom theme please?


More information about the wix-users mailing list