要以静默方式安装 Application Integration 软件,请将 ApplicationIntegration.exe 文件保存在本地位置,然后在命令提示符处使用 /s 开关运行此文件。
ApplicationIntegration.exe /s/v"/qn <包括在 字符串中的其他 MSI 自变量> LICENSE_ACCEPTED=true"
使用 /s 开关以静默方式启动执行,并在 MSI 字符串中包括 /qn 开关以使 MSI 以静默方式运行。
ApplicationIntegration.exe /s/v"/qn /L*v C:\temp\AppIntSetup.txt LICENSE_ACCEPTED=true"