강좌 / 팁

기 타 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 - - -
280 센스 Q45나 Q70 쓰시는 분이 장 더 잘 담그는 방법 [2] 하영 8239 0 07-25
279 장담그기가 실패로 끝나시는 분들 체크사항 [8] 환상적인손 9474 0 07-25
278 바탕화면 보기가 있긴있네요(모르시는분을위해) [7] 지오21 6312 0 07-25
277 Acronis True Image 2010 Online Backup Beta(무료) [9] Isitea 8013 0 07-22
276 윈도7 7600 RTM 에서 인터넷 초고속으로 만들기.. [18] 정동원 14815 0 07-22
275 에어로 스냅 온/오프 [1] 에이치티티 6503 0 07-21
274 국가별 숨겨진 테마 7600 [7] 잭바우어 7904 0 07-21
273 비스타 와 win7rtm 멀티부팅 인증법 [3] 파간 8625 0 07-21
272 홈베이직에서 색 구성표 사용하기 [1] 가을아비 5414 0 07-20
271 프로패셔널 이하버전에서 어드민계정 활성화하기. [4] 구루마 9909 0 07-20
270 Windows 7에서 WIN MAIL이 안됩니다. [10] ASUS 6738 0 07-20
269 문서, 음악, 비디오, 사진폴더 위치변경 쉽게 하기. [3] ASUS 6183 0 07-20
268 [요청]윈도우가상메모리 끄는법입니다. [6] 구루마 9015 0 07-20
267 윈도우7 RTM 64비트 인터넷이 느릴때.. [33] 정준영 11848 0 07-19
266 국가및언어설정 [1] 루나 7077 0 07-15
265 windows 7 정상 종료 안될때 [3] nomi 21195 0 07-13
264 윈7 단축키모음 [2] 루나 9419 0 07-07
263 VHD 자동 마운트 스크립트 [3] 김윈도 15278 0 07-03
262 Windows 7 DVD없이 설치하기 [12] 김윈도 12531 0 07-03
261 7264 업그레이드후... 데몬 설치 않될떄..... [12] 기가마이트 5728 0 07-03
XE1.11.6 Layout1.4.8