REMOTE INSTALLATION COMMAND
Use this command to install the plugin remotely and silently:
msiexec.exe /i "\\path\to\PirrosRevitPlugin_<newversion>.msi" /quiet /qn /norestart
Replace <newversion> with the actual version number of the updated plugin file.
To ensure the latest version, you can find it in the plugin download filename or from the Pirros website here.
To uninstall a previous version remotely, use:
msiexec.exe /x "\\path\to\PirrosRevitPlugin_<oldversion>.msi" /quiet /qn /norestart
Replace <oldversion> with the correct version number you want to remove.