Hi,
We have the RDM Enterprise license and I would like to configure a silent install of the application so I don't have to reinstall manually each time we rebuild our few admin machines .
I see there is a custom installer option as an additional subscription but considering that I have the Enterprise version which has the feature of deploying via msi, I would expect there are existing switches for getting this done silently. I don't need it configured during deployment, just installed without the need of user interaction. Can I please be pointed to the documentation that provides the steps.
Thanks in advance,
Dan
Hi,
I'm not an msi export but we support chocolatey now and it's very easy to deploy the application. You could easily do a script:
https://chocolatey.org/packages?q=rdm
David Hervieux
/quiet with the .msi should do the trick
More information can be found here:
http://www.advancedinstaller.com/user-guide/msiexec.html
Regards,
Stéfane Lavergne
Great, worked perfectly.
Next time I'll test myself before believing someone else >.<
Appreciate the fast and helpful responses.
Dan