Obviously, these are the two main factors when installing .msi files remotely. Every variation that I try comes back with an error about incorrect parameters.Both sources listed here: https://help.comodo.com/topic-289-1-851-11046-Select-Packages.html prove no results.
I’ve tried many variations:
/q /passive /norestart -q etc.
If anyone could please list the accepted arguments that would be appreciated.
In order to silently install an .msi package with suppressed reboot option, you need to add the parameter " REBOOT=ReallySuppress " (there are other alternative parameters that should work as well, please see https://msdn.microsoft.com/en-us/library/windows/desktop/aa372024(v=vs.85).aspx ). Please note that the silent install parameter (/quiet) is already included, that would explain why you were getting the incorrect parameters error message.