Running ACL Connector for Analytics Exchange silent installation
Use the silent installation option to deploy the ACL Connector for Analytics Exchange to a large number of workstations.
How it works
The silent installation option runs the installer with preselected options and no user interface.
Run the silent installer
- Open the OS command prompt as an administrator by doing one of the following:
- Use the runas command from the prompt.
- In the C:\windows\system32 sub-folder in Windows Explorer, right-click on cmd.exe and select Run as administrator.
- Run the following silent installation command:
AXODBC_Client_Installer.exe /q[uiet] [InstallFolder=Path]
Command arguments
- /q[uiet]
- Specifies that the installer should run without a user interface.
- InstallFolder
- Optional. The target installation directory for the application files. If you omit this argument, the default installation directory is used:
-
- 32-bit C:\Program Files (x86)\ACL Software\ACL Connector for Analytics Exchange
- 64-bit C:\Program Files \ACL Software\ACL Connector for Analytics Exchange
- If the file path includes any spaces, you must use a double-quote and an escape character (\") to specify the path.
- Example to use C:\AX Client as the path, you must enter the following: \"C:\AX Client\"