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.
-
Ensure that you have
msodbcsql.msiwhich installs the ODBC 17.10 driver.msodbcsql.msiis present in the App Volumes ISO atInstallation\Manager. You can download the ISO from the All Downloads page. -
Access
vc_redist.x64.exeexecutable from the App Volumes Manager folder and run the executable.
Procedure
-
Open a command prompt and run the following command to install the ODBC driver:
msodbcsql.msi /qn IACCEPTMSODBCSQLLICENSETERMS=YES /norestart -
Install
App Volumes Manager.msiwith the following parameters:The valid values for the
DEPLOYMENT_PLATFORMparameter are as follows:["AWS", "Azure", "Dell EMC", "General", "Google Cloud", "Oracle Cloud"]. If no other value ofDEPLOYMENT_PLATFORMsuits your requirement, then you can selectGeneral.-
Note: To deactivate the SQL server certificate validation during silent installation, use the
ENABLESTRONGENCRYPTIONparameter. This is an optional parameter.Local database with Windows authentication - IS_SQLSERVER_SERVER=
(local)\SQLEXPRESSIS_SQLSERVER_DATABASE=svmanager_productionRESET_DB=1 ALLOW_HTTP=1ENABLESTRONGENCRYPTION=0DEPLOYMENT_PLATFORM=platform -
Remote database - IS_SQLSERVER_SERVER=ip_address IS_SQLSERVER_DATABASE=database_name RESET_DB=
0ALLOW_HTTP=1IS_SQLSERVER_USERNAME=username IS_SQLSERVER_PASSWORD=password IS_SQLSERVER_AUTHENTICATION=1DEPLOYMENT_PLATFORM=platformImportant: 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 DEPLOYMENT_PLATFORM=Azure -
Was this page helpful?