To install the Application Integration software silently, save the ApplicationIntegration.exe file locally and then run it at the command line using the /s switch.
ApplicationIntegration.exe /s/v"/qn <additional msi arguments included in string> LICENSE_ACCEPTED=true"
Use the /s switch to launch the execution silently and include the /qn switch in the msi string to make msi run silently.
ApplicationIntegration.exe /s/v"/qn /L*v C:\temp\AppIntSetup.txt LICENSE_ACCEPTED=true"
Command Line Values | Installs |
---|---|
ADDLOCAL=ALL | All Features |
ADDLOCAL=ALL REMOVE=OutlookIntegrationFeature | Office Only |
ADDLOCAL=ALL REMOVE=OfficeIntegrationFeature | Outlook Only |
ADDLOCAL=ALL REMOVE=OutlookIntegrationFeature,OfficeIntegrationFeature | Core Only |
Command Line Values | Settings |
---|---|
HOST=<host name> | Enter the name of the web server running Workplace. |
PORT=<port number> | Enter the web server's assigned port number. |
APPLICATION=<application name> | Enter the directory in which you installed the Workplace application files. |
SERVER_CONNECTION=1 | Set Application Integration to use an https connection |
SERVER_CONNECTION=0 | Set Application Integration to use http connection. This is the default if this parameter is not passed. |
SINGLE_SIGNON=0 | Set Application Integration to not use single sign-on (SSO). |
SINGLE_SIGNON=1 | Set Application Integration to use single sign-on (SSO). |
/L*v C:\temp\AppIntSetup.txt | Verbose installation log and specify log location. |