강좌 / 팁

기 타 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 - - -
620 하드웨어| 괜찮은 음악감상사이트 [13] 아이서스 11187 0 04-28
619 윈 도 우| office 2003 & 2010 동시 설치시 따로 열기 방법 [5] 티아프로 15401 0 04-27
618 하드웨어| Space와 Shift+Space 쓰시나요.. [26] Native 64 9723 0 04-26
617 윈 도 우| F6 설치시 AHCI/SCSI 드라이버를 FDD대신 USB로 제공하기 [7] Dr. Edward 31802 2 04-24
616 윈 도 우| Win7에서 사라진 바탕화면 IE8 아이콘 복원하기 [14] 죠타로 14012 0 04-24
615 하드웨어| eBoostr 사용시 제외목록 꼭 쓰세요... [9] Native 64 14316 0 04-24
614 하드웨어| USB로 XP 비스타 Windows7 설치방법 모음 2010.04.23 [6] BeMoreSee 22991 2 04-24
613 윈 도 우| boot.ini 항목에서 Win7 파티션 추가하기 [1] Dr. Edward 10494 0 04-22
612 하드웨어| '안전하게 제공된 콘텐츠만 보시겠습니까?' 메시지 없애기 [9] PiPS 10039 2 04-21
611 하드웨어| -SpeedConnect Internet ..코너님 보세여- [8] 납딱콩 7880 0 04-21
610 하드웨어| -SpeedConnect Internet Accelerator- [14] 납딱콩 9667 1 04-20
609 하드웨어| 이메일 주소를 이미지로 바꿔주는 사이트 [5] PiPS 8292 0 04-16
608 하드웨어| 레인미터 사용기 [16] 고성방가루 13305 0 04-16
607 하드웨어| -유튜브 동영상 버퍼링 문제....- [30] 납딱콩 10565 1 04-16
606 하드웨어| 날씨가젯 위치센서 설치와 셋팅 [14] 이건뭔가요 20213 0 04-15
605 하드웨어| 자료실의 .NET Framework 4.0관련 [13] GoogleDotC 15860 1 04-14
604 하드웨어| -유토렌트 IP FILTER 사용하기- [32] 납딱콩 14033 3 04-13
603 하드웨어| Replay Gain 설명 [1] Native 64 20387 0 04-13
602 윈 도 우| 공유기에 연결된 인터넷이 끊길 때 응급처지법 [14] 왔따다 22638 1 04-12
601 윈 도 우| 주일에 창문7 서팩1을 설치하고 알아낸 짧은 상식... ^^; [3] 그런하늘 11072 0 04-12
XE1.11.6 Layout1.4.8