강좌 / 팁

기 타 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 - - -
729 윈 도 우| VT 활성화하지않고 XP Mode사용하는 방법 gooddew 12642 0 06-17
728 윈 도 우| 윈 7 설치시 ntdl is missing 해결 방법 gooddew 7729 0 06-17
727 하드웨어| ASUS, Giga-byte, ECS 메인보드는 SLP 1.0이 이미 포함되어... gooddew 15238 0 06-17
726 하드웨어| AWARD 수정법(TOOL 사용자 아님) gooddew 7035 0 06-17
725 하드웨어| TOOL 사용시 ..모델종류들 4가지 따른 선택사항 gooddew 7682 0 06-17
724 하드웨어| AMI BIOS 수정법.. gooddew 10073 0 06-17
723 하드웨어| samsung 노트북 exe 실행파일에서 원본바이오스만 추출방법 gooddew 22492 0 06-17
722 하드웨어| 바이오스 도스에서 업데이트 하기 gooddew 9025 0 06-17
721 하드웨어| HP/COMPAQ 랩탑 SLIC2.1 바이오스 찾는법. [1] gooddew 13229 0 06-17
720 하드웨어| w7용 바이오스 개조 적용시 주의점 gooddew 9412 0 06-17
719 하드웨어| DELL - Phoenix BIOS 수작업(Manual) 개조 링크 [1] gooddew 8343 0 06-17
718 하드웨어| SLIC 2.1 지원 여부 확인하기 [1] gooddew 11400 0 06-17
717 하드웨어| 피닉스 바이오스 수정하기 gooddew 12369 0 06-17
716 윈 도 우| 간단 OEM XP CD 제작하기 gooddew 13656 0 06-17
715 하드웨어| DVD-Combo, DVD±RW/Multi(DL) RPC1 & Auto Reset FirmWare gooddew 7170 0 06-17
714 하드웨어| OEM SLP BIOS gooddew 17027 0 06-17
713 하드웨어| WINDOWS 7 업데이트(아수스 OEM 제품) gooddew 8736 0 06-17
712 하드웨어| AMI_SLIC3 툴 사용법 gooddew 10355 0 06-17
711 하드웨어| Server 2008 Enterprise, Small Business Server 2008 추가 gooddew 6591 0 06-17
710 하드웨어| SLP 2.0(SLIC table) 구조 gooddew 6861 0 06-17
XE1.11.6 Layout1.4.8