Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Scott Sam
lto:[EMAIL PROTECTED] On Behalf Of > Jeff Paulsen > Sent: Tuesday, April 10, 2007 7:25 AM > To: Scott Sam > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] getting variables from nant to > votive wix project > > Scott Sam wrote: > > We have nant create

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Brett Kapilik
nal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Justin Rockwood > Sent: Tuesday, April 10, 2007 10:20 AM > To: 'Jeff Paulsen'; Scott Sam > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] getting variables from nan

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Jeff Paulsen
Justin Rockwood wrote: > It might be better to just use preprocessor variables in your WiX files and > then pass in those values when you call the MSBuild NAnt task. In your wxs > files use: > $(var.Version) and then when calling MSBuild, set > /property:DefineConstants=Version=1.0.1013.0. Then you

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Justin Rockwood
t: Re: [WiX-users] getting variables from nant to votive wix project Scott Sam wrote: > We have nant create the version number during the build. I would like > to use this in various places in the wix projects. Is there a way to do > this without setting environment variables? I'

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Jeff Paulsen
Scott Sam wrote: > We have nant create the version number during the build. I would like > to use this in various places in the wix projects. Is there a way to do > this without setting environment variables? I'm using votive and just > using nant's msbuild task to build the solution. I don't w

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Scott Sam
ation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sam Sent: Tuesday, April 10, 2007 7:02 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] getting variables from nant to votive wix project We have nant create the version number during the

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Rob Mensching
@lists.sourceforge.net Subject: [WiX-users] getting variables from nant to votive wix project We have nant create the version number during the build. I would like to use this in various places in the wix projects. Is there a way to do this without setting environment variables? I'm using v

[WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Scott Sam
We have nant create the version number during the build. I would like to use this in various places in the wix projects. Is there a way to do this without setting environment variables? I'm using votive and just using nant's msbuild task to build the solution. I don't want to use environment va