m: sandun css [mailto:sandun...@gmail.com]
> Sent: Wednesday, February 25, 2009 2:59 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Define constants
>
> Hi,
>
> I need to use a certain value in multiple places of the WiX code.
> Therefore,
> when that valu
eforge.net
Subject: [WiX-users] Define constants
Hi,
I need to use a certain value in multiple places of the WiX code. Therefore,
when that value gets changed, I have to do that change in many places.
Is there a way that I can define constant variables kind of thing?
I think using the 'Property&
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
Hi,
I need to use a certain value in multiple places of the WiX code. Therefore,
when that value gets changed, I have to do that change in many places.
Is there a way that I can define constant variables kind of thing?
I think using the 'Property' element is not suitable here, since Property
val
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
users] Define constants not working with candle in
3.0.2921.0?
Your ifdef should look like
-Brian Simoneau
-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Kevin FischerSent: Thursday, June 07, 2007 2:44 PMTo: [EMAIL
PROTECTED]: [WiX-users] D
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
I have some code like this:
The command line for candle looks like:
candle.exe -dDebug -out obj\Debug\Base.wixobj -ext
..\..\..\..\v1_tools\wix\bin\WixUtilExtension.dll Base.wxs
But, I'm seeing $(var.Flavor2) evaluate to "Release". I would've expected it
to be Debug based on the -dD
8 matches
Mail list logo