강좌 / 팁

기 타 Change Your Vista Language (All Versions)...HOW TO

2007.09.16 16:59

gooddew 조회:14614 추천:1

A Chinese expert, xinso, has come up with a beautiful solution for people who want to change the system language of their Vista (preinstalled), but who do not have Ultimate or Enterprise editions.

Xinso's solution proves that Microsoft was right in saying that Vista is a language-agnostic OS, meaning that the core system and the language interface (including English) can be separately installed or removed, and this applies to all versions of Vista, including Starter, Home Basic, Home Premium and Business, apart from Ultimate and Enterprise.

The solution makes use of Microsoft WAIK (Windows Automated Installation Kits) and the standalone MUI Packs. For those who have already installed WAIK and have used WAIK to create a WinPE CD, all you need to do first is to copy the entire Servicing folder to C root (C:Servicing) as follows:

1. Copy WAIK Servicing folder (all files) to C: root
2. Create a sub folder called LanguagePack (C:ServicingLanguagePack
3. Create a sub folder in the LanguagePack folder with this name: x86_Microsoft-Windows-Client-LanguagePack-Package_6.0.6000.16386_en-US_31bf3856ad364e35_
(C:ServicingLanguagePackx86_Microsoft-Windows-Client-LanguagePack-Package_6.0.6000.16386_en-US_31bf3856ad364e35_)
4. Place your English MUI cab file in the subfolder you just created
4. Copy the change.cm, install.xml and uninstallxml to C:Servicing
5. install.xml
------------------------------------------------------------------------
Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="install">
            <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
            <source location="C:ServicingLanguagePackx86_Microsoft-Windows-Client-LanguagePack-Package_6.0.6000.16386_en-US_31bf3856ad364e35_LP-en-US.cab" />
        </package>
    </servicing>
    <cpi:offlineImage cpi:source="wim:c:/vista/sources/install.wim" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
--------------------------------------------------------------------------------------

6. uninstall.xm
-------------------------------------------------------------------------------------
Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="remove">
            <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="es-ES" />
        </package>
        <package action="remove">
            <assemblyIdentity name="Microsoft-Windows-NetFx3-OC-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="es-ES" />
        </package>
    </servicing>
    <cpi:offlineImage cpi:source="wim:c:/vista/sources/install.wim" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
-----------------------------------------------------------------------------------------

7. change.cmd
--------------------------------------------------------------------------------------------
Code:
start /w C:Servicingpkgmgr /o:"C:;C:Windows" /n:"C:Servicinginstall.xml"

start /w C:Servicingpkgmgr /o:"C:;C:Windows" /n:"C:Servicinguninstall.xml"

start /w C:Servicingintlcfg.exe -ALL:en-US -image:C:
----------------------------------------------------------------------------------------------

8. This example assumes you have a Spanish Vista Business preinstalled and wanted to change it to English. You boot your PC with WinPE CD and key in the change.cmd command. The change.cmd commandwill start install.xml for installing English and uninstall.xml for removing Spanish. It will then configure English as the system default language.

The Language codes in install.xml, uninstall.xml and change.cmd can be changed to what you prefer (all 16 MUI Packs can be installed and removed in this way)

You can download WAIK and MUI Packs (links in this forum). The other tool you need is EXE2CAB which converts the download MUI Packs (in .exe format to .cab format). You can get EXE2CAB by Google search.
번호 제목 글쓴이 조회 추천 등록일
[공지] 강좌 작성간 참고해주세요 gooddew - - -
200 작업표시줄의 [ 가/A ] 한/영 표시기가 가끔 안보이는 경... 농축 우라 16243 0 01-08
199 IE7 의 탭닫기 후 좌측탭으로 가기 [3] 농축 우라 6571 0 01-02
198 2003(XP) x32 와 x64 단일 파티션에 설치. - W7 멀티부팅 ... [2] 농축 우라 10105 0 01-01
197 기 타| NTLDR IS MISSING 에러 복구하기 [7] gooddew 31343 0 11-10
196 기 타| 다른프로그램없이 XP 원격 데스크톱 연결 [3] gooddew 10663 0 11-02
195 기 타| xp 에서 "모두 아니요" 하는 방법 [5] gooddew 9408 0 10-30
194 윈 도 우| 바이오스 안에 OEM SLIC 가 내장되었는지 확인하는 방법 [5] gooddew 84995 0 06-17
193 <b>Windows Vista 설치동영상 [8] 지나가던 12565 0 01-25
192 기 타| <STRONG><FONT color=#6699ff>바이오스업데이... [5] gooddew 28288 0 09-10
191 Vista의 시작음 변경하기 [3] 현민수 6624 0 07-16
190 비스타 SP2 설치후 찌거기 치우기 [3] X-file 14663 0 05-08
189 비스타 솔루션 센터!? [2] 김용환 7598 0 04-07
188 플레쉬 플레이어 9 사용시 일부사이트 엑티브X팝업 없에기 ... 슈퍼맨 7255 0 03-23
187 X-FI 사운드 카드 사용하시는분 중 자꾸 DLL 오류 나는 법 ... [3] 김민준 6399 0 03-02
186 기 타| 비스타 Explorer 응답없음 현상 해결. [6] gooddew 15599 0 02-21
185 파티션 안 날리면서 비스타지우고 XP깔기 [5] 김영훈 11843 0 02-08
184 기 타| M$가 발표한 공식 비스타 인증 정식 보고서(MS 위드,영문) gooddew 10914 0 01-26
183 시게이트 하드디스크 펌웨어 방법 [7] 생강도넛 8321 0 01-24
182 기 타| 내 PC에 설치된 플래시 버전 확인하기 [4] gooddew 10686 0 01-11
181 Windows Vista SP1 기준 서비스 최적화(?) [7] 김용환 17009 0 12-28
XE1.11.6 Layout1.4.8