The current installation package for Remote Desktop Manager requires elevated privileges and installs the application for all users on the target computer. However, feedback indicates that it successfully completes installation across a broad range of environments within our community. Please follow the procedure below to minimize potential deployment issues in the future.
Procedure
This procedure registers all file type associations, meaning that RDP files will be opened with Remote Desktop Manager by default. To prevent this, opt for manual installation using the Custom mode, and deselect the RDP file association during setup.
-
Copy the installer to a folder available for all users of the workstation (e.g., C:\Deploy).
-
Open an elevated command prompt (right-click on the shortcut and select Run as administrator).
-
Run the following command, adapted for the version to install:
msiexec /i Setup.{APPNAME}.{VERSION}.msi /Quiet /Passive INSTALLMODE=Complete
-
Recommende: Disable the auto-update check as all further installations or upgrades should be performed by an administrator using elevated privileges.
To proceed with upgrades from within Remote Desktop Manager, the application must be started with Run as administrator.
Notes
The Microsoft installer technology renames and copies the installer package to a new, randomized name, registering it in a database. However, our experience shows that this copy sometimes disappears, and the database may become corrupted. As a result, we often recommend that our community use the following Microsoft troubleshooter: Fix problems that block programs from being installed or removed
The quiet and passive parameters are included to prevent user interaction during installation, reducing the likelihood of errors.