Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-09 Thread Robert O'Brien
and Source=$(var.OutDir)_PublishedWebsites\SomeWebApp\SomeWcfService.svc. From: Robert O'Brien Sent: Friday, April 04, 2008 10:57 AM To: Justin Rockwood; Jason Ginchereau; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] is there a way to access wixproj macro values from within wix sources

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-09 Thread Justin Rockwood
) is already defined by the project systems in MSBuild. Justin From: Robert O'Brien Sent: Wednesday, April 09, 2008 6:06 PM To: Justin Rockwood; Jason Ginchereau; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] is there a way to access wixproj macro values from within wix sources Fyi

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-09 Thread Robert O'Brien
To: Robert O'Brien; Jason Ginchereau; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] is there a way to access wixproj macro values from within wix sources Those are good scenarios. Just a note that you can accomplish the same thing today by defining the variables yourself. You would just change

[WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Robert O'Brien
is there a way to access .wixproj macro values from within wix sources? For example in csproj and wixproj settings, such as pre and post build events, one can make use of useful project related macro values such as $(Configuration), $(SolutionDir), $(ProjectDir), $(OutputPath), $(OutDir),

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Robert O'Brien
. . . according to help doc section entitled List of Supported Project References it would suggests that using $(var.SolutionOrProjectMacroName) works for a set of $(Solution*) macro values. Should one expect using this method to reference in wix soures other standard issue project macros not

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Robert O'Brien
Tried using $(var.ProjectDir) in a File Source attribute field and got a Undefined preprocessor variable '$(var.ProjectDir)'. compiler error. Tried using the List of Supported Project References documented $(var.SolutionDir) variable which the documentation suggests is supported and got the

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Robert O'Brien
I removed the DefineSolutionPropertiesfalse/DefineSolutionProperties PropertyGroup setting from my wixproj file which I had added earlier to address the following warning (default target) (1) -(AddSolutionDefineConstants target) - C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Jason Ginchereau
to candle.exe. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert O'Brien Sent: Friday, April 04, 2008 8:13 AM To: 'wix-users@lists.sourceforge.net' Subject: Re: [WiX-users] is there a way to access wixproj macro values from within wix sources I removed

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Justin Rockwood
Of Robert O'Brien Sent: Friday, April 04, 2008 8:55 AM To: Jason Ginchereau; 'wix-users@lists.sourceforge.net' Subject: Re: [WiX-users] is there a way to access wixproj macro values from within wix sources Having access to the Wix project project-related variables would be very helpful

Re: [WiX-users] is there a way to access wixproj macro values from within wix sources

2008-04-04 Thread Robert O'Brien
:[EMAIL PROTECTED] On Behalf Of Robert O'Brien Sent: Friday, April 04, 2008 8:55 AM To: Jason Ginchereau; 'wix-users@lists.sourceforge.net' Subject: Re: [WiX-users] is there a way to access wixproj macro values from within wix sources Having access to the Wix project project-related variables would