Re: [WiX-users] Setting property values based on Visual Studio build configurations.

2015-04-15 Thread Joseph L. Casale
> Sure there is: > > > > > > > See Using Project References and Variables > > > for more preprocessor variables, and Preprocessor >

Re: [WiX-users] Setting property values based on Visual Studio build configurations.

2015-04-15 Thread Nir Bar
Sure there is: See Using Project References and Variables for more preprocessor variables, and Preprocessor on how to use the

Re: [WiX-users] Setting property values based on Visual Studio build configurations.

2015-04-15 Thread Joseph L. Casale
> In your project file add property value: > > Condition="'$(Configuration)'=='Debug'">$(DefineConstants);MyConfig=MyDebugValue > Condition="'$(Configuration)'=='Release'">$(DefineConstants);MyConfig=MyReleaseValue

Re: [WiX-users] Setting property values based on Visual Studio build configurations.

2015-04-15 Thread Nir Bar
In your project file add property value: $(DefineConstants);MyConfig=MyDebugValue $(DefineConstants);MyConfig=MyReleaseValue

[WiX-users] Setting property values based on Visual Studio build configurations.

2015-04-14 Thread Joseph L. Casale
I want to build an msi under debug with a specific set of values (that make sense in my dev env) versus release (which make sense in a prod env). As they are all public, users can modify them via the command line however they all populate default values used in various dialogs and it would be ti

Re: [WiX-users] Setting Property Values After Custom Dialog

2009-09-03 Thread Sebastian Brand (Instyler Software)
r.com -Original Message- From: Nathan D. Roe [mailto:nd...@sep.com] Sent: Wednesday, September 02, 2009 22:50 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setting Property Values After Custom Dialog Hi, I have created a custom dialog that executes during my installation where the

[WiX-users] Setting Property Values After Custom Dialog

2009-09-02 Thread Nathan D. Roe
Hi, I have created a custom dialog that executes during my installation where the user selects the environment (TEST, QA, or PROD) that they are installing into via a radio button, and this radio button is bound to a property in my installer. I would like to update some other properties in my

Re: [WiX-users] Setting Property values

2006-09-23 Thread Mike Dimmick
http://wix.sourceforge.net/manual-wix2/wix_xsd_installexecutesequence.htm.   -- Mike Dimmick From: [EMAIL PROTECTED] on behalf of Saranath AravamudhanSent: Sat 23/09/2006 06:39To: wix-users@lists.sourceforge.netSubject: [WiX-users] Setting Property values Hi-   Is there a way to assign the value of a pro

[WiX-users] Setting Property values

2006-09-22 Thread Saranath Aravamudhan
Hi-   Is there a way to assign the value of a property to the value of another? I want to do something like this     Thanks for your time…   Thanks Saranath     - Take Surveys. Earn Cash. Influence the Future of IT Joi