Installing from a command prompt
Published 04 April 2016
To install the DLM Automation Suite silently from a command prompt:
- Download the DLM Automation Suite installer from the Redgate website.
- Open a command prompt running as administrator (right-click and select Run as administrator).
Navigate to the folder containing the DLMAutomationSuite.exe installer. For example, enter
cd C:\Users\Username\Downloads
Enter
DLMAutomationSuite.exe /IAgreeToTheEula
You can also use the following optional parameters:log log.txt
Creates log files in the same folder as the DLMAutomationSuite.exe. You can specify the name of an existing text file to overwrite. For example:/log WidgetShopInstallLog.txt
.SENDFUR=0
Stops sending feature usage reporting (FUR) data to Redgate. By default, this is set toSENDFUR=1
so Redgate can collect data to help understand how you're using the DLM Automation tools, and prioritize future development work.SENDERRORS=0
Stops sending error reports to Redgate. By default, this is set toSENDERRORS=1
so Redgate can collect data to help understand problems, and prioritize bug fixes.RG_LICENSE
Use this parameter to specify a valid license key. This will activate the suite during installation.
For example:
DLMAutomationSuite.exe /IAgreeToTheEula log log.txt SENDFUR=0 RG_LICENSE=000-000-000000-0000