강좌 / 팁

기 타 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 - - -
638 하드웨어| AWARD - WINDOWS 바이오스 업데이트 gooddew 6219 0 06-17
637 하드웨어| AWARD - DOS 바이오스 업데이트 gooddew 5802 0 06-17
636 하드웨어| AFU USB 바이오스 업데이트 gooddew 7938 0 06-17
635 하드웨어| AFU WINDOWS 바이오스 업데이트 gooddew 5966 0 06-17
634 하드웨어| AFU DOS 바이오스 업데이트 gooddew 6331 0 06-17
633 하드웨어| 어워드와 아미 바이오스 비프음으로 고장진단확인하기 gooddew 7288 0 06-17
632 하드웨어| 소프트 인증 및 바이오스 업데이트를 하시기전에 확인해야... gooddew 8124 0 06-17
631 하드웨어| OEM 인증 방식이란 gooddew 13438 0 06-17
630 하드웨어| BIOS ID의 의미 - AMI gooddew 6699 0 06-17
629 하드웨어| BIOS ID의 의미 - AWARD gooddew 6496 0 06-17
628 하드웨어| 바이오스 패스워드 제거하기 gooddew 7056 0 06-17
627 하드웨어| BIOS Masterpasswords gooddew 6732 0 06-17
626 하드웨어| BIOS-IDs of most known mainboard manufacturers(Award) gooddew 7128 0 06-17
625 하드웨어| 암호가 걸려있는 바이오스 DEBUG로 제거하기 gooddew 6234 0 06-17
624 하드웨어| AMI 바이오스 판올림시 "File ROM ID incorrect"... gooddew 8954 0 06-17
623 하드웨어| ASUS 메인보드 바이오스 업데이트 하기 (AFUDOS 이용) gooddew 11410 0 06-17
622 하드웨어| 바이오스 부팅순서 변경하기 gooddew 11365 0 06-17
621 하드웨어| [바이오스]CMOS 클리어 방법(BIOS초기화)  gooddew 16540 0 06-17
620 하드웨어| 밧데리 교체 방법 gooddew 6699 0 06-17
619 하드웨어| 컴퓨터 부팅시 F1,또는 F2 를 누르라고 하면? gooddew 12504 0 06-17
XE1.11.6 Layout1.4.8