The extension DLL that you get from Neil's site is for Wix 3.7.  It is not
needed if you are using Wix 3.8, as Neil integrated this very handy
functionality into wix 3.8 (and later).  

I found that I always had to go back to the source for the wix I was using
(in your case wix 3.8.????) and get the Theme file from
src\ext\BalExtension\wixstdba\Resources.  Then I review the changes made in
Neil's example bundle and make similar changes to the XxxxTheme.xml and
XxxxTheme.wxl files at the root of you Resources tree.  Then for each langId
folder also start from the files in the wix 3.8 source tree.

You also need to have the png files at the same location, with the same
name, relative to the XxxxTheme.XML as they are in the wix  source, unless
you modify the paths in those trees.  When you add these files to your
bundle in a Payload use the Name to specify the same name that is coded in
the XxxxTheme.xml file.

The wix 3.8 source at src\burn\Samples\bafunctions has a sample project for
creating the bafunctions.dll.

There are other posts about a year old in this forum which cover some of
these issues.  It has been about that long since I last worked with the
WixStdBa, but I hope this helps.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-8-extended-bootstrapper-tp7596250p7596254.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to