[WiX-users] localisation for the pre-requisite bootstrapper

2012-03-04 Thread Grant Samuels
Hi All

I am currently using the burn pre-requisite bootstrapper to install
.Net 4 before launching a custom managed bootstrapper application.
I have set preqbathemewxl variable:



Is there a currently a way to localise the strings for multiple
languages in the pre-requisite bootstrapper?

There is a bug that was resolved as fixed around this
(http://sourceforge.net/tracker/index.php?func=detail&aid=3396537&group_id=105970&atid=642714)
- but I can't find any details on how to get it to work.

Thanks
Grant

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of WixUILicenseRtf

2008-08-22 Thread Neil Sleightholm
So does that mean there is no way to override it with a localisation
variable?

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Mensching
Sent: 22 August 2008 10:19
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

"Create a binder variable called 'WixUILicenseRtf' and default the value
to the preprocessor variable 'licenseRtf'."

That means that if you don't have a 
then the value of "$(var.licenseRtf)" at the time the file was processed
by candle (preprocessor) will be used during light (binding) processing.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: Thursday, August 21, 2008 10:51
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

In trying to figure this out I thought I'd check the license dialog
code:




Could anyone tell me what "!(wix.WixUILicenseRtf=$(var.licenseRtf))"
means?

Thanks

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 21 August 2008 17:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Thanks for the suggestions but unfortunately it does really fit in with
the way localisation works. The localisation isn't applied until link
time and variables are compile time. I think that is the root of the
problem I am having, the license file is needed for the compiler but I
am trying to delay it until the link.

I think the ! is correct as that is how localisation variables are
defined, I guess to differentiate them from compiler variables.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pat
Higgins
Sent: 21 August 2008 10:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Hi Neil,
I'm not an expert & these might not work but they might help in some way
(I haven't tested them but we do something similar - not same
unfortunately).

You could have something in StandardVars.wxi

  
  

And then have
$(var.myRFT)

And if that doesn't work just use



Finally, should the exclaimation mark be there?
Support\!(loc.LicenseRtf)"



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 20 August 2008 19:32
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Localisation of WixUILicenseRtf

Is it possible to have localised versions of WixUILicenseRtf?



What I would like to do it something like this:



Then in my localisation file:

License_ja-jp.rtf

But that doesn't work.



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>




-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


About Microsoft Ireland:  www.microsoft.com/ireland
Microsoft Ireland Operations Limited. A company incorporated and
registered in Ireland number 256796.
Microsoft Ireland Research. A company incorporated and registered in
Ireland number 342235.
Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-

Re: [WiX-users] Localisation of Codepage

2008-08-22 Thread Rob Mensching
Codepage of the Product is changed by setting the @Codepage attribute on the 
root of your .wxl file.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: Wednesday, August 20, 2008 05:23
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Localisation of Codepage

In the WiX help it talks about using a localisation variable for the 
Package/@SummaryCodepage and this seems like a good idea but you also need to 
set Product/@Codepage to get the MSI built with the correct codepage. The 
problem is that when I set Product/@Codepage to a localisation variable e.g. 
!(loc.Codepage) I get an error from candle "CNDL0276 : The code page 
'!(loc.Codepage)' is not a valid Windows code page." (I am using WiX 
v3.0.4415.0)

Is this a bug or am I doing something wrong?

Neil

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of WixUILicenseRtf

2008-08-22 Thread Rob Mensching
"Create a binder variable called 'WixUILicenseRtf' and default the value to the 
preprocessor variable 'licenseRtf'."

That means that if you don't have a  then 
the value of "$(var.licenseRtf)" at the time the file was processed by candle 
(preprocessor) will be used during light (binding) processing.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: Thursday, August 21, 2008 10:51
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

In trying to figure this out I thought I'd check the license dialog
code:




Could anyone tell me what "!(wix.WixUILicenseRtf=$(var.licenseRtf))"
means?

Thanks

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 21 August 2008 17:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Thanks for the suggestions but unfortunately it does really fit in with
the way localisation works. The localisation isn't applied until link
time and variables are compile time. I think that is the root of the
problem I am having, the license file is needed for the compiler but I
am trying to delay it until the link.

