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
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
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
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
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
5 matches
Mail list logo