要以静默方式安装 Application Integration 软件,请将 ApplicationIntegration.exe 文件保存在本地位置,然后在指定了 /s 开关的情况下从命令行运行此文件。
要以静默方式安装 Application Integration 软件,请完成下列步骤:
- 使用一个拥有管理员特权的帐户来登录到客户机。
- 登录到 Workplace XT。
- 单击作者,然后单击常规工具。
- 向下滚动并单击下载 Application Integration for Microsoft Office,然后单击保存。
- 使用“另存为”对话框浏览到机器上用于保存所下载的 ApplicationIntegration.exe 文件的本地位置,然后单击保存。
- 打开 DOS 命令窗口并将当前目录切换到 ApplicationIntegration.exe 所在的目录。
- 在命令行输入以下命令:
ApplicationIntegration.exe /s/v"/qn <additional
msi arguments included in string>
LICENSE_ACCEPTED=true"
使用 /s 开关以静默方式启动执行,并在 msi 字符串中包括 /qn 开关以使 msi 以静默方式运行。
请参阅您还可以使用的下列可选命令行值。请在包含 msi 自变量的字符串中追加这些值。例如:
ApplicationIntegration.exe /s/v"/qn /L*v
C:\temp\AppIntSetup.txt LICENSE_ACCEPTED=true"
表 1. 命令行安装值命令行值 |
将安装 |
ADDLOCAL=ALL |
所有功能部件 |
ADDLOCAL=ALL
REMOVE=OutlookIntegrationFeature |
仅 Office |
ADDLOCAL=ALL REMOVE=OfficeIntegrationFeature |
仅安装 Outlook |
ADDLOCAL=ALL REMOVE=OutlookIntegrationFeature,OfficeIntegrationFeature |
仅安装核心功能部件 |
表 2. 命令行设置值命令行值 |
设置 |
HOST=host name |
输入正在运行 Workplace XT 的 Web 服务器的名称。 |
PORT=port number |
输入为 Web 服务器指定的端口号。 |
APPLICATION=application name |
输入 Workplace XT 应用程序文件的安装目录。 |
SERVER_CONNECTION=1 |
将 Application Integration 设置为使用 https 连接。 |
SERVER_CONNECTION=0 |
将 Application Integration 设置为使用 http 连接。如果未传递此参数,那么这是缺省情况。 |
SINGLE_SIGNON=0 |
将 Application Integration 设置为不使用单点登录 (SSO) 功能。 |
SINGLE_SIGNON=1 |
将 Application Integration 设置为使用单点登录 (SSO) 功能。 |
/L*v
C:\temp\AppIntSetup.txt |
详细安装日志并指定日志位置。 |