강좌 / 팁

기 타 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 - - -
640 하드웨어| Windows7에서 인터넷이 갑자기 안됄 때 [4] Purehanul 12728 0 05-13
639 윈 도 우| 윈도우 7 '이 프로그램이 제대로 설치되지 않았을 수 있습... [9] PiPS 11598 0 05-12
638 하드웨어| 삼성컴퓨터 메인보드 a/s 3년??? [13] 우짤라꼬 41519 0 05-12
637 윈 도 우| 휴지통관리를 바탕화면 우클릭으로 [18] 우금티 10968 0 05-11
636 윈 도 우| 윈도우 7, 계정 로그온 전에 화면에 메시지 넣기 [9] PiPS 9098 0 05-10
635 윈 도 우| 윈7의 미디어 플레이어로 tp파일을 보자... [9] 나야야 11324 0 05-08
634 윈 도 우| 32bit OS 4GB 상위역역에 RAMDISK 사용시 불안정 해결. [4] Dr. Edward 13461 0 05-08
633 윈 도 우| YouTube<유투브> 버터링 속도 높이기-최종판 [7] 초록날개 13389 0 05-07
632 하드웨어| 유튜브 버퍼링 완전해결2 (hosts파일 사용, DNS변경 x, SKB... [44] hsk 63913 6 05-06
631 윈 도 우| Virtual PC, 색 품질 높이기 [10] PiPS 10427 0 05-06
630 하드웨어| 유튜브 버퍼링 완전해결(프로그램설치x) [28] 어흥흥 16786 0 05-06
629 하드웨어| Bump Top 3D로 화려한 바탕화면 만들기 [5] 찌롱s 11144 0 05-03
628 윈 도 우| Windows 7 Home Premium에서 '그룹 정책' 사용하기 [7] PiPS 12627 0 05-02
627 윈 도 우| 작업표시줄 숨기기 Ⅱ [1] 삥뽕뚱 23844 1 04-30
626 윈 도 우| 만능고스트 사용후 hal.dll 오류로 부터 벗어나기 [2] cdcsj 47763 0 04-29
625 하드웨어| 작업 스케줄러로 카조님 Office 인증 자동 연장하기 [15] juneair 14217 0 04-29
624 윈 도 우| 절전(대기)모드 복귀시 HDD사용율 100% 시스템 다운될때... [7] 순수이성 19971 0 04-29
623 하드웨어| 반디캠 게임 녹화 프로그램, 설치 과정, 기능 올립니다~ ㅎㅎ 손지훈 8093 0 04-29
622 하드웨어| 구글 크롬의 사이트 보안 경고 메시지 없애기 [3] PiPS 15814 0 04-29
621 하드웨어| 괜찮은 음악감상사이트 [13] 아이서스 11187 0 04-28
XE1.11.6 Layout1.4.8