강좌 / 팁

기 타 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 - - -
871 윈 도 우| 카조님 PE에 파일 넣는 방법입니다. [12] 하늘은높고 2032 10 03-04
870 윈 도 우| PrincePE_V20 [52] %카리스마 2835 72 03-05
869 윈 도 우| 카리스마조님 PE Win10XPE34 의 내용설명 비교 [7] 하늘은높고 2255 12 03-05
868 윈 도 우| PrincePE_V21 [30] %카리스마 2449 45 03-06
867 윈 도 우| 카리스마조님 PrincePE V21 실행 방법입니다. [19] 하늘은높고 2715 19 03-06
866 윈 도 우| PrincePE_V22 [53] %카리스마 6605 59 03-06
865 윈 도 우| Win10XPE 시스템 속성 컴퓨터 이름 [12] %카리스마 2478 16 03-07
864 윈 도 우| 카리스마조님 마지막 PrincePE USB만들기 입니다. [27] 하늘은높고 3416 33 03-10
863 윈 도 우| 카조님의 PrincePE_V36 버전을 USB에 마무리 하는 방법입... [36] 하늘은높고 3880 36 03-10
862 소프트웨어| 텍스트를 음성으로 읽기 VBScript [25] 지후빠 1660 10 03-11
861 윈 도 우| Windows 10 제품 키를 찾는 방법 [11] VenusGirl 11176 10 03-12
860 윈 도 우| 메모장으로 텍스트 스크랩 편하게하기 [5] 레마클로 1648 5 03-12
859 윈 도 우| 윈도우8.1키를 찾아보았습니다. [7] 하늘은높고 1502 6 03-12
858 소프트웨어| Total Commander 9.5x 32비트 및 64비트용 한국어 확장 메... [11] VenusGirl 4723 25 03-13
857 소프트웨어| UEFI 시스템 디스크 복사하기 ( TrueImage ) [10] gooddew 2428 22 03-14
856 서버 / IT| Wireless PXE 부팅 서버 구축하기 [6] gooddew 1398 6 03-14
855 윈 도 우| WinRE 복구에 대해서.............. [4] 밤이슬216 1409 8 03-15
854 기 타| [추가2] 파일/폴더들을 새로운 폴더 만들어 이동 VBS [13] 지후빠 1295 10 03-15
853 윈 도 우| PE에서 Edge 즐겨찾기 유지하기 [26] 선우 1289 12 03-16
852 소프트웨어| USB 로 UEFI 와 MBR 로 부팅 되도록 ISO 파일 설치하기 [42] 좋은이웃 7083 57 03-17
XE1.11.6 Layout1.4.8