LPChip Posted August 26, 2007 Posted August 26, 2007 I've bought Windows XP Professional MUI OEM, which is a 5 cd kit.I have 1 Windows CD with SP2 preinstalled and 4 additional MUI discs.I want to make one nLite cd that installs this OS with the Language I choose during install.From what I've read here, its impossible to do this.On one of the language CD's, it states how to make it work in an unattended setup. I have a bit of a hard time figuring out how I can combine this with nLite, and in addition, it might provide you guys with the necessary information to add MUI support to nLite itself. I'll quote the helpfile about unattended setup.=========================================================================5.0 INSTALLING MUI PACK IN UNATTEND MODE=========================================================================The following steps explain how to install the Windows MUI Pack in unattend mode. 1. Copy all the MUI files from MUI CDs into a temporary directory on a network share, such as $OEM$\MUIINST. In this example, we use a server \\MUICORE. The directory for the MUI CD contents will be \\MUICORE\UNATTEND\$OEM$\MUIINST.2. Add a "Cmdlines.txt" file in \\muicore\UNATTEND\$OEM$ that includes the following lines:[Commands]"muiinst\muisetup.exe [/i LangID1 LangID2 ...] [/d LangID] /r /s"Note that you must specify " " in your cmdlines.txt file. Use the appropriate Language ID (LANGID)s, and the muisetup command line parameters to ensure a quiet installation. Please check muisetup.hlp for a complete description of all the command line parameters for muisetup.exe (the command line help content is under "related topics" in the help.). 3. Create an answer file (mui.txt): a. add the following entries in the "Unattended" section [unattended] OemPreinstall=Yes OemFilesPath=\\muicore\unattend OemSkipEula=YES"OemFilesPath" must point to a network share or drive containing the MUI install source stored in the above directory structure. The Windows install sources can be anywhere else (CD, network share, etc).b. add a "RegionalSettings" section. Use this section to specify the Language Groups and locales to install. Use the appropriate Language Group IDs and Locale IDs (LCIDs). Ensure that the Language Groups you install are sufficient to cover BOTH the locale settings and the User Interface languages you are installing. Example: [RegionalSettings] LanguageGroup="5","8","13" Language="0401"Of course, the answer file may also include other OS unattended setup options. 4. Run winnt32.exe with the appropriate options to use the answer file. If you require the installation of East Asian language and locale support, you must specify /copysource:lang or /rx:lang to copy the necessary language files. If you do not, and the [RegionalSettings] section of your answer file contains East Asian values, Setup will ignore everything in the [RegionalSettings] section. For Winnt32.exe, the appropriate syntax is: winnt32.exe /unattend:"path to answer file" /copysource:lang /s:"path to install source"So basically, how can I use the above information to make my cd automatically choose my language?Any help with this is really appreciated.
steviewonder Posted August 26, 2007 Posted August 26, 2007 You can run it silent with the language code:IE[Languages]040c=FR.MUI0c0a=ES.MUI0410=IT.MUI041d=SV.MUI0413=NL.MUI0416=Br.MUI040b=FI.MUI0414=no.MUI0406=da.MUI040e=hu.MUI0415=pl.MUI0419=RU.MUI0405=cs.MUI0408=EL.MUI0816=PT.MUI041f=TR.MUI0411=JPN.MUI0412=KOR.MUI0407=GER.MUI0804=CHS.MUI0404=CHH.MUIUse this these switchescmd1[pn]=['%cdrom%\\MUI\\muisetup.exe /i 0413 /d 0413 /l /f /r /s'];
MyStur Posted September 10, 2007 Posted September 10, 2007 How can i install a MUI pack for windows xp but silent - not to integrate it. Maybe threw WPI only silent installTNX
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now