Jump to content

x64 MUI Installation


Recommended Posts

For networkbased installation see readme.txt file of the MUI CD

I used the following steps to make a customize CD installation

to add the german interface to Windows x64 Prof. Edition.

1.) Copy all files from the MUI CD to the Root $OEM$\MUIINST of the x64 iso image

2.) Create a CMDLINES.TXT file in \$OEM$

cmdlines.txt: [CD-Path: \$OEM$, Network: AMD64\$OEM$, ]

[Commands]

;Installing German Multi Language Pack

".\muiinst\muisetup.exe /i 0407 /d 0409 /r /s"

3.) Create an answer file named MUI.TXT in \$OEM$\MUIINST

MUI.TXT: [CD-Path: \$OEM$\MUIINST, Network: AMD64\$OEM$\MUIINST]

[unattended]

OemPreinstall=Yes

OemFilesPath=".\$OEM$"

OemSkipEula=YES

[RegionalSettings]

LanguageGroup="1"

Language="0407"

Link to comment
Share on other sites


  • 1 month later...

hi goldfinger, i'm italian and i have x64MUI cd 2 with the italian language support so coul you tell me the following steps but with the italian language??

Commands]

;Installing German Multi Language Pack

".\muiinst\muisetup.exe /i 0407 /d 0409 /r /s"

3.) Create an answer file named MUI.TXT in \$OEM$\MUIINST

MUI.TXT: [CD-Path: \$OEM$\MUIINST, Network: AMD64\$OEM$\MUIINST]

[unattended]

OemPreinstall=Yes

OemFilesPath=".\$OEM$"

OemSkipEula=YES

[RegionalSettings]

LanguageGroup="1"

Language="0407"

thx and sorry my poor english :(:lol:

Link to comment
Share on other sites

guys.. make it easyer.. without the Japanese Langpack! (i found it by my self :) )

1. Step: Copy the 0407.MSI into the AMD64 Dir

2. Step: Make a .bat file in the AMD64 Dir with the following content:

"@echo off

start /wait 0407.MSI /norestart

"

rename the file to _muiinst.bat

3. Step: Add the following Lines into txtsetup.sif:

"[sourceDisksFiles]

_muiinst.bat = 1,,,,,,,2,0,0

0407.MSI = 1,,,,,,,2,0,0"

4. Step: add into the winnt.sif the following:

"

[setupParams]

UserExecute = "%WINDIR%\system32\_muiinst.bat"

"

now save all and finish! it will popup at the last steps!

and you save ~200MB on the CD! 23mb to big for a normal cd but if you know what nlite is its no problem!

Sereby

Edited by Sereby
Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...