Discussion:
[WiX-users] Localization issue: One msi file for several languages
d***@noser.com
15 years ago
Permalink
Hi

I am a Wix newbie and I have a question concerning localization. I need my installer to support english and german. When i now compile my wix project, two msi files are generated, one for each language.

In our case, what we would like to have is one single msi file where the different languages are compiled into.
Depending on the language of the target machine, the installer would then choose the current language. (Optionally, having the user choose the install language would also be possible).

Does wix support this scenario or is there a work around?
Thanks in advance.

Dan
David Watson
15 years ago
Permalink
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizati
on-again-td695038.html#a695038

-----Original Message-----
From: ***@noser.com [mailto:***@noser.com]
Sent: 06 July 2010 14:03
To: wix-***@lists.sourceforge.net
Subject: [WiX-users] Localization issue: One msi file for several
languages

Hi

I am a Wix newbie and I have a question concerning localization. I need
my installer to support english and german. When i now compile my wix
project, two msi files are generated, one for each language.

In our case, what we would like to have is one single msi file where the
different languages are compiled into.
Depending on the language of the target machine, the installer would
then choose the current language. (Optionally, having the user choose
the install language would also be possible).

Does wix support this scenario or is there a work around?
Thanks in advance.

Dan
------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint What will you do first with
EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com"><img src="http://www.sdl.com/images/email logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a>
<BR>
<font face="arial" size="2" "><a href = "http://www.sdl.com" style="color:005740; font-weight: bold">www.sdl.com</a>
<BR>
<BR>
<font face="arial" size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
</font>
Rob Hamflett
15 years ago
Permalink
The steps here might be what you're after:
http://www.installsite.org/pages/en/msi/articles/embeddedlang/index.htm

Rob
...
Yan Sklyarenko
15 years ago
Permalink
Beware though - it is not officially supported behavior, which doesn't
work in 100% cases, as some other threads in this list prove...

-- Yan

-----Original Message-----
From: Rob Hamflett [mailto:***@snsys.com]
Sent: Tuesday, 06 July, 2010 16:37
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] Localization issue: One msi file for
severallanguages

The steps here might be what you're after:
http://www.installsite.org/pages/en/msi/articles/embeddedlang/index.htm

Rob
Post by d***@noser.com
Hi
I am a Wix newbie and I have a question concerning localization. I
need my installer to support english and german. When i now compile my
wix project, two msi files are generated, one for each language.
Post by d***@noser.com
In our case, what we would like to have is one single msi file where
the different languages are compiled into.
Post by d***@noser.com
Depending on the language of the target machine, the installer would
then choose the current language. (Optionally, having the user choose
the install language would also be possible).
Post by d***@noser.com
Does wix support this scenario or is there a work around?
Thanks in advance.
Dan
------------------------------------------------------------------------
------
Post by d***@noser.com
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

Loading...