Deployment Tip Summary
Command line, all parameters are case sensitive: Running the MSI... msiexec /i .msi ADDLOCAL=Complete,, /qn Running the EXE (that launches the MSI)... .exe ADDLOCAL=Complete,, /qn , only one can be used: IPSP MOC SAMETIME CITRIX , no limit, delimit with comma: VIDEO Chinese German Spanish French Italian Japanese Korean Brazilian_Portuguese Russian Dutch , only one can be used: COMBO=0 --> for English COMBO=1 --> for Chinese COMBO=2 --> German COMBO=3 --> Spanish COMBO=4 --> French COMBO=5 --> Italian COMBO=6 --> Japanese COMBO=7 --> Korean COMBO=8 --> Portuguese COMBO=9 --> Russian COMBO=10 --> Dutch
Command Line
Command line, all parameters are case sensitive:
Running the MSI...
msiexec /i <Setup-file-name>.msi ADDLOCAL=Complete,<mode>,<other-features-languages> <default-language> /qn
Running the EXE (that launches the MSI)...
<Setup-file-name>.exe ADDLOCAL=Complete,<mode>,<other-features-languages> <default-language> /qn
<mode>, only one can be used:
IPSP
MOC
SAMETIME
CITRIX
<other-features-languages>, no limit, delimit with comma:
VIDEO
Chinese
German
Spanish
French
Italian
Japanese
Korean
Brazilian_Portuguese
Russian
Dutch
<default-language>, only one can be used:
COMBO=0 --> for English
COMBO=1 --> for Chinese
COMBO=2 --> German
COMBO=3 --> Spanish
COMBO=4 --> French
COMBO=5 --> Italian
COMBO=6 --> Japanese
COMBO=7 --> Korean
COMBO=8 --> Portuguese
COMBO=9 --> Russian
COMBO=10 --> Dutch
Examples...
Install normal IP Softphone
msiexec /i <Setup-file-name>.msi ADDLOCAL=Complete,IPSP /qn
Install MOC IP Softphone with video, French and Spanish support and set default language to Spanish
msiexec /i <Setup-file-name>.msi ADDLOCAL=Complete,MOC,VIDEO,French,Spanish COMBO=3 /qn
Install SAMETIME IP Softphone with Russian and German support and the default language is English
msiexec /i <Setup-file-name>.msi ADDLOCAL=Complete,SAMETIME,Russian,German COMBO=0 /qn
Install normal IP Softphone via EXE
<Setup-file-name>.exe ADDLOCAL=Complete,IPSP /qn
Install MOC IP Softphone with video, French and Spanish support and set default language to Spanish via EXE
<Setup-file-name>.exe ADDLOCAL=Complete,MOC,VIDEO,French,Spanish COMBO=3 /qn
Install SAMETIME IP Softphone with Russian and German support and the default language is English via EXE
<Setup-file-name>.exe ADDLOCAL=Complete,SAMETIME,Russian,German COMBO=0 /qn
To deploy the default setting to the Avaya server, export the follow registry key:
HKEY_CURRENT_USER\Software\Avaya\Avaya IP Softphone
Or use the export function from the IP software.
Clean this up and import this with a script
e.g. Install and import:
@echo off
:: Install normal IP Softphone via EXE with German, Spanish, French, Italian, Russian, Dutch and set default language to German
:: Quiet and basic user interface /qb
:: will not prompt for restart /norestart
Setup_R06.01.85.exe ADDLOCAL=Complete,IPSP,VIDEO,German,Spanish,French,Italian,Russian,Dutch COMBO=2 /qb /norestart
%windir%\regedit /s settings.reg
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty:
unspecified
Platform(s): Windows