Skip to main content

How to Install or Uninstall the Pirros Plugin Remotely for your Staff

Learn how to remotely install or uninstall the Pirros Revit Plugin using simple command-line instructions.

Updated over a month ago

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.

Did this answer your question?