Never mind. Figured it out thanks to Live Search and Mike Dimmick's reply to a similar question previously.
 
Setting the license file and bitmaps are done through -d arguments to light.exe. For example,
 
-dWixUILicenseRtf=<path-to-license-rtf>
 
Other useful args I found in common.wxs are:
 
WixUIBannerBmp
WixUIDialogBmp
WixUIExclamationIco
WixUIInfoIco
WixUINewIco
WixUIUpIco
 
Thanks,
Aaron
 
On 11/9/06, Aaron Khoo <[EMAIL PROTECTED]> wrote:
Awesome. Thanks, Bob. One more question: I'm looking to overwrite default images and license text in the MSI. Using the bitmaps directory doesn't seem to work. Could you provide some insight?
 
BTW, the online manual should also references the old wixui.wixlib. So it also needs to be cleaned up. Is there a bug filed on this already?
 
Thanks,
Aaron

 
On 11/9/06, Bob Arnson < [EMAIL PROTECTED]> wrote:
Aaron Khoo wrote:
Hi there, I was trying to use the WixUI dialog library in a simple application installer. Within the manual page on http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm , it talks about adding wixui.wixlib and wixui_en-us.wxl to the light command line. I was able to find the wxl files in the source zip file, but I can't for the life of me find the wixui.wixlib file.

If you're using WiX v3, see the attached message for change information.
-- 
sig://boB
http://bobs.org


---------- Forwarded message ----------
From: Bob Arnson < [EMAIL PROTECTED]>
To: "YungWei.Chen" <[EMAIL PROTECTED]>
Date: Wed, 08 Nov 2006 19:11:55 -0800
Subject: Re: [WiX-users] Missing wixui.wixlib in version 3.0
YungWei.Chen wrote:
    I'm following the tutorial to create an installer using the latest WiX version, but I couldn't find wixui.wixlib file. Please tell me where to find it.

Gabor's tutorial uses WiX v2. WiX v3 uses WixUIExtension to provide the WixUI library. Use "-ext WixUIExtension -cultures:en-us" to build.

    Btw, I found that the chm file is not working properly in some of the binaries of v2 and v3.

Can you describe how it doesn't work properly?

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to