Re: [WiX-users] Pass variable's value using MSBuild (and a votive problem)

2007-04-29 Thread Surya
Wieser *Sent:* Friday, April 27, 2007 11:56 PM *To:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Pass variable's value using MSBuild (and a votive problem) If you're using Votive, go to the property pages, and add SOURCEPATH=\\droplocation\sourcecode to your define variab

Re: [WiX-users] Pass variable's value using MSBuild (and a votive problem)

2007-04-28 Thread Justin Rockwood
ms with changes not getting saved correctly. Thanks, Justin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Wieser Sent: Friday, April 27, 2007 11:56 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Pass variable's value using MSBuild (and a votive pr

Re: [WiX-users] Pass variable's value using MSBuild (and a votive problem)

2007-04-27 Thread Anthony Wieser
If you're using Votive, go to the property pages, and add SOURCEPATH=\\droplocation\sourcecode to your define variables. I had a lot of problems getting the values to stick for my project configurations, so ended up doing it manually in the wixproj file, as described below in my original reply

Re: [WiX-users] Pass variable's value using MSBuild

2007-04-27 Thread Anthony Wieser
I'm had problems with this too. I've had the following line in my .wixproj file: Config="demo.wxi" Then in my .wxs file, I'd like to include the file specified as config. I tried this in my .wxs file, but I get this error: Error CNDL0150: Undefined preprocessor variable '$(var.Config)'. T

[WiX-users] Pass variable's value using MSBuild

2007-04-26 Thread Surya
I have a WiX project for my ASP.NET application in which I have defined the path for the sourcecode: This value is now used in the project to include the necessary files in the project. My next step here is to include this as part of my MSBuild and I was wondering how would pass the value for