Setup.exe localization

S

Srini

Hi,



I am facing a problem in localizing the setup file and .NET framework
redistributable.

I am trying to deploy c# winform application. I have created a setup
project. I need to redistribute .NET framework 2.0 along with the
setup. I need to localize the setup project(strings appearing in the
setup wizard) for various languages.

I have modified the setup project's Localization property to a
different language. It works fine.

But VS 2005 supports only few languages. I tried to localize the setup
file for Danish language, I came to know about Orca tool. I modified
all the strings in the msi file. MSI file also works fine. But the
problem is with the .NET Framework 2.0 redistributable package.


How can I localize the .NET Framework redistributable package?
I have installed the danish language pack for .NET framework 2.0.
But how to change the setup.exe, which I created, to recognize the
language(Danish)?

Please help. I have spent lot of time(days) in this issue. But still
could not find a solution to this issue.

Thanks and REgards
Srinivasan
 
M

Michael Nemtsev [MVP]

Hello Srini,

S> I am facing a problem in localizing the setup file and .NET framework
S> redistributable.
S>
S> I am trying to deploy c# winform application. I have created a setup
S> project. I need to redistribute .NET framework 2.0 along with the
S> setup. I need to localize the setup project(strings appearing in the
S> setup wizard) for various languages.

i'd use the WIX for this, btw

S> But VS 2005 supports only few languages. I tried to localize the
S> setup file for Danish language, I came to know about Orca tool. I
S> modified all the strings in the msi file. MSI file also works fine.
S> But the problem is with the .NET Framework 2.0 redistributable
S> package.

why do u want to localize FW?
there are few redistributives, but why? just localize your application


S> How can I localize the .NET Framework redistributable package?
S> I have installed the danish language pack for .NET framework 2.0.
S> But how to change the setup.exe, which I created, to recognize the
S> language(Danish)?
S> Please help. I have spent lot of time(days) in this issue. But still
S> could not find a solution to this issue.

consider localization inside your app, not the outside it


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
S

Srini

Hi,

Thanks for your reply.

I have localized my applications. But I have the requirement to
localize setup files also.

Please let me know if you have any ideas.

Thanks
Srinivasan
 
G

Grant Frisken

Hi,

I am facing a problem in localizing the setup file and .NET framework
redistributable.

I am trying to deploy c# winform application. I have created a setup
project. I need to redistribute .NET framework 2.0 along with the
setup. I need tolocalizethe setup project(strings appearing in the
setup wizard) for various languages.

I have modified the setup project's Localization property to a
different language. It works fine.

But VS 2005 supports only few languages. I tried tolocalizethe setup
file for Danish language, I came to know about Orca tool. I modified
all the strings in the msi file. MSI file also works fine. But the
problem is with the .NET Framework 2.0 redistributable package.

How can Ilocalizethe .NET Framework redistributable package?
I have installed the danish language pack for .NET framework 2.0.
But how to change the setup.exe, which I created, to recognize the
language(Danish)?

Please help. I have spent lot of time(days) in this issue. But still
could not find a solution to this issue.

Thanks and REgards
Srinivasan

Hi Srinivasan,

Take a look at Infralutions Globalizer.NET product. It allows you to
localize the Setup (MSI) packages created by Visual Studio into any
language (not just the eight or so supported by Microsoft). In
addition it can produce a mulitlingual setup package that will
automatically select the language to use based on the current locale
of the user. It has a command line interface allowing it to be
integrated into your automated build process. You can get more
information and download an evaluation version from www.infralution.com/globalizer.html

Regards
Grant Frisken
Infralution
 
E

Ebbe Kristensen

Grant said:
Take a look at Infralutions Globalizer.NET product. It allows you to
localize the Setup (MSI) packages created by Visual Studio into any
language (not just the eight or so supported by Microsoft).

Interesting. Does Globalizer .NET work for Compact Framework projects too?

Ebbe
 
M

Mihai N.

How can I localize the .NET Framework redistributable package?

The .NET Framework redistributable package is a MS product.
Before spending too much time to see how to do that technically,
make sure it is ok to do that legally.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top