[EMAIL PROTECTED] wrote:

When I try to compile some of the wix 3 ui files, I get errors like


Just curious: What are you trying to do? If you're rebuilding the entire UI extension, you need to pass the same arguments as src\ext\UIExtension\UIExtension.build.

Common.wxs(15) : error CNDL0150 : Undefined preprocessor variable '$(var.bannerBmp)'.

Is it possible to pass values for variables on the command line?

Ex:

"C:/Program Files/Windows Installer XML v3"/bin/candle ./ui/Common.wxs -dbannerbmp=./ui/Bitmaps/bannrbmp.bmp -out ./ui/Common.wixobj


Preprocessor variables are case-sensitive: It needs to be "bannerBmp."

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to