Use the silent installation option to deploy the AX Client application to a large number of workstations.
The silent installation option runs the installer with preselected options and no user interface.
The command uses one of two files from the AX Client installation package:
In order to access this file you need to download and run the AX Client installer to extract the installation files. The AX Client installer is designed so that the installation process starts automatically after the files are extracted.
The default destination folder for the extracted files is: C:\Program Files\ACL Software\Installers\ACLAX<version>_Client_<edition>.
Using setup.exe
setup.exe /S /l"2052" /v"/qn SERVERADDRESS=AXSERVER.ACL.COM WEBPORT=443 INSTALLDIR=\"C:\ACL\AX Client\" /log \"C:\ACL\AX Client\install.log\" TRUST_SELFSIGNED=1"
Using msiexec
msiexec /i "AXCoreClient.msi" TRANSFORMS=1033.mst /qn SERVERADDRESS=AXSERVER.ACL.COM WEBPORT=443 INSTALLDIR="C:\ACL\AX Client" /log "C:\ACL\AX Client\install.log" TRUST_SELFSIGNED=1
Analytics Exchange supports the following languages:
Example/v"/qn serveraddress=ax.acl.com"
Note
To verify that a certificate imports successfully, check the keystore file or installation log file.
Note
To verify that a certificate imports successfully, check the keystore file or installation log file.
For a fresh installation:
setup.exe /S /l"2052" /v"/qn SERVERADDRESS=ax_server_name WEBPORT=ax_server_port INSTALLDIR=path /log path TRUST_SELFSIGNED=1"
For an upgrade:
setup.exe /S /v/qn
The upgrade installation syntax will use the settings from the previous installation.
For a fresh installation:
msiexec /i "AXCoreClient.msi" TRANSFORMS=1033.mst /qn SERVERADDRESS=ax_server_name WEBPORT=ax_server_port INSTALLDIR=path /log path TRUST_SELFSIGNED=1
For an upgrade:
msiexec /i "AXCoreClient.msi" \qn