Re: [WiX-users] Define constants

2009-02-25 Thread sandun css
Thanks a lot for the help :) On Wed, Feb 25, 2009 at 9:48 PM, John Nannenga wrote: > Take a peek at the "Preprocessor" section in the WiX.chm file. It has all > sorts of information in this regard, complete with examples. > > > -Original Message- > From: sandun css [mailto:sandun...@gmai

Re: [WiX-users] Define constants

2009-02-25 Thread John Nannenga
Take a peek at the "Preprocessor" section in the WiX.chm file. It has all sorts of information in this regard, complete with examples. -Original Message- From: sandun css [mailto:sandun...@gmail.com] Sent: Wednesday, February 25, 2009 2:59 AM To: wix-users@lists.sourceforge.net Subject

Re: [WiX-users] Define constants

2009-02-25 Thread Robert Nickel
Hi Sandun, You can use preprocessor defines: To place that value somewhere type "$(var.MyVariable)". Robert > -Original Message- > From: sandun css [mailto:sandun...@gmail.com] > Sent: Wednesday, February 25, 2009 9:59 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] D

Re: [WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-08 Thread Rob Mensching
Send us a patch for changes to the html files in the wix\src\chm\html directory. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Fischer Sent: Thursday, June 07, 2007 12:56 PM To: Brian Simoneau; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Define constants not

Re: [WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-07 Thread Kevin Fischer
That worked. I re-read the documentation and I now see this mentioned, but it's not especially clear. Is there a formal process for updating the documentation? Thanks, Kevin Date: Thu, 7 Jun 2007 15:09:06 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Re: [WiX-

Re: [WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-07 Thread Brian Simoneau
Your ifdef should look like -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Fischer Sent: Thursday, June 07, 2007 2:44 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Define const