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

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

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)
: 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-Aug-12 13:32, Castro, Edwin G

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)
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 preprocessor variable On 8/24/2012 12:29 AM, Castro, Edwin G. (Hillsboro

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

2012-08-23 Thread Rob Mensching
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: Undefined preprocessor variable What if you add PropertyGroup DefineSolutionPropertiesfalse

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)
- 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: Undefined preprocessor variable

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 PropertyGroup DefineSolutionPropertiesfalse/DefineSolutionProperties /PropertyGroup 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

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)
: 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: Undefined preprocessor variable What if you add PropertyGroup DefineSolutionPropertiesfalse

[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: ItemGroup ProjectReference