Bilou_Gateux Posted June 11, 2004 Posted June 11, 2004 I would like to integrate MUISetup.exe to the XPCreate folders before building the ISO and burning the CD. What is the best place to copy the package ?SVC-PRE ? The switches for silent install are -r -s. I don't want to install it during GuiRunOnce as mentionned hereHow To: Perform unattended installations of Windows MUIAnd the next step is the silent installation of %LANG% Menus and Dialogs for Internet Explorer that can be downloaded from M$ WindowsUpdate Catalog web site. The package is switchless. Should be done after the installation of IE Package. SVC-EXE ?Suggestions welcome.
GreenMachine Posted June 12, 2004 Posted June 12, 2004 Never thought about it ... I'll take a look next week.
Bilou_Gateux Posted June 12, 2004 Author Posted June 12, 2004 The most complicated part is to build an exe with iexpress.exe.I haven't find the solution to integrate the subfolders in my package to make MUISETUP.EXE find the language to install.the tree is+MUIINST MUI.INF MUISETUP.EXE MUISETUP.HLP +FR.MUI +I386 +IE5MUISETUP.EXE search folders named with %LANG%.MUI to install the specified languages.Maybe should i use another tool like WinRAR but my wish is to use only free M$ tools to build the package. I would like no package built with products i don't have a licence.Your help will probably save me many hours to solve the problem.Thanks
GreenMachine Posted June 12, 2004 Posted June 12, 2004 OK, I'll look into it next week. Post any other info you have that may help, or links.
Bilou_Gateux Posted June 15, 2004 Author Posted June 15, 2004 Windows XP MUI setup uses Windows Installer technology and is packaged as an MSI file.Windows 2K MUI setup uses a muisetup.exe program and files are not packaged.muisetup.exefollowed by any of the following switches: /i (specifies the user interface language(s) to be installed) /d (specifies the default user interface language that will be applied to all new user accounts) /u (specifies the user interface language(s) to be uninstalled) /r (specifies that the reboot message should not be displayed) /s (specifies that the installation complete message should not be displayed) When using the /i, /d, and /u switches, the languages must be entered using their four-digit hexadecimal Language ID values. Language IDs should be separated by a space, as in the following example:muisetup.exe /i 0411 0409 0c0a /d 0411 /u 0414 040cThe main Windows installation do not differ from a standard Windows EN-US installation.Just need to add a command to install the selected language MUI and configure via [RegionalSettings] section in unattend.txt the default UI language settings.
GreenMachine Posted June 16, 2004 Posted June 16, 2004 @Bilou: I sent you a PM ...If anyone else has any experience in MUI, please post your thoughts on this subject here, as well as any other helpful information you may have.
Mei Posted June 16, 2004 Posted June 16, 2004 I think you can use a repackaging with NSIS, which is free... It will take time to write the NSIS script, but it can be a solution if any other simplier technique isn't working.
GreenMachine Posted June 16, 2004 Posted June 16, 2004 I've never looked into NSIS, but it looks like more work than I am interested in to write an actual installer. However, it does mention scriptable. I am not sure if that refers to installer creation, or the installer program.Thanks for the idea, Mei.
japo Posted June 22, 2004 Posted June 22, 2004 This is my way install SLOVAK/OTHER MUI with XPCREATE.....i copy MUI files to \xpcreate\FILESCD\$OEM$\$1\install\SW_INS\Muitemp(root from MUI CD, SLOVAK.MUI directory, mui.vb script:emoticon('')java script:emoticon('')this is my "xpcreate\FILESCD\$OEM$\$1\install\START.cmd" :ECHO.ECHO setting SK MUIECHO Please wait...start /wait %systemdrive%\install\SW_ins\MUITEMP\muisk.vb script:emoticon('')java script:emoticon('')sorry for my english....and thanks for XPCREATE- realy goodish utility....japojava script:emoticon('')java script:emoticon('')
GreenMachine Posted June 23, 2004 Posted June 23, 2004 Thanks for sharing that, japo, and I hope that can help some install the MUI support. XPCREATE, however, will only use command line scripts, and not VBS/Javascript/AutoIt type solutions, so you are on your own there.
Bilou_Gateux Posted June 24, 2004 Author Posted June 24, 2004 Thanks japo for sharing your experience.As says GM, i would like to use a command line only method that copy and install the stuff during the same phase of DirectX and IE install and not during the guirunonce phase.Maybe 7zip has some features that can help me to create a self extracting and silent installation package without to learn before how it works like NSIS. Still under investigation...
GreenMachine Posted June 24, 2004 Posted June 24, 2004 Still on my todo list ... just a bit busy these days ...
Vadikan Posted June 24, 2004 Posted June 24, 2004 MUI is easy to install from cmdlines.txt. Just drop it into $OEM$, and use the switches specified in the mui help file to run it from cmdlines.txt. japo basically outlined them. Thus, you'll get your first logon with the interface language of your choice.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now