INSTALLING
You can install Notes silently using the cascaded Multilingual User Interface (MUI) pack. The cascaded MUI pack installs the English version of Notes and translated MUI packs at one time.
About this task
The cascaded MUI installer was introduced in V12.0 and is supported for the Notes Standard client on Windows. For more information, see Using the cascaded Multilingual User Interface (MUI) pack installer (Windows). Silent install of the cascaded MUI pack is supported as of V12.0.1.
Installing Notes silently using the cascaded MUI pack is similar to installing silently using the regular install kit, but with a few key differences. The cascaded MUI pack main .exe file is All_MUI_Notes_Client.exe. It contains four .exe files that correspond to the following languages:
"All_MUI_Notes_Client.exe" -s -a -s -a /s /v"~ ~" /v"~ ~" v"~ ~" v"~ ~"
"All_MUI_Notes_Client.exe" -s -a -s -a /s /v"~/qb~" /v"~ADDLOCAL=German /qb~" v"~ADDLOCAL=Dutch /qb~" v"~ADDLOCAL=Russian /qb~"
Note: It's important to note the addition of the tilde (~) character to replace the double quote (") character, a difference from silent install for a regular Notes kit. Regular kits use the syntax -s -a /s /v"" while the cascaded MUI installer uses -s -a /s /v"~~".
The following example command uses the ADDLOCAL=ALL parameter to install all the languages in the MUI packs:
"All_MUI_Notes_Client.exe" -s -a -s -a /s /v"~/qb~" /v"~ADDLOCAL=ALL /qb~" v"~ADDLOCAL=ALL /qb~" v"~ADDLOCAL=ALL /qb~"
To specify a custom install path that contains a space, enclose the path in tildes (~) rather than the double quotes (") that you use when installing a regular Notes kit. The following command example shows a multi-user install where paths specified for the MULTIUSERBASEDIR and MULTIUSERCOMMONDIR parameters contain spaces and are therefore enclosed in ~:
"All_MUI_Notes_Client.exe" -s -a -s -a /s /v"~SETMULTIUSER=1 MULTIUSERBASEDIR=\~D:\Users\<user name>\~ MULTIUSERCOMMONDIR=\~C:\Test Data\~ /qb~" /v"~ADDLOCAL=German /qb~" v"~ADDLOCAL=Dutch /qb~" /v"~ADDLOCAL=Russian /qb~"
To skip installation of a language pack, use the /skip parameter in place of v"~ ~" for the language pack to skip. You must specifyskip in lowercase letters.
The following example command skips the installation of the Group2a language pack:
"All_MUI_Notes_Client.exe" -s -a -s -a /s /v"~/qb~" /v"~ADDLOCAL=German /qb~" /skip v"~ADDLOCAL=Russian /qb~"
The following example command skips the installation of English, Group1, and Group2b language packs and installs Dutch only from Group2a.
All_MUI_Notes_Client.exe" -s -a -s -a /s /skip /skip /v"~ADDLOCAL=Dutch /qb~" /skip
Parent topic: Automating a customized or default Notes deployment using silent install
Related concepts Automating a customized or default Notes deployment using silent install Running a Notes silent install or upgrade using optional arguments
Related tasks Specifying custom data directories for multi-user install or upgrade