Specifications

Copyright © Acronis, Inc., 2000-2010 90
Appendix B. Installing Acronis
Recovery for MS SQL Server from
command line
Acronis Recovery for MS SQL Server supports the Microsoft Installer utility (
msiexec.exe
)
with all its commands. Here is the MSI installation command and options:
Install Options
/i <Component.msi | ProductCode>
Installs or configures a product. ProductCode is the serial number of your personal
copy of Acronis Recovery for MS SQL Server Agent
COMPONENT=[component]
Specifies the component you want to install:
Agent_MSSQL - Acronis Recovery for MS SQL Server Agent
Tools_MSSQL - Acronis Recovery for MS SQL Server Management Tools
USERNAME=[username] PASSWORD=[password]
Specifies username and password for running Acronis Recovery for MS SQL Server
Agent installation
/e[path]
Specifies a path to extract an .msi file to.
/a <Component.msi | ProductCode>
Applies the administrative installation option
/x <Component.msi | ProductCode>
Uninstalls the product
Example
msiexec /i C:\Agent_MSSQL.msi
Installs Acronis Recovery for MS SQL Server Agent.