I think the ! is correct as that is how localisation variables are
defined, I guess to differentiate them from compiler variables.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pat
Higgins
Sent: 21 August 2008 10:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Hi Neil,
I'm not an expert & these might not work but they might help in some way
(I haven't tested them but we do something similar - not same
unfortunately).

You could have something in StandardVars.wxi

  
  

And then have
$(var.myRFT)

And if that doesn't work just use



Finally, should the exclaimation mark be there?
Support\!(loc.LicenseRtf)"



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 20 August 2008 19:32
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Localisation of WixUILicenseRtf

Is it possible to have localised versions of WixUILicenseRtf?



What I would like to do it something like this:



Then in my localisation file:

License_ja-jp.rtf

But that doesn't work.



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>




-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


About Microsoft Ireland:  www.microsoft.com/ireland
Microsoft Ireland Operations Limited. A company incorporated and
registered in Ireland number 256796.
Microsoft Ireland Research. A company incorporated and registered in
Ireland number 342235.
Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&

Re: [WiX-users] Localisation of WixUILicenseRtf

2008-08-21 Thread Neil Sleightholm
In trying to figure this out I thought I'd check the license dialog
code:




Could anyone tell me what "!(wix.WixUILicenseRtf=$(var.licenseRtf))"
means?

Thanks

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 21 August 2008 17:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Thanks for the suggestions but unfortunately it does really fit in with
the way localisation works. The localisation isn't applied until link
time and variables are compile time. I think that is the root of the
problem I am having, the license file is needed for the compiler but I
am trying to delay it until the link.

I think the ! is correct as that is how localisation variables are
defined, I guess to differentiate them from compiler variables.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pat
Higgins
Sent: 21 August 2008 10:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Hi Neil,
I'm not an expert & these might not work but they might help in some way
(I haven't tested them but we do something similar - not same
unfortunately).

You could have something in StandardVars.wxi

  
  

And then have
$(var.myRFT)

And if that doesn't work just use



Finally, should the exclaimation mark be there?
Support\!(loc.LicenseRtf)"



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 20 August 2008 19:32
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Localisation of WixUILicenseRtf

Is it possible to have localised versions of WixUILicenseRtf?



What I would like to do it something like this:



Then in my localisation file:

License_ja-jp.rtf

But that doesn't work.



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>




-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


About Microsoft Ireland:  www.microsoft.com/ireland
Microsoft Ireland Operations Limited. A company incorporated and
registered in Ireland number 256796.
Microsoft Ireland Research. A company incorporated and registered in
Ireland number 342235.
Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of WixUILicenseRtf

2008-08-21 Thread Neil Sleightholm
Thanks for the suggestions but unfortunately it does really fit in with
the way localisation works. The localisation isn't applied until link
time and variables are compile time. I think that is the root of the
problem I am having, the license file is needed for the compiler but I
am trying to delay it until the link.

I think the ! is correct as that is how localisation variables are
defined, I guess to differentiate them from compiler variables.

Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pat
Higgins
Sent: 21 August 2008 10:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of WixUILicenseRtf

Hi Neil,
I'm not an expert & these might not work but they might help in some way
(I haven't tested them but we do something similar - not same
unfortunately).

You could have something in StandardVars.wxi

  
  

And then have
$(var.myRFT)

And if that doesn't work just use



Finally, should the exclaimation mark be there?
Support\!(loc.LicenseRtf)"



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: 20 August 2008 19:32
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Localisation of WixUILicenseRtf

Is it possible to have localised versions of WixUILicenseRtf?



What I would like to do it something like this:



Then in my localisation file:

License_ja-jp.rtf

But that doesn't work.



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>




-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


About Microsoft Ireland:  www.microsoft.com/ireland
Microsoft Ireland Operations Limited. A company incorporated and
registered in Ireland number 256796.
Microsoft Ireland Research. A company incorporated and registered in
Ireland number 342235.
Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of WixUILicenseRtf

