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.

-- 
sig://boB
http://joyofsetup.com/



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-03-18 Thread Don Benson
Sorry for confusing the issue.

On Wed, Mar 18, 2009 at 11:49 AM, Alastair Smith
wrote:

> Don, thanks for the issue number.
>
> 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.
>
> I see in wix.targets that there is a %(EmbeddedResourceWithCulture.Culture)
> metadata variable referenced (on line 1549, amongst other places), but I
> can't seem to successfully use it in my .wixproj files.
>
> Cheers
>
> Alastair
>
> -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 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 Message-
> > From: Don Benson [mailto:dbenso...@gmail.com]
> > Sent: 17 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: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
> 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 currently being built so that the correct
> EULA
> > is
> > > included for each culture.  After some extensive Googling, I haven't
> yet
> > > found an answer, so I'm wondering if this is possible?
> > >
> > > Many thanks in advance for your time and assistance.
> > >
> > > Kind regards
> > >
> > > Alastair Smith
> > >
> > >
> >
> --
> > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly
> and
> > > easily build your RIAs with Flex Builder, the Eclipse(TM)based
> > development
> > > software that enables intelligent coding and step-through debugging.
> > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> >
> --
> > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> > easily build your RIAs with Flex Builder, the Eclipse(TM)based
> development
> > software that enables intelligent coding and step-through debugging.
> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> --
> > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> > easily build your RIAs with Flex Builder, the Eclipse(TM)based
> development
> > software that enables intelligent coding and step-through debugging.
> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Ecli

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

2009-03-18 Thread Alastair Smith
Don, thanks for the issue number.  

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.  

I see in wix.targets that there is a %(EmbeddedResourceWithCulture.Culture) 
metadata variable referenced (on line 1549, amongst other places), but I can't 
seem to successfully use it in my .wixproj files.  

Cheers

Alastair

-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 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 Message-
> From: Don Benson [mailto:dbenso...@gmail.com]
> Sent: 17 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: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 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 currently being built so that the correct EULA
> is
> > included for each culture.  After some extensive Googling, I haven't yet
> > found an answer, so I'm wondering if this is possible?
> >
> > Many thanks in advance for your time and assistance.
> >
> > Kind regards
> >
> > Alastair Smith
> >
> >
> --
> > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> > easily build your RIAs with Flex Builder, the Eclipse(TM)based
> development
> > software that enables intelligent coding and step-through debugging.
> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-03-18 Thread Don Benson
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 Message-
> From: Don Benson [mailto:dbenso...@gmail.com]
> Sent: 17 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: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 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 currently being built so that the correct EULA
> is
> > included for each culture.  After some extensive Googling, I haven't yet
> > found an answer, so I'm wondering if this is possible?
> >
> > Many thanks in advance for your time and assistance.
> >
> > Kind regards
> >
> > Alastair Smith
> >
> >
> --
> > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> > easily build your RIAs with Flex Builder, the Eclipse(TM)based
> development
> > software that enables intelligent coding and step-through debugging.
> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-03-18 Thread Alastair Smith
Do you have a link available for this feature request?  I can't seem to find it 
on the SF tracker.  

-Original Message-
From: Don Benson [mailto:dbenso...@gmail.com] 
Sent: 17 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: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 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 currently being built so that the correct EULA is
> included for each culture.  After some extensive Googling, I haven't yet
> found an answer, so I'm wondering if this is possible?
>
> Many thanks in advance for your time and assistance.
>
> Kind regards
>
> Alastair Smith
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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 currently being built so that the correct EULA is
> included for each culture.  After some extensive Googling, I haven't yet
> found an answer, so I'm wondering if this is possible?
>
> Many thanks in advance for your time and assistance.
>
> Kind regards
>
> Alastair Smith
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users