Skip to content

Latest commit

 

History

History
 
 

W8.1MUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Windows 8.1 Multilingual Distribution Creator

  • A mostly automated script to add language packs to Windows 8.1 distribution, resulting a multilingual ISO, including:
  • Choice of language at setup
  • Languages packs preinstalled so that you can switch between them in the system
  • Multilingual Windows Recovery Environment with a choice of language at boot (if standard WinPE localization is on)
  • Supports both releases: Windows 8.1 RTM / Windows 8.1 with Update

  • Supports updating one-architecture distributions (x86 or x64), or custom AIOs that have both architectures together in one install.wim

Requirements:

  • Working Environment: Windows 7 or later with at least 15 GB of free space.

  • Windows 8.1 distribution (ISO file, DVD/USB, ISO extracted to folder).

  • Windows 8.1 Refresh Lanuage Packs matching the distribution architecture(s).

  • If you want the Standard WinPE localization, Windows 8.1 ADK (Deployment Tools & Preinstallation Environment).

  • If you want to Enable (install) the .NET Framework 3.5 feature:

File: dotNetFx35_W8.1_x86_x64.exe

http://sdrv.ms/1e7nD0y

How To:

  • Step 1

    Create a directory on a partition with enough space on it (at least 15 GB), depending on the number of LPs you are adding (e.g. C:\MUIDVD), and extract this package to the directory your created.

  • Step 2

    Place language packs (cab) files in "Langs" folder.

  • Step 3

    If you decided to enable .NET 3.5, place dotNetFx35_W8.1_x86_x64.exe next to the script.

  • Step 4

    Edit the script with notepad and adjust the following variables to suite your needs, or leave it as-is:

DVDPATH

Path for Windows 8.1 distribution (without quotation marks)

you can use the iso file path directly, or path to custom extracted folder, or DVD/USB dive letter.

leave it blank if you want to use iso file placed next to the script, or prompted to enter path.

ISO (set 1 or 0)

Create iso file afterwards or not

WINPE (set 1 or 0)

when enabled "1":

require WinPE lang packs from ADK (Preinstallation Environment), winre.wim and boot.wim will be updated

when disabled "0":

boot.wim index 2 (setup image) will be updated manually with setup resources found in the main lang pack.

when adding East-Asian lang, both boot.wim indices will be updated with font support

SLIM (set 1 or 0)

when disabled "0":

all applicable WinPE lang packs will be added to boot.wim and winre.wim

all lang resources files will be added to ISO sources directory and keep it as default.

when enabled "1":

only necessary WinPE LPs for setup/recovery will be added to boot.wim and winre.wim (Main, Setup, SRT).

ISO payload files will be deleted, and keep required files for boot-setup (iso can be used only for clean install).

DEFAULTLANGUAGE

culture code of the default language that will be set in the Windows images and as initial setup language

it will be changed later when/if you choose another language at setup

leave it blank if you want to keep the current default language in install image.

MOUNTDIR

Optional, set mount directory on another partition if available to speed integration, or leave it blank

  • Step 5

    Verify that all your settings are correct and that the required files are in the proper location. Then, execute the script as Administrator.

    The process will take quite some time to finish depending on number of LPs to add, so WAIT. If all went OK, You will get the "Done" message after all is finished.

    The new multilingual ISO can be found in the same directory besides the script. If you choose not to create iso file, the distribution folder "DVD" will remain after you close the script.

Remarks:

  • to spare yourself the trouble, keep the work directory path short, do not use spaces and do not use non-ASCII characters.

  • Language files, codes and architecture will be determined based on the detected files in "Langs" folder.

  • The "sxs" folder in the distribution will be removed in all cases, because it will be useless whether you enabled NET35 or not.