2008-08-21 Thread Pat Higgins
Hi Neil,
I'm not an expert & these might not work but they might help in some way
(I haven't tested them but we do something similar - not same unfortunately).

You could have something in StandardVars.wxi

  
  

And then have
$(var.myRFT)

And if that doesn't work just use



Finally, should the exclaimation mark be there?
Support\!(loc.LicenseRtf)"



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: 20 August 2008 19:32
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Localisation of WixUILicenseRtf

Is it possible to have localised versions of WixUILicenseRtf?



What I would like to do it something like this:



Then in my localisation file:

License_ja-jp.rtf

But that doesn't work.



Neil



Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


About Microsoft Ireland:  www.microsoft.com/ireland
Microsoft Ireland Operations Limited. A company incorporated and registered in 
Ireland number 256796.
Microsoft Ireland Research. A company incorporated and registered in Ireland 
number 342235.
Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localisation of WixUILicenseRtf

2008-08-20 Thread Neil Sleightholm
Is it possible to have localised versions of WixUILicenseRtf?

 

What I would like to do it something like this:



Then in my localisation file:

License_ja-jp.rtf

But that doesn't work.

 

Neil

 

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of Codepage

2008-08-20 Thread Neil Sleightholm
Thanks that helped. I did find it wasn't as clear cut as I expected. I
have several .wxl files one for English and the others for all the other
languages I support. Because not all strings are translated yet both in
my code and the WiX extensions it is necessary to link with this command
line:

light -cultures:ja-jp;en-us; -ext WixUIExtension -ext WixUtilExtension
-loc en-us.wxl -loc ja-jp.wxl -out Setup.msi obj\*.wixobj

This takes the translated strings where it can but defaults to English
if they are not found.


In en-us.wxl I set codepage 1252, in ja-jp.wxl I set 932 but when I link
this I get the error: 
light.exe : error LGHT0101 : The codepage '1252' has been
specified in multiple
localization files.  Please resolve the conflict.

To work around this I only set the codepage in ja-jp.wxl (and all the
other non-english wxl files).


Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian
Rogers
Sent: 20 August 2008 17:42
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Localisation of Codepage

Hey Neil,

If you use .wxl files to do your localization you could specify the
Codepage
as an attribute in that file. This would help normalize this for you a
bit.

Take a look at the http://schemas.microsoft.com/wix/2006/localization
and
WXL files.

Hope this helps,
-- 
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Wed, Aug 20, 2008 at 5:23 AM, Neil Sleightholm
<[EMAIL PROTECTED]>wrote:

> In the WiX help it talks about using a localisation variable for the
> Package/@SummaryCodepage and this seems like a good idea but you also
need
> to set Product/@Codepage to get the MSI built with the correct
codepage. The
> problem is that when I set Product/@Codepage to a localisation
variable e.g.
> !(loc.Codepage) I get an error from candle "CNDL0276 : The code page
> '!(loc.Codepage)' is not a valid Windows code page." (I am using WiX
> v3.0.4415.0)
>
> Is this a bug or am I doing something wrong?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of Codepage

2008-08-20 Thread Brian Rogers
Hey Neil,

If you use .wxl files to do your localization you could specify the Codepage
as an attribute in that file. This would help normalize this for you a bit.

Take a look at the http://schemas.microsoft.com/wix/2006/localization and
WXL files.

Hope this helps,
-- 
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Wed, Aug 20, 2008 at 5:23 AM, Neil Sleightholm <[EMAIL PROTECTED]>wrote:

> In the WiX help it talks about using a localisation variable for the
> Package/@SummaryCodepage and this seems like a good idea but you also need
> to set Product/@Codepage to get the MSI built with the correct codepage. The
> problem is that when I set Product/@Codepage to a localisation variable e.g.
> !(loc.Codepage) I get an error from candle "CNDL0276 : The code page
> '!(loc.Codepage)' is not a valid Windows code page." (I am using WiX
> v3.0.4415.0)
>
> Is this a bug or am I doing something wrong?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] 
>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation of Codepage

2008-08-20 Thread Brian Rogers
Hey Neil,

If you use .wxl files to do your localization you could specify the Codepage
as an attribute in that file. This would help normalize this for you a bit.

Take a look at the http://schemas.microsoft.com/wix/2006/localization and
WXL files.

