Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-07 Thread Justin Rockwood
Tuesday, November 07, 2006 6:58 AM To: 'Bob Arnson'; Friedrich, Oliver Cc: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] preprocessor variable $(var.Build) The variable $(Configuration) is set by most MSBuild scripts automatically (C#, VB, VJ#, WiX, etc.). Als

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-07 Thread Foster, Richard - PAL
iable.   Hopefully this offers at least some additional information which may help you determine where you need to look.   Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Friedrich, OliverSent: Tuesday, November 07, 2006 03:37To: wix-users@lists.sourceforge.netSubj

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-07 Thread Friedrich, Oliver
then you also get $(Configuration) defined for you. I’m not sure if $(ConfigurationName) is defined. If not, it’s a bug.   Justin   From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 7:28 PMTo: Friedrich, OliverCc: wix-users@lists.sourceforge.net; [EMAIL PROT

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-06 Thread Justin Rockwood
.   Justin   From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 7:28 PM To: Friedrich, Oliver Cc: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] preprocessor variable $(var.Build)   Friedrich, Oliver wrote: Alright, just found out, where

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-06 Thread Bob Arnson
Friedrich, Oliver wrote: Alright, just found out, where this variable was set. It is set on the commandline while calling the batch-file to start the compilation of the setup.   The batch-file is called as "Pre-build event command line" in VS2005. The variable "var.Build" is set

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-06 Thread Lerudjordet, Morten Minge
script and passed when compiling the wxs files to wixobj. morten Message: 6 Date: Mon, 6 Nov 2006 14:20:58 +0100 From: "Friedrich, Oliver" <[EMAIL PROTECTED]> Subject: Re: [WiX-users] preprocessor variable $(var.Build) To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/pl

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-06 Thread Friedrich, Oliver
: wix-users@lists.sourceforge.netSubject: Re: [WiX-users] preprocessor variable $(var.Build) Friedrich, Oliver wrote: No, we did not use Votive V2, just plain wxs-files that we added to a simple solution, we did not use Votive V2.Sorry, I'm not understanding. Are you

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-03 Thread Bob Arnson
Friedrich, Oliver wrote: No, we did not use Votive V2, just plain wxs-files that we added to a simple solution, we did not use Votive V2. Sorry, I'm not understanding. Are you asking how to set the Build variable using Votive? -- sig://boB http://bobs.org

Re: [WiX-users] preprocessor variable $(var.Build)

2006-10-31 Thread Friedrich, Oliver
-users] preprocessor variable $(var.Build) Friedrich, Oliver wrote: That`s the point, this variable is defined nowhere in the source.   We used WiXV2 manually written files added to a blank solution in vs2005, compiled via batch on post-build-action

Re: [WiX-users] preprocessor variable $(var.Build)

2006-10-31 Thread Bob Arnson
Friedrich, Oliver wrote: That`s the point, this variable is defined nowhere in the source.   We used WiXV2 manually written files added to a blank solution in vs2005, compiled via batch on post-build-action.   The error that raises at compile-time is that the preprocessor

Re: [WiX-users] preprocessor variable $(var.Build)

2006-10-30 Thread Friedrich, Oliver
alk to my *shiver* Outlook as soon as I get some spare time... From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 1:52 AMTo: Friedrich, OliverCc: wix-users@lists.sourceforge.netSubject: Re: [WiX-users] preprocessor variable $(var.Build) Friedrich, Ol

Re: [WiX-users] preprocessor variable $(var.Build)

2006-10-30 Thread Bob Arnson
Friedrich, Oliver wrote: One of my problems now is, that we used the pre-processor variable “var.Build” in our setup for finding the final sourcepath of our apps. But votive won`t compile with it used like that: We need more detail to help. What happens? Do you get an

[WiX-users] preprocessor variable $(var.Build)

2006-10-30 Thread Friedrich, Oliver
Again its me,   currently I`m trying to convert our V2 setup to V3 using a votive-project in our solution.   One of my problems now is, that we used the pre-processor variable “var.Build” in our setup for finding the final sourcepath of our apps. But votive won`t compile with it used li