강좌 / 팁

기 타 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 - - -
760 하드웨어| 로보폼을 보다 편리하게 사용하는 방법.. [24] 이현우 10996 0 07-13
759 윈 도 우| ReadyBoost=시스템 속도 향상 [21] jim 18359 1 07-13
758 윈 도 우| 소소한팁..Windows 로그온 사진이 작을때.. 김간지 59253 0 07-12
757 윈 도 우| win7 바로가기 [11] eunnano 12480 2 07-11
756 윈 도 우| Windows Embedded Standard 7 알 수 없는 장치 드라이버 설... [1] Lucky 7 9076 0 07-11
755 윈 도 우| Embedded Standard 7 한글입력 thin client [1] run2thesun 14115 0 07-10
754 윈 도 우| '새로 만들기'메뉴 수정하기 [1] PiPS 9636 2 07-08
753 윈 도 우| 고스트 복원시 bootmgr is missing 뜰때 [10] 냐옹쏭군 14526 1 07-08
752 윈 도 우| Mipony를 이용하여 다운로드 하자!! [8] ♥ZARD 10571 0 07-06
751 하드웨어| Expandable VHD 최적화가 되지 않을때, [1] BigShit 15033 0 07-05
750 윈 도 우| 이 웹 사이트의 보안 인증서에 문제가 있다??? [5] gooddew 14019 1 07-05
749 윈 도 우| [팁]사용자계정 사진 바꾸기(기본사진아님-_-) [3] 김간지 8824 0 07-05
748 하드웨어| 한컴오피스2010 인터넷 인증 백업 [13] 안농:D 34152 1 07-04
747 하드웨어| 아수스 p5q se 마더보드 바이오스 업데이트하다가 잘못 건... [10] 회탈리카 12757 0 07-04
746 하드웨어| 내컴퓨터에 OS X 설치하자!! AMD도 가능 (VMware7.1) [14] 이건뭔가요 26809 0 07-03
745 하드웨어| VMware 7.1에 OS X 설치하기 [13] BeMoreSee 25188 0 07-01
744 윈 도 우| 인터넷익스플러러 원상태 돌리기 [3] yahoo 29894 0 06-30
743 윈 도 우| [팁]環境 變數 (한번쯤 보시오.) [11] 김간지 13651 1 06-30
742 윈 도 우| 아이콘 재생성과 작업표시줄 알림아이콘 흔적 지우기 [9] 애벌레 22448 0 06-27
741 하드웨어| [HotSwap SATA(AHCI) 하드 만들기](초보주의) [43] 하늘_Ciel 18009 0 06-26
XE1.11.6 Layout1.4.8