
- #Manually uninstall dameware mini remote control license key
- #Manually uninstall dameware mini remote control install
#Manually uninstall dameware mini remote control license key
Enter a valid license key in place of licenseKey. SA_KEY= licenseKey (licensed only) contains the license key for licensed installations.
#Manually uninstall dameware mini remote control install
SILENT=yes instructs the installer to install the program silently.Enter Remote Support or Mini Remote Control in place of programName to use the default installation directory. APPDIR="C:\Program Files\DameWare programName\" specifies the installation directory./args " argumentsHere" (EXE only) instructs the EXE installer to pass the arguments inside the quotation marks along to the MSI installer.The following define the arguments used in the commands in this article. To install DRS or MRC using the EXE installer in evaluation mode:įileName.exe /args "/qn APPDIR=\"C:\Program Files\DameWare programName\" reboot=reallysuppress SILENT=yes" Msiexec /i fileName.msi /qn APPDIR="C:\Program Files\DameWare programName\" reboot=reallysuppress SILENT=yes To install DRS or MRC using the MSI installer in evaluation mode: To install DRS or MRC using the EXE installer and a valid license:įileName.exe /args "/qn APPDIR=\"C:\Program Files\DameWare programName\" reboot=reallysuppress SILENT=yes SA_KEY= licenseKey SA_EMAIL= emailAddress" Msiexec /i fileName.msi /qn APPDIR="C:\Program Files\DameWare programName\" reboot=reallysuppress SILENT=yes SA_KEY= licenseKey SA_EMAIL= emailAddress Replace the variables in this example according to the values in the Arguments section. Use the following command at the command line or in an installer script. To install DRS or MRC using the MSI installer and a valid license: The Arguments section includes optional arguments that are not included in these examples.Ĭomplete the following procedures according to your deployment scenario.The arguments for licensing the products silently through a proxy server do not work with proxy servers that require authentication.If you provide an invalid license key, or the activation fails, the installer installs the program in evaluation mode.Since you are running them with Administrator permissions, the working directory is %WINDIR%\System32. Avoid using relative paths when running these commands.Run the commands in these procedures with Administrator permissions.The following notes apply to all of the procedures in this article. The installers also include arguments to allow you to install MRC silently in evaluation mode. This enables users to deploy and license DRS or MRC to several remote systems without being prompted to enter licensing information every time. The MSI and EXE installers for DameWare Remote Support and MRC version 9.0 include command-line arguments that allow you to enter licensing information when installing from the command line.
