강좌 / 팁

기 타 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 - - -
641 윈 도 우| 혹시 윈도우8에서 한글ime관련 한글 입력 안되시는 분 계세요? [7] asdsa86 13953 0 09-16
640 소프트웨어| uTorrent 및 BitTorrent 최신 버전에서의 광고 제거 [8] SSHR 13970 5 11-13
639 Windows 7 인증 받는 방법! [4] 바라기군 13986 0 11-03
638 기 타| JRSKD24.SYS 손상에 의한 부팅불가시 복구법..!! [4] gooddew 13987 0 11-14
637 윈 도 우| 아, 미친 8.1 업데이트 [12] 크림슨 13987 3 04-09
636 하드웨어| Usage Erro 662 <--고스트 백업이 안될경우 [2] 제스트- 13994 4 04-16
635 윈 도 우| 인터넷끊김현상 드디어해결했습니다. [12] 이리도 14001 3 08-22
634 하드웨어| 하드디스크의 어드밴스드 포맷 간편하게 확인하기 [9] NEX 14008 2 05-12
633 윈 도 우| 윈8에 윈7처럼 시작버튼 생성 [19] 클레멘타인 14009 3 09-06
632 윈 도 우| Win7에서 사라진 바탕화면 IE8 아이콘 복원하기 [14] 죠타로 14012 0 04-24
631 윈 도 우| win7 설치 이미지 사용자 지정 [21] eunnano 14014 0 12-16
630 윈 도 우| VHD 부팅의 활용 방안 [6] 초록 날개 14014 1 05-15
629 윈 도 우| 이 웹 사이트의 보안 인증서에 문제가 있다??? [5] gooddew 14019 1 07-05
628 서버 / IT| Server 2008 바탕화면 익스플로러(인터넷) 아이콘 만들기. 달려야하니 14020 0 04-02
627 윈 도 우| 터치패드 와 윈8 궁합...시냅틱스... [12] MINUX 14026 1 11-25
626 소프트웨어| 모든 디스크 검사 배치파일 [1] 창과방패 14030 6 12-18
625 하드웨어| -유토렌트 IP FILTER 사용하기- [32] 납딱콩 14033 3 04-13
624 윈 도 우| 작업표시줄 우측 정렬? [2] 유격수 14054 0 04-05
623 윈 도 우| 서비스팩 설치 후 백업 파일 삭제 [28] 삶의여유 14055 0 01-15
622 하드웨어| 순간복구툴의 최강자 - RollBack Rx 9.1 Build 2695223310_... 레드 썬 14065 0 10-10
XE1.11.6 Layout1.4.8