MSFN Forum: Auto install language after vista installation - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Auto install language after vista installation how to auto install it in windows ? Rate Topic: -----

#1 User is offline   nuja 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 06-September 05

Posted 03 February 2007 - 07:25 AM

Hi,
I would like to know if its possible to install a language after vista's installation ? using reg key ?
Is it possible to manually slipstream the language pack ? if yes how do we that ?

thank in advance

This post has been edited by nuja: 03 February 2007 - 08:10 AM



#2 User is offline   spaceman78 

  • Group: Members
  • Posts: 3
  • Joined: 07-February 07

Posted 07 February 2007 - 04:28 AM

If you have the languagepack file (cab file) and you want to install a language pack silent, you can use the following tools:

1. Install the languagepack silent using lpksetup.exe:

lpksetup.exe /i <language> /r /s /p <lp_path>

Where <language> has to be the language ID (e.g. de-DE for german) and <lp_path> specifies the path to the cab file.

This takes about 15 minutes! I used a loop within my batch file to monitor when the lpsetup.exe has finished.

2. Apply your language settings using control.exe intl.cpl with unattend file:

control intl.cpl,,/f:"<unattend.xml_path"

The unattend.xml has to contain special tags from the GS:GlobalizationServices. Here's the one I used. It sets the default language, user language, location and keyboardlayout to german.

<gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
<!-- User List-->
<gs:UserList>
<gs:User UserID="Current" CopySettingsToSystemAcct="true" CopySettingsToDefaultUserAcct="true" />
</gs:UserList>
<!-- GeoID -->
<gs:LocationPreferences>
<gs:GeoID Value="94"/>
</gs:LocationPreferences>
<!-- MUI-->
<gs:MUILanguagePreferences>
<gs:MUILanguage Value="de-DE" />
<gs:MUIFallback Value="en-US" />
</gs:MUILanguagePreferences>
<!-- system locale -->
<gs:SystemLocale Name="de-DE"/>
<!-- input preferences -->
<gs:InputPreferences>
<gs:InputLanguageID Action="add" ID="0407:00000407"/>
<gs:InputLanguageID Action="remove" ID="0409:00000409"/>
</gs:InputPreferences>
<gs:UserLocale>
<gs:Locale Name="de-DE" SetAsCurrent="true" ResetAllSettings="true" />
</gs:UserLocale>
</gs:GlobalizationServices>

This post has been edited by spaceman78: 07 February 2007 - 04:30 AM


#3 User is offline   orei 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 24-November 03

Posted 09 February 2007 - 02:55 AM

well done..
but.. there is a method.. to integrate the language system over the installation file of windows vista??

thanks a lot

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy