Thank,  for the previous pointer by Mike Dimmick

For anyone else that may come across this issue:

If you are compiling via the command line you can use the syntax,

-dWixUIBannerBmp=<path-to-banner-bmp>

If you are using this with your MSBuild environments or through the Visual 
Studio *.wixproj you can add the following to your *.wxs file.

Say for instance you wanted to change the dlgbmp, bannrbmp and the License.rtf 
to match your particular brand and agreements.

<WixVariable Id="WixUIBannerBmp" Overridable="yes" 
Value="<path-to-bannrbmp.bmp"/>
<WixVariable Id="WixUIDialogBmp" Overridable="yes" Value="path-to-dlgbmp.bmp"/>
<WixVariable Id="WixUILicenseRtf" Overridable="yes" Value=" 
path-to-License.rtf"/>

Again thanks to Bob and Mike

                Message from Mike Dimmick
                   Follow the rules recently discussed for the license. The 
variables are:

                             WixUIBannerBmp
                             WixUIDialogBmp
                             WixUIExclamationIco
                             WixUIInfoIco
                             WixUINewIco
                             WixUIUpIco

Ryan Perlman    Applications Developer | +1(425) 703-8659 office | +1(206) 
354-0838 mobile | IISBLK\5285
[cid:image001.png@01C7668E.EA366110]<http://www.microsoft.com/windowsvista/default.mspx>

From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 14, 2007 8:03 PM
To: Ryan Perlman
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom Bitmaps

Ryan Perlman wrote:
Has that changed in v3 or am I doing something wrong.

Yes, it changed. See WiX.chm topic "Using the WixUI dialog library" for details.


--

sig://boB

http://bobs.org

PNG image

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to