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

2008-04-09 Thread Robert O'Brien
ien; 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 the

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

2008-04-09 Thread Justin Rockwood
ild. 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 - I just updated

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

2008-04-09 Thread Robert O'Brien
pp\web.config" 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

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

2008-04-04 Thread Robert O'Brien
Justin From: [EMAIL PROTECTED] [mailto:[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 acces

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

2008-04-04 Thread Justin Rockwood
half 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 ve

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

2008-04-04 Thread Robert O'Brien
available project/solution variables where they are passed on the command-line 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 th

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

2008-04-04 Thread Jason Ginchereau
e 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 the fal

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 false 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 : warning : Solution properties are only available during

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
. . . according to help doc section entitled "List of Supported Project References" it would suggests that using $(var.) 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 specifically mentioned in

[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), $(Ta