Hope this helps,
-- 
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Wed, Aug 20, 2008 at 5:23 AM, Neil Sleightholm <[EMAIL PROTECTED]>wrote:

> In the WiX help it talks about using a localisation variable for the
> Package/@SummaryCodepage and this seems like a good idea but you also need
> to set Product/@Codepage to get the MSI built with the correct codepage. The
> problem is that when I set Product/@Codepage to a localisation variable e.g.
> !(loc.Codepage) I get an error from candle "CNDL0276 : The code page
> '!(loc.Codepage)' is not a valid Windows code page." (I am using WiX
> v3.0.4415.0)
>
> Is this a bug or am I doing something wrong?
>
> Neil
>
> Neil Sleightholm
> X2 Systems Limited
> [EMAIL PROTECTED] 
>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localisation of Codepage

2008-08-20 Thread Neil Sleightholm
In the WiX help it talks about using a localisation variable for the 
Package/@SummaryCodepage and this seems like a good idea but you also need to 
set Product/@Codepage to get the MSI built with the correct codepage. The 
problem is that when I set Product/@Codepage to a localisation variable e.g. 
!(loc.Codepage) I get an error from candle "CNDL0276 : The code page 
'!(loc.Codepage)' is not a valid Windows code page." (I am using WiX 
v3.0.4415.0)
 
Is this a bug or am I doing something wrong? 
 
Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED]  
 
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localisation

2007-09-26 Thread Anidil

Should i be always using standard/custom wixui library during link time to do
localisation for different languages?Is it not possible if i include the UI
code inside my .wxs source file?
-- 
View this message in context: 
http://www.nabble.com/Localisation-tf4526521.html#a12915227
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread David Clark
I could do the modifications. Where can I get the current WixUI_fr-fr.wxl file?-- david"Many people die at twenty five and aren't buried until they are seventy five". - Benjamin Franklin

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread DE�K JAHN, G�bor
On Wed, 21 Jun 2006 17:01:44 +0200, Frederik Carlier wrote:

David,

I have a direct link to the localization page from the tutorial now so that the 
status of various languages can be checked. The French translation is in the 
'outdated' category now, meaning that the original translator did it but after 
some later modifications in WixUI itself it was not updated. I contacted the 
translator but I don't recall having seen any reply yet. If either him or you 
or both of you combined would do the modifications, it could soon become 
functional.

Bye,
   Gábor

---
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread Frederik Carlier








There is a localization page:

  http://www.tramontana.co.hu/wix/loc/index.php

a wixui_fr-fr translation seems to be in
the works, but however it’s not ready yet for inclusion with WiX. For the
exact reason, you should contact Gábor, but it may be a mix of:

- not being up to date to the latest
version of WixUI (some minor changes were made, you could probably help out
with this)

- a license agreement not being sent in
(something that you can’t fix). To get anything into the WiX toolset you
need to sign an agreement with Microsoft. See http://blogs.msdn.com/robmen/archive/2004/04/14/112970.aspx
for more information.

 

Frederik.

 











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Clark
Sent: woensdag 21 juni 2006 16:10
To:
wix-users@lists.sourceforge.net
Subject: [WiX-users] Localisation
- French, WixUI_fr-CA.wxl



 

Hi,

I have been looking around for a french version of WixUI_en-us.wxl, either
fr-FR or fr-CA (which I imagine should be almost identical, maybe some terms
are different) but have not found any.

If no one has done this yet we are going to translate the file ourselves, where
could we post it to? Is there a WiX localisation project / site? 

Thanks.

-- 
david

"Many people die at twenty five and aren't buried until they are seventy
five".
- Benjamin Franklin 








___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Localisation - French, WixUI_fr-CA.wxl

2006-06-21 Thread David Clark
Hi,I have been looking around for a french version of WixUI_en-us.wxl, either fr-FR or fr-CA (which I imagine should be almost identical, maybe some terms are different) but have not found any.If no one has done this yet we are going to translate the file ourselves, where could we post it to? Is there a WiX localisation project / site?
Thanks.-- david"Many people die at twenty five and aren't buried until they are seventy five". - Benjamin Franklin
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users