Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-03 Thread Joe Pub
the .wixproj. I wasn't sure about this and had to look it up. Is >> it an option to just include those changes directly in the .wixproj file >> instead? >> > >> > Neil >> > >> > -Original Message- >> > From: [EMAIL PROTECTED] [mailto:

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-02 Thread Dmitry Berkovich
stants);SourceFileLocation=$(SourceFileLocation);RedistPath=$(RedistPath) > >> > >> > >> The values for $(DefineConstants), $(SourceFileLocation), etc. can come > from anywhere, including from your TFSBuild.proj file I believe. In our case > they happen to be in the same

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-02 Thread Neil Enns
02, 2008 3:12 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild But my problem is that I need some of the properties that are created in the tfsbuild.proj. I am trying to get the version

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-02 Thread Joe Pub
; -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Pub > Sent: Friday, August 01, 2008 9:19 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Overriding DefaultConstants or sending variables to > cand

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-01 Thread Neil Enns
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Pub Sent: Friday, August 01, 2008 9:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild I have tried both CreateProperty and Property

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-01 Thread Joe Pub
I believe. In our case they > happen to be in the same .wixproj as the element. > > Neil > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Pub > Sent: Friday, August 01, 2008 9:03 AM > To: wix-users@lists.sourceforge.net > Subj

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-01 Thread Neil Enns
AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild Hi, I am using Wix 3.0.4318.0. I have created a Wix project using Votive and have added it to TFS. I am attempting to either customise the whole DefaultCons

Re: [WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-01 Thread Neil Enns
iding DefaultConstants or sending variables to candle using TFSBuild Hi, I am using Wix 3.0.4318.0. I have created a Wix project using Votive and have added it to TFS. I am attempting to either customise the whole DefaultConstants property inside my TFSBuild.proj file or create a property whi

[WiX-users] Overriding DefaultConstants or sending variables to candle using TFSBuild

2008-08-01 Thread Joe Pub
Hi, I am using Wix 3.0.4318.0. I have created a Wix project using Votive and have added it to TFS. I am attempting to either customise the whole DefaultConstants property inside my TFSBuild.proj file or create a property which is referenced in the DefaultsConstants property at no avail. I have