강좌 / 팁

기 타 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 - - -
920 윈 도 우| 2. MS 인증 절차 - OEM 인증 [2] 공피 31173 1 02-14
919 윈 도 우| 3. MS 인증 절차 - KMS 인증 [2] 공피 46641 0 02-14
918 윈 도 우| 5. MS 인증 절차 - MAK 인증 공피 12171 0 02-14
917 윈 도 우| 6. MS 인증 토큰 최적화, 단축키 패치 공피 22115 0 02-14
916 윈 도 우| 7. MS 인증 확인 [2] 공피 11763 0 02-14
915 윈 도 우| 1. 백업 및 복원 기능 소개 [2] 공피 7203 0 02-14
914 윈 도 우| 2. 백업 - 시스템 이미지 백업 공피 8556 0 02-14
913 윈 도 우| 3. 백업 - 파일 백업 공피 6881 0 02-14
912 윈 도 우| 4. 시스템 복구 디스크 만들기 공피 11222 1 02-14
911 윈 도 우| 5. 복원 - 시스템 복구 디스크 부팅 공피 8731 0 02-14
910 윈 도 우| 6. 복원 - 윈도우 사전 부팅 공피 7058 0 02-14
909 윈 도 우| 7. 복원 - 라이브러리 파일 복원 [1] 공피 7050 1 02-14
908 소프트웨어| usb에 hirens 넣기 [1] kailcarson 11215 0 02-12
907 윈 도 우| 인터넷 결제시 '키보드 보안에 문제가 있습니다.'라는 문구... [1] 냐옹쏭군 10185 0 02-12
906 소프트웨어| IE9 RC의 편의 기능 ^_^ [10] 소리사랑 6807 0 02-11
905 소프트웨어| Adobe Acrobat 9.4.2 업데이트 오류 1625 해결법 [8] 머털도인 12161 0 02-11
904 소프트웨어| IE9 RC의 액티브X 필터링 예외 설정 [1] YIU 6926 0 02-11
903 소프트웨어| IE9 RC의 편의 기능 [3] YIU 6796 0 02-11
902 소프트웨어| VirtualBox 고스트이미지 설치해보기 [15] melody128 10533 0 02-09
901 소프트웨어| 고스트 사용시 stacks 에러 [3] gooddew 7068 0 02-08
XE1.11.6 Layout1.4.8