You can install App Volumes Manager silently using the Microsoft Windows Installer (MSI).

You might want to perform a silent installation when you want to run the installation unattended.

Prerequisites

  • You must have administrator privileges on the machine where you want to perform the silent installation.
  • Ensure that your Windows Server has the latest OS security updates. See the Microsoft KB https://support.microsoft.com/en-us/kb/2919355 for more information.
  • You must have access to the msodbcsql_17.2.0.1_x64.msi which will install the ODBC 17.2 driver.
  • Access vc_redist.x64.exe executable from the App Volumes Manager folder and run the executable.

Procedure

  1. Open a command prompt and run the following command to install the ODBC driver: msodbcsql_17.2.0.1_x64.msi /qn IACCEPTMSODBCSQLLICENSETERMS=YES /norestart
  2. Install App Volumes Manager.msi with the following parameters:
    • Local database with Windows authentication - IS_SQLSERVER_SERVER=(local)\SQLEXPRESS IS_SQLSERVER_DATABASE=svmanager_production RESET_DB=1 ALLOW_HTTP=1
    • Remote database - IS_SQLSERVER_SERVER=ip_address IS_SQLSERVER_DATABASE=database_name RESET_DB=0 ALLOW_HTTP=1 IS_SQLSERVER_USERNAME=username IS_SQLSERVER_PASSWORD=password IS_SQLSERVER_AUTHENTICATION=1
      Important: Non-ASCII characters are not supported in the database_name.
    Example: msiexec /i "App Volumes Manager.msi" /qb IS_SQLSERVER_SERVER=(local)\SQLEXPRESS IS_SQLSERVER_DATABASE=svmanager_production RESET_DB=1 ALLOW_HTTP=1