Автор: Astron
Дата сообщения: 17.08.2004 18:15
Касательно unattended installations of Windows MUI
Command Prompt Setup
To enable quiet mode installations, Muisetup.exe accepts parameters entered at the command line. This can be useful either during an unattended installation of the Windows Multilingual User Interface Pack or simply during the addition and/or removal of user interface languages.
To use the command line parameters, use the command prompt to navigate to the directory containing the Muisetup program, and then type:
muisetup.exe
followed 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)
/l (matches the language of non-Unicode programs with the default user language; this setting is ignored unless /d is set)
/f (matches the default shell user interface font with the default user language; this setting is ignored unless /d and /l are set)
/u (specifies the user interface language(s) to be uninstalled; uninstalls all installed languages if no language is specified)
/r (specifies that the reboot message should not be displayed)
/s (specifies that no messages will be displayed during installation)
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 040c
и действительно, когда остается 13 минут до конца установки, MUI встает автоматом.