Installing from a command prompt
Published 12 July 2016
To install the DLM Automation silently from a command prompt:
- Download the DLM Automation 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 DLMAutomation.exe installer. For example, enter
cd C:\Users\Username\Downloads
Enter
DLMAutomation.exe /IAgreeToTheEula
You can also use the following optional parameters:log log.txt
Creates log files in the same folder as the DLMAutomation.exe. You can specify the name of an existing text file to overwrite. For example:/log WidgetShopInstallLog.txt
.RG_PFUR_ENABLED=1
Stops sending feature usage reporting (FUR) data to Redgate. By default, this is set to RG_PFUR_ENABLED=0,
if set to 1 you agree that 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:
DLMAutomation.exe /IAgreeToTheEula log log.txt RG_PFUR_ENABLED=1 RG_LICENSE=000-000-000000-0000