are you using code from using dark.exe? think I've seen var $(var.bannerBmp) 
when I've decompiled something before... if you just store the banner bitmap in 
a subdir called \Bitmaps\bannrbmp.bmp you should be ok....

you could also define your own bitmap in wix and reference that instead

<Binary Id="bannrbmp" SourceFile="Binary\Banner.bmp" />


Hope this helps

Mark
  ----- Original Message ----- 
  From: [EMAIL PROTECTED] 
  To: wix-users@lists.sourceforge.net 
  Sent: Wednesday, August 01, 2007 9:57 PM
  Subject: [WiX-users] Undefined preprocessor variable


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

   

  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

   



------------------------------------------------------------------------------


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