473,378 Members | 1,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Setup.exe localization

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

Nov 14 '07 #1
6 5162
Hello Srini,

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

i'd use the WIX for this, btw

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

why do u want to localize FW?
there are few redistributives, but why? just localize your application
SHow can I localize the .NET Framework redistributable package?
SI have installed the danish language pack for .NET framework 2.0.
SBut how to change the setup.exe, which I created, to recognize the
Slanguage(Danish)?
SPlease help. I have spent lot of time(days) in this issue. But still
Scould 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
Nov 14 '07 #2
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

On Nov 14, 5:29 pm, Michael Nemtsev [MVP] <nemt...@msn.comwrote:
Hello Srini,

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

i'd use the WIX for this, btw

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

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

SHow can I localize the .NET Framework redistributable package?
SI have installed the danish language pack for .NET framework 2.0.
SBut how to change the setup.exe, which I created, to recognize the
Slanguage(Danish)?
SPlease help. I have spent lot of time(days) in this issue. But still
Scould 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

Nov 14 '07 #3
On Nov 14, 11:06 pm, Srini <srinivasan...@gmail.comwrote:
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

Nov 14 '07 #4
Grant Frisken wrote:
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
Nov 15 '07 #5
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.

--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
Nov 15 '07 #6
On Nov 15, 7:29 pm, "Ebbe Kristensen" <e...@ekologic.dkwrote:
Grant Frisken wrote:
Take a look at Infralutions Globalizer.NET product. It allows you to
localizethe 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
Yes it does.
Nov 15 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Manish Kumar(HCL Technologies-India) | last post by:
At time of making a Setup using .NET Installer , we have an option of setting localization language of .Net installer to one of the language provided by microsoft in dropdown list. it has no...
3
by: Anne DeBlois | last post by:
Hi, I am about to order Visual Studio .NET. We work with the French Canadian version of Windows XP Professional. I don't know exactly how it works, but I have a question that may sound stupid,...
3
by: Joachim | last post by:
In the Install-Start-Welcome dialog - how can I change the text "Welcome to the MyApp Setup Wizard"? For instance, if I would like it to be in another language.
8
by: Henry | last post by:
Hi, in a Windows form VB.Net project I use localization for all texts. In App.Config I added: <appSettings> <add key="locale" value="de"/> </appSettings> In the project I have ressource...
3
by: WT | last post by:
Hello, Using english version of vs 2005 to develop, my setup dialogs are all displayed in english, is there some way to have it displayed according the current culture using resources as we do for...
5
by: WT | last post by:
Hello, Documentation speaks about a country list-box in the project properties, but this list box is missing in VS2005 Pro. Where is the problem ? CS
0
by: WW | last post by:
Hello, I have a deployment project that i'm trying to create a few localized builds of. I need English (done), French, German and Dutch. In the Localization property I have found French...
1
by: S Wheeler | last post by:
Hi - I am creating a Setup Deplloyment application for a MFC app that uses STL. What are the necessary Merge Modules ? And what is the difference between: VC_User_MFC71_RTL_X86_---.msm and...
0
by: Greg | last post by:
Hi, I am creating a setup project with VS2005. I have created a folder structure and setup one of my components as output to a specified directory. However, when the output project is...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.