Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-09-03 Thread Bob Arnson
On 30-Aug-12 13:09, Castro, Edwin G. (Hillsboro) wrote: > Yes, wix2010.targets creates preprocessor variables for the referenced > .sqlproj *if and only if* the referencing .wixproj (and its containing .sln) > are building in Visual Studio. That likely means that .sqlproj doesn't have MSBuild tas

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-30 Thread Castro, Edwin G. (Hillsboro)
; From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Thursday, August 30, 2012 6:34 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] FW: WiX using with MSBuild can't reference other > project: error CNDL0150: Undefined preprocessor variable > > On 27-

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-30 Thread Bob Arnson
On 27-Aug-12 13:32, Castro, Edwin G. (Hillsboro) wrote: > ShowTargetPath: >ShowTargetPath: D:\svn\sample\sample\bin\Debug\sample.dll Does wix2010.targets create any preprocessor variables for the .sqlproj? It mostly relies on metadata that other targets have set. -- sig://boB http://joyofset

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-27 Thread Castro, Edwin G. (Hillsboro)
mail > -Original Message----- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Sunday, August 26, 2012 7:46 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] FW: WiX using with MSBuild can't reference other > project: error CNDL0150: Undefined preproc

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-26 Thread Bob Arnson
On 8/24/2012 12:29 AM, Castro, Edwin G. (Hillsboro) wrote: > A .sqlproj is a new project type that can be created after the SQL Server > Data Tools are installed. Run 'msbuild /t:GetTargetPath proj.sqlproj' to see if it supports the stock flow. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-23 Thread Castro, Edwin G. (Hillsboro)
rv > > Office: 503-746-0643 > > Fax: 503-617-0291 > > www.fiserv.com > > P Please consider the environment before printing this e-mail > > > > > > > -Original Message----- > > > From: Rob Mensching [mailto:r...@robmensching.com] > >

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-23 Thread Rob Mensching
t; From: Rob Mensching [mailto:r...@robmensching.com] > > Sent: Wednesday, August 22, 2012 4:30 PM > > To: General discussion for Windows Installer XML toolset. > > Subject: Re: [WiX-users] FW: WiX using with MSBuild can't reference other > > project: error CNDL0150: Undefin

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-22 Thread Castro, Edwin G. (Hillsboro)
, 2012 4:30 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] FW: WiX using with MSBuild can't reference other > project: error CNDL0150: Undefined preprocessor variable > > What if you add > > > false > > To your .

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-22 Thread Rob Mensching
What if you add false To your .wixproj? I expect you're hitting an interplay between solutions and projects. That MSBuild property disables Visual Studio from creating magical properties only available when you build the .sln file. If that is set and the build fails then my hypothesis i

Re: [WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-08-22 Thread Edwin G . Castro
Ruslan Albu kurtosys.com> writes: > > But it doesn't work when I build it using MSBuild task. In my build > definition I use the following: > > Properties > ="MsiInstallVersion=$(Major).$(Minor).$(Build).$(Revision);AutoBuild=Tru > e"/> > > I'm getting this error when using MSBuild: > > Prod

[WiX-users] FW: WiX using with MSBuild can't reference other project: error CNDL0150: Undefined preprocessor variable

2012-02-14 Thread Ruslan Albu
Hi, I use Votive (WiX 3.5) with VS 2008. I have added two projects in the solution. One is a WiX project and another one is a library project which implements a CustomAction. WiX project references the library: InstallDataBase {e67df855-60e0-4abf-abf7-46ecea4f64a1}