I was trying to rebuild the various dialogs I need... pretty much
WIXUI_INSTALLDIR but without the license agreement.

 

Case sensitivity was my problem, everything is compiling without issue
now :-)

 

Thanks

 

________________________________

From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 02, 2007 12:05 AM
To: Rowland, Chris
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Undefined preprocessor variable

 

[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