Re: [WiX-users] Inbuilt variable for identifying preprocessor

2008-03-28 Thread Sameeksha Subhedar
Thanks a lot for your response. I ended up using option 2 of setting the pre-processor variable for candle. Since we are building through CoreXT, the variable [BUILDTARGET] available at build time was supplied as the platform pre-processor variable to Candle using the sources file. Following were t

Re: [WiX-users] Inbuilt variable for identifying preprocessor

2008-03-28 Thread Jordan Fitzgibbon
I'm not sure how Buildtracker works but I can see a few solutions (in priority order). 1. The ideal way is to use Candle's -platform switch which sets the preproc system variable sys.PLATFORM. So you would do something like: - -Then call >candle.exe product.wxs -platform [x86|x64|ia64] Unfortuna