安装规范模式
目标:
本文档提供有关 Zoho Assist 无人值守 MSI 安装程序命令的信息,涵盖安装和卸载的各种执行模式。
MSI 安装程序 安装/卸载模式
/i :安装
/x:卸载
/quiet SILENT=TRUE : 静默安装/卸载
REINSTALL = ALL :覆盖安装
/promptrestart :如有必要,提示用户重新启动
/forcerestart:安装完成后务必重新启动计算机
/norestart : 在安装/卸载后禁止重启操作
带有详细命令参数的 MSI 安装程序
手动安装
msiexec/iZA_Access.msi
静默安装
msiexec/i ZA_Access.msi/quiet SILENT=TRUE
手动卸载
msiexec/x{8509B274-CC47-4D1C-8A1E-85A32010876B}
静默卸载
msiexec/x{8509B274-CC47-4D1C-8A1E-85A32010876B}/quiet SILENT=TRUE
/norestart - do not restart after installation. (compatible with installation & uninstallation)
msiexec/i ZA_Access.msi /norestart/quiet SILENT=TRUE
/forcerestart - force restart after installation (compatible with installation & uninstallation)
msiexec/i ZA_Access.msi /forcerestart/quiet SILENT=TRUE
/passive - do installation/uninstallation only with progress bar (compatible with installation & uninstallation)
msiexec/i ZA_Access.msi /forcerestart /passive
REINSTALL=ALL - 覆盖安装。
msiexec/i ZA_Access.msi REINSTALL=ALL/quiet SILENT=TRUE