Hi All

I am using the burn prerequisite boostrapper to install .Net 4, before
launching a customised managed bootstrapper I have written.

I have overridden the wix variable to use my own theme for the
prerequisite bootstrapper.
<WixVariable Id="PreqbaThemeXml" Value="MbaPrereqTheme.xml" />

In my theme xml I need to change the image, the default image is mbapreq.png:

<Image X="11" Y="11" Width="64" Height="64" ImageFile="mbapreq.png"
Visible="yes"/>

When I change the imagefile attribute to be another image that I have
in my bootstrapper project, the bootstrapper crashes during execution:

[038C:0188][2012-01-20T10:27:55]: Error 0x8007000d: Failed to load
theme controls.
[038C:0188][2012-01-20T10:27:55]: Error 0x80004005: Failed to create
main window.
[038C:0B64][2012-01-20T10:27:55]: Shutting down, exit code: 0x80004005
[038C:0B64][2012-01-20T10:27:55]: The prerequisites were not
successfully installed, error: 0x0. The bootstrapper application will
be not reloaded.

Is there any trick to getting this work, or should I log a bug?

regards
Grant

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to