Re: [WiX-users] pass variable during compile time

2007-03-16 Thread cosmo51
riable usage in the WiX tutorial – see http://www.tramontana.co.hu/wix/lesson9.php From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 11:17 AM To: Foster, Richard - PAL Subject: RE: [WiX-users] pass variable during compile time Thank you for your reply. I ad

Re: [WiX-users] pass variable during compile time

2007-03-16 Thread Richard.Foster
_ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 11:17 AM To: Foster, Richard - PAL Subject: RE: [WiX-users] pass variable during compile time Thank you for your reply. I added -d(assemblyVersion)=(1.0.42.0) to the candle command line but how do I access the varible

Re: [WiX-users] pass variable during compile time

2007-03-16 Thread Richard.Foster
[Oops... resending to the list so it is present for future reference.] Use the command line parameter -d= For this and other helpful information on available options run the appropriate tool (e.g. candle, or light) with the "-?" command line option. Regards, Richard __