강좌 / 팁

기 타 Change Your Vista Language (All Versions)...HOW TO

2007.09.16 16:59

gooddew 조회:14612 추천: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 - - -
849 소프트웨어| 광고 주소 찾는 초~~~~ 허접한 팁 [1] ever 5723 0 12-19
848 소프트웨어| 프로그램 설치 없이 구글 광고 차단하기 [7] YIU 8115 1 12-19
847 소프트웨어| 그리드 컴퓨팅 - 미확인 우주 생명체 프로젝트 [2] Native 64 8101 0 12-19
846 윈 도 우| win7 설치 이미지 사용자 지정 [21] eunnano 14010 0 12-16
845 윈 도 우| [팁] : 명령창 풀스크린 [7] 우금티 7304 0 12-16
844 소프트웨어| [초보용] MS OFFICE 2010 시디키 변경 방법 [1] gooddew 30543 0 12-15
843 하드웨어| AMD 레이드 구성시 "NCQ" 과연 효과 있을까? [13] 윈포촙오 12043 0 12-13
842 소프트웨어| IRQ설정으로 시스템 속도향상의 진실 [32] 틱톡 11658 0 12-11
841 소프트웨어| W-fi 존에서 노트북 무선 인터넷 공짜로 사용하기 [7] 이노기 14345 0 12-11
840 소프트웨어| 인터넷 연결을 하지 않고 Windows Live 필수 패키지 2011을... [2] 붉은여우 9198 0 12-07
839 윈 도 우| usb부팅 윈7 티니버전외 라이트버전 [2] 메실 13232 0 12-04
838 소프트웨어| ISO제작명령을 Makeisofs.exe로 할때, 파란하눌 7216 0 12-04
837 소프트웨어| 독일어판 파티션메니져11pro 설명입니다 [1] 파란하눌 18363 0 12-04
836 윈 도 우| 해적, 독립의 길로 가다 [26] 우금티 12860 0 12-02
835 윈 도 우| 윈도우7에서 부팅스크린 변경 [10] EXAMPLE EN 10866 0 11-30
834 윈 도 우| 윈도우7 인터넷 끊김현상 [24] 칙칙폭폭 24844 0 11-30
833 소프트웨어| 종료시간 문제 - 특정 프로그램의 만행 (SHUTDOWN WORKS, B... [2] 슬픔의언덕 15930 0 11-29
832 윈 도 우| A.I를 이용한 KMS+Pirate 영구 인증법 [28] 우금티 38868 22 11-29
831 소프트웨어| kmp player 히스토리 삭제팁 [8] mongrel 14599 1 11-27
830 윈 도 우| 디스플레이 드라이버가 응답을 중지하고 복구됨 [16] M.T.X 35512 0 11-26
XE1.11.6 Layout1.4.8