Re: [WiX-users] Get currently building WiX culture in MSBuild

2009-03-18 Thread Bob Arnson
Alastair Smith wrote: > It appears that you're requesting a pre-processor variable; I'm after an > MSBuild variable exposed by wix.targets, similar to $(Configuration), > $(Platform), etc. > It comes down to the same thing, because wix.targets has to expose it to the Compile target. -- s

Re: [WiX-users] Get currently building WiX culture in MSBuild

2009-03-18 Thread Don Benson
-Original Message- > From: Don Benson [mailto:dbenso...@gmail.com] > Sent: 18 March 2009 15:01 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Get currently building WiX culture in MSBuild > > It is issue 2677254. > > On Wed, Mar

Re: [WiX-users] Get currently building WiX culture in MSBuild

2009-03-18 Thread Alastair Smith
oolset. Subject: Re: [WiX-users] Get currently building WiX culture in MSBuild It is issue 2677254. On Wed, Mar 18, 2009 at 7:30 AM, Alastair Smith wrote: > Do you have a link available for this feature request? I can't seem to > find it on the SF tracker. > > -Original

Re: [WiX-users] Get currently building WiX culture in MSBuild

2009-03-18 Thread Don Benson
7 March 2009 14:15 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Get currently building WiX culture in MSBuild > > I recently submitted a feature request on the bug tracker for this kind of > variable. > > On Tue, Mar 17, 2009 at 9:4

Re: [WiX-users] Get currently building WiX culture in MSBuild

2009-03-18 Thread Alastair Smith
] Get currently building WiX culture in MSBuild I recently submitted a feature request on the bug tracker for this kind of variable. On Tue, Mar 17, 2009 at 9:40 AM, Alastair Smith wrote: > Hi there > > I'm building an installer for multiple cultures. Currently, the EULA is > specified

Re: [WiX-users] Get currently building WiX culture in MSBuild

2009-03-17 Thread Don Benson
I recently submitted a feature request on the bug tracker for this kind of variable. On Tue, Mar 17, 2009 at 9:40 AM, Alastair Smith wrote: > Hi there > > I'm building an installer for multiple cultures. Currently, the EULA is > specified using the WixVariables element in the wixproj file as fol

[WiX-users] Get currently building WiX culture in MSBuild

2009-03-17 Thread Alastair Smith
Hi there I'm building an installer for multiple cultures. Currently, the EULA is specified using the WixVariables element in the wixproj file as follows: WixUILicenseRtf=path\to\en\EULA.rtf What I'd like to do is replace the "en" bit of the path with some variable that indicates the culture c