강좌 / 팁

기 타 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 - - -
400 Windows7의 하드디스크드라이브(HDD) 파티션 작업하기. [9] 조베드로 17236 3 10-05
399 게임 세션이 끊기는 경우. 김사랑 6244 0 10-04
398 원7 숨겨진 테마에 대한 보충설명 [7] BSE 10142 0 10-04
397 보내기 항목의 숨겨진 메뉴 [16] BSE 6180 0 10-03
396 ⑦ Acronis TrueImage 2010 : 처음 사용자를 위한 Startup R... [34] 고담시민 16029 3 10-01
395 블루투스 설치 [1] 김여니 10718 0 10-01
394 ⑥ Acronis TrueImage 2010 : 처음 사용자를 위한 Acronis S... [19] 고담시민 25049 3 09-29
393 웹상에서 윈도우 서비스를 변경해 보자. [4] 정도전 5713 0 09-29
392 windows7에서 영문판 알집 사용하기 [6] 사부님 6215 0 09-29
391 나라별 날씨 코드 알수있는 곳.. [2] 꿈이있는녀 7956 0 09-28
390 원도우 비스타 베스트 팁 66 (링크 참조) [1] core2e8400 6605 0 09-28
389 APPCRASH, apphangB1 오류 해결법(coreavc 설치가 안될 때) 싸울아비 17159 0 09-27
388 ⑤ Acronis TrueImage 2010 : 처음 사용자를 위한 Increment... [39] 고담시민 31445 5 09-24
387 Acronis True Image Home 2010 Nonstop기능 영상입니다.(실... [9] 죠타로 8058 0 09-24
386 tokens.dat 백업 및 복구 방법 [14] 최흥현 10111 0 09-24
385 체험지수 표시 안되시는 분들 한번 해보세요 [3] 최흥현 15482 0 09-24
384 windows 7을 $29.99에 업그레이드 [5] arki 7360 0 09-23
383 Win7과 WinXP멀티부팅 하기 [19] sp2 17350 0 09-22
382 윈도우 7내장백업기능 200%활용하기..고스트,트루이미지는 ... [51] 랜디로즈 26456 4 09-22
381 익스플로러 지연및 먹통현상 해결^^ [12] 배컴 11138 0 09-22
XE1.11.6 Layout1.4.8