강좌 / 팁

기 타 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 - - -
940 소프트웨어| 크롬, 크롬플러스에서 우클릭제한 해제 [9] WFYLSE 9933 0 02-22
939 소프트웨어| Mbrfix로 초기화만 알아도.. [3] 삐져 9200 0 02-21
938 윈 도 우| 가장 정확한 Windows 7 라이선스 정보 확인하기 [8] wmy100 12308 0 02-21
937 윈 도 우| [참고] : 윈도우 시리즈 가계도 [3] 우금티 9823 0 02-21
936 소프트웨어| IE9의 Tracking Protection 사용법 [4] YIU 10235 0 02-20
935 소프트웨어| 오피스2010 최종 빌드 [24] 틱톡 9984 0 02-20
934 윈 도 우| 투명 아이콘 만들기 [11] wmy100 10992 0 02-18
933 소프트웨어| 초보자용 - 토런트 프로그램의 용어에 대한 간단한 설명. [11] 청년취업 7095 0 02-17
932 윈 도 우| 윈도 자체 이미지 굽기 프로그램 활용하기 [7] iron 8027 0 02-17
931 하드웨어| AMD 7025 보드 윈도우7 SP1 서팩 실패시 설치방법 [4] Native 64 9265 0 02-16
930 소프트웨어| pe를 활용한 윈도우 설치 [4] kailcarson 16441 0 02-15
929 윈 도 우| 1. 소개 - Windows 7 Void Edition [7] 공피 10851 0 02-14
928 윈 도 우| 2. 설치 형태 - 하드 디스크, USB [7] 공피 14257 0 02-14
927 윈 도 우| 3. 필요 조건 - IDE 모드 설정, 예약 디스크 제거 [2] 공피 11410 0 02-14
926 윈 도 우| 4. 복구 방법 - True Image 복원, 드라이버 설치 [2] 공피 10228 0 02-14
925 윈 도 우| 5. 문제 해결 - 부팅 불가, 복구 모드 복원 [1] 공피 9008 0 02-14
924 윈 도 우| 6. MS 인증 - 인증 개념 및 종류, 토큰 최적화 [1] 공피 28301 0 02-14
923 윈 도 우| 7. 후반 작업 - 라이브러리 폴더 및 프로그램 경로 수정 공피 9092 0 02-14
922 윈 도 우| 8. 프로그램 설명 - 설치형, 포터블, 드라이버, MS 인증툴 [2] 공피 26600 0 02-14
921 윈 도 우| 1. MS 인증 개념 및 종류 [3] 공피 16840 0 02-14
XE1.11.6 Layout1.4.8