Performing Unattended Installation
Updated: January 15, 2013
You can install System Center 2012 – Data Protection Manager (DPM) using the unattended installation option. This option allows you to create an initialization file (.ini) and let Setup run without you monitoring it.
Performing an unattended installation
-
Create the DPMSetup.ini file on the computer where you want to perform the installation.
-
At an elevated command prompt, type the following command
For local installation
start /wait setup.exe /i /f <path>\Dpmsetup.ini /l <path>\dpmlog.txt
For remote installation
start /wait [media location]\setup.exe /i /y /f <path>\Dpmsetup.ini /l <path>\dpmlog.txt
Important |
|---|
| Make sure that all DPM prerequisites are already installed before you run the unattended installation. |
Creating the DPMSetup.ini file
-
Open a Notepad file.
-
Paste the following contents into the file.
[OPTIONS] UserName = <A user with credentials to install DPM> CompanyName = <Name of your company> ProductKey = <The 25-character DPM product key in the format xxxxx-xxxxx-xxxxx-xxxxx-xxxxx> SqlAccountPassword = <The password to the DPM$ account> # StandardAgentLicenses = <No. of standard agent licenses you have purchased> # EnterpriseAgentLicenses = <No. of enterprise agent licenses you have purchased> # ProgramFiles = C:\Program Files\Microsoft Data Protection Manager # DatabaseFiles = C:\Program Files\Microsoft Data Protection Manager\DPM\DPMDB # IntegratedInstallSource = <Location of the DPM setup files> # ---For using a remote SQL Server instance --- # YukonMachineName = <Name of the SQL Server computer> # YukonInstanceName = <Name of the instance of SQL Server that Setup must use> # YukonMachineUserName = <User name that Setup must user> # YukonMachinePassword = <Password for the user name Setup must use> # YukonMachineDomainName = <Domain to which the SQL Server computer is attached>
-
Replace the text in <> with values from your environment.
-
Save the file as DPMSetup.ini.
Note that the entries from line 5 onwards have been commented out. DPM Setup takes default values for commented entries. If you want DPM to take a specific value, remove the hash (#) symbol from the appropriate comment.
See Also
-----
For additional resources, see Information and Support for System Center 2012.
Tip: Use this query to find online documentation in the TechNet Library for System Center 2012. For instructions and examples, see Search the System Center 2012 Documentation Library.
-----

Important