Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Dix, John
users] Variables used in WiX files. Dix, John wrote: BTW - Is this in the WiX documentation someplace? http://wix.sourceforge.net/manual-wix2/preprocessor.htm -- sig://boB http://joyofsetup.com/ - This SF.net ema

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Bob Arnson
Dix, John wrote: BTW -- Is this in the WiX documentation someplace? http://wix.sourceforge.net/manual-wix2/preprocessor.htm -- sig://boB http://joyofsetup.com/ - This SF.net email is sponsored by: Splunk Inc. Still grep

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Dix, John
BTW - Is this in the WiX documentation someplace? From: Dix, John Sent: Monday, August 20, 2007 2:44 PM To: Dix, John; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Variables used in WiX files. I caught the error. I didn&#

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Dix, John
TED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Variables used in WiX files. Thank you Richard. I am using 3.0. I changed it from '{' to '(' and at least it recognizes it now, I think but candle fails with this: C:\enlistments\Main\Build\Setup>candle ems.wx

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Julie Campbell
TED]> Subject: [WiX-users] Variables used in WiX files. To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hello, I am new to WiX and I have done searches for how to use environment variables in the WiX files but the examples giv

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Dix, John
my . Should I use something else? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 1:34 PM To: Dix, John; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Variables used in WiX files. John, At first glance, I suspect you're using

Re: [WiX-users] Variables used in WiX files.

2007-08-20 Thread Richard.Foster
John, At first glance, I suspect you're using the wrong type of parenthesis. If it's WiX 2.x you need ( and ), not { and }. I don't remember it having been changed for WiX 3, but it may have. Regards, Richard * C O N F I D E N T I A L I T Y N O T I C E * ---

[WiX-users] Variables used in WiX files.

2007-08-20 Thread Dix, John
Hello, I am new to WiX and I have done searches for how to use environment variables in the WiX files but the examples given do not seem to be working for me. Below is my WXS file I am working with. I am using the directive (?) to set a relative path variable to my executable. Candle compiles