Not sure I've seen it posted anywhere, as I have searched the documentation quite a bit. Sorry in advance if I completely missed it, don't want to waste your time... but is there a simple few command line switches when using the MSI install that would allow me to silently install RDM with the "Complete" option selected when rolling the software out to a new workstation?
Using the Chocolatey package is one option
https://chocolatey.org/packages/rdm
As for the command line for the .msi you can user /quiet
http://www.advancedinstaller.com/user-guide/msiexec.html
Both will install with default options selected.
You can also look at our custom installer service to push a specific configuration to your users.
https://help.remotedesktopmanager.com/installation_custominstallerservice.htm
Best regards,
Stéfane Lavergne
What is the command line to call the rdi file with the MSI?
disregard, I realized that I need to create a custom msi using the rdi file.