If it's WiX v3.0, then you'll need to define the following WiX variables
like so:

<WixVariable Id="WixUILicenseRtf" Value="your_license.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="your_banner.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="your_dialog.bmp" />

Value being the path to those binaries.  If it's version2, I think you just
need to make a Bitmaps folder and put the banner.bmp, dialog.bmp, etc in
there.



On 1/24/07, Carol Tumey <[EMAIL PROTECTED]> wrote:

This must be obvious, but I can't see the answer.  Where do I put my
customized copies of license.rtf and bannrbmp.bmp so that when I'm running
the compiler and linker from inside visual studio that the they get picked
up?  I think I've tried every permutation possible, but, apparently not
the
correct placement.

Thanks,
CTT



-------------------------------------------------------------------------
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

-------------------------------------------------------------------------
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