Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi Lingual Support for installation

Status
Not open for further replies.

SurajNair

Programmer
May 30, 2003
10
GB
Repackage an application.
a. Allow the support for two more languages (ex: - French, German)
b. Set the validation to prompt for language
c. Three .msi files are created (default, Default French, Default German)

Question: - Can a single .msi file be created where the UI would be given to choose the language to install? Or the customization has to be done by re-packager?
 
Use separate features for the three languages in single msi, then go to Installation Expert -> Project Definition -> Features and you can set that up. Then go to Installation Expert -> Change appropriate dialogs and Installation types.

===>
kip
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top