Deployment Guide

作業 指令 範例與附註
64 位元系統,請鍵入:Systems-
Management_Application_K0K0P_WIN32_<versio
n number>_<revision number>.EXE /s
無訊息或自動安裝 32 位元系統,請鍵入:msiexec /i
Command_Monitor_x86.msi /qn
64 位元系統,請鍵入:msiexec /i
Command_Monitor_x64.msi/qn
32 位元 Windows,請用
<Command_Monitor_x86
.msi>
64 位元 Windows,請用
<Command_Monitor_x64
.msi>
以標準命名空間的
無訊息自動安裝
msiexec /i Command_Monitor_<x86 or
x64>.msi ADDLOCAL=Core,Hapi /qn
支援的 ADDLOCAL 參數:
CoreHapi
CoreHapi
EnableSNMP
以支援語言進行無
訊息自動安裝
msiexec /i Command_Monitor_<x86 or
x64>.msi TRANSFORMS=1036.mst /qn
要指定安裝語言,請用命令
列選項,TRANSFORMS=
<language ID> .mst
其中
<language ID>
1028 Chinese
Taiwan
1031 German
1033 English
1034 Spanish
1036 French
1040 Italian
1041 Japanese
1043 Dutch
Netherlands
2052 Simplified
Chinese
3076 Chinese
Hongkong
或者如果不指定安裝語言,
安裝程式會選取預設的作業
系統語言,或者如果預設的
作業系統語言不支援則會選
取英文。
無訊息自動安裝至
自訂目錄
msiexec /i Command_Monitor_< x84 or
x64>.msi INSTALLDIR=<destination>/qn
其中 <destination> 是自訂
目錄。而
INSTALLDIR
須是大寫。例如,
msiexec /i
Command_Monitor_<x86
or x64>.msi
INSTALLDIR=c:
\destination
12