강좌 / 팁

기 타 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 - - -
880 소프트웨어| Beta, RC, RTM… 의미는 무엇일까요? [1] whislerxp 5790 0 01-23
879 윈 도 우| RT Se7en Lite 강제 언마운트하기 gooddew 6437 0 01-23
878 윈 도 우| 원도우7 왕꿈틀이 죽이기 [3] 선지자 10362 0 01-22
877 소프트웨어| 유투브다운스크립트[수정]. [4] 진모씨 6320 0 01-20
876 윈 도 우| 서비스팩 설치시 구성 요소 오류에 대한 팁 [5] hbkid 11275 0 01-17
875 윈 도 우| 서비스팩 설치 후 백업 파일 삭제 [28] 삶의여유 14060 0 01-15
874 소프트웨어| (정정)울트라씬으로 고화질 끊길시 돌리는 방법 [12] kailcarson 8493 0 01-14
873 소프트웨어| Blu-ray 자막 만들기 (Sonic Scenarist 자막용) [2] 동방전패 13418 0 01-10
872 윈 도 우| 팟플레이어 DXVA 총정리 - ③ 외부 코덱 설정 [34] 고달픈명탐 21582 1 01-09
871 윈 도 우| 팟플레이어 DXVA 총정리 - ② 내장 코덱 설정 [8] 고달픈명탐 23923 1 01-09
870 윈 도 우| 팟플레이어 DXVA 총정리 - ① 코덱 설치 [14] 고달픈명탐 23259 2 01-09
869 소프트웨어| HDD Regenerator- 베드섹터검사와복구(치료) - 사용설치에... [10] X_MAN 13882 0 01-09
868 소프트웨어| 펌] 강력해진 7-Zip 9.버젼 멀티코어 지원~ [13] Native 64 9402 0 01-09
867 소프트웨어| 자신의 컴퓨터가 남자인지 여자인지 테스트 해보기 (잼있네요) [29] RiosMV 31660 0 01-08
866 소프트웨어| EGG약 백신 AD 없애기 - 문제되면 삭제바람. [3] Comma[COMA 6886 0 01-08
865 윈 도 우| 웹에서 동영상재생시 초록색으로 바뀌고 다운먹는 현상 해결법 [4] 코이 8537 0 01-08
864 소프트웨어| 구글링 검색기술 몇가지 정리 [15] 우금티 12098 1 01-07
863 소프트웨어| '센스부족'을 통한 인터넷 광고 막기 v110107 [6] 티티 14245 0 01-06
862 서버 / IT| [강좌]이중화기술 - 가용성과 경제성 [3] 우금티 14469 0 01-06
861 윈 도 우| 점프 리스트 목록이 날아갔을 때 해결법 [2] 김윈도 10683 0 01-05
XE1.11.6 Layout1.4.8