This guide is for organizations installing or deploying the Overtur for Revit Plugin across multiple machines.
Installing on your own computer only? See the Overtur for Revit: Individual Install Guide instead.
If your organization prefers to let individual users install this themselves, the Individual Install Guide is designed to support that too. Feel free to share it with your users directly.
All versions of the Overtur for Revit Plugin 6.0 and above are currently supported and active.
The most current version of the Overtur for Revit Plugin available is 6.0.2607.5.
Prerequisites
The Overtur for Revit Plugin is compatible with current versions of Windows 10 and Windows 11 running Revit.
Compatible Versions of Revit
- Fully supported: Revit 2024-2027
- Limited compatibility: Revit 2019-2023
Autodesk does not currently support Revit 2022 and older versions; the Overtur Plugin still supports these with some limitations.
Before deploying, review network/firewall requirements. Since this list of ports and URLs could be misused if published publicly, we don't post it as a standalone article. Submit a support request and our team will provide the current requirements directly.
Deployment Options
Both options below require appropriate permissions for installing applications. Choose based on your organization's deployment tooling.
- MSI - Windows Installer package format, best for packaging and distributing via deployment software/services (SCCM, Intune, group policy, etc.). Download: Overtur for Revit Plugin (MSI)
- EXE - simpler option for manual/single-machine admin installs. Download: Overtur for Revit Plugin (EXE)
Before deploying via MSI, confirm target machines have current Microsoft .NET Framework per Autodesk's guidelines. The EXE installer includes .NET installation requirements to help align .NET updates or other components with current Autodesk guidelines.
The installer installs the plugin per machine; per-user installation is not supported.
Click each section below to expand for details.
▸ MSI Silent / Passive Install Commands
Install without UI:
msiexec /i "OvtPlugin4Rvt_some_version.msi" /passive
Install without UI, specific Revit version(s):
msiexec /i "path\OvtPlugin4Rvt_some_version.msi" ADDLOCAL="OverturCore,OverturUser,AdvRetr,Revit20xx,Revit20xx" /passive
Uninstall without UI:
msiexec /x "path\OvtPlugin4Rvt_some_version.msi" /passive
▸ EXE Silent Install Commands
Silent install:
OvtPlugin4Rvt_some_version.exe /s /v"/passive"
Silent uninstall:
OvtPlugin4Rvt_some_version.exe /s /x /v"/passive"
▸ Additional Command Line Examples
Specify install folders (must be publicly accessible):
msiexec /i OvtPlugin4Rvt_some_version.msi /passive INSTALLDIR="C:\Test folder\1" USERDATADIR="C:\Test folder\2" OvtPlugin4Rvt_some_version.exe /s /v"/passive INSTALLDIR=\"C:\Test folder\1\" USERDATADIR=\"C:\Test folder\2\""
Specify install folders and log file:
msiexec /i OvtPlugin4Rvt_some_version.msi /passive INSTALLDIR="C:\Test folder\1" USERDATADIR="C:\Test folder\2" /log path_to_log_file.txt OvtPlugin4Rvt_some_version.exe /s /v"/passive INSTALLDIR=\"C:\Test folder\1\" USERDATADIR=\"C:\Test folder\2\" /log path_to_log_file.txt"
Install with log file only:
msiexec /i OvtPlugin4Rvt_some_version.msi /log path_to_log_file.txt OvtPlugin4Rvt_some_version.exe /v"/log path_to_log_file.txt"
Install for specific Revit versions only (example: 2026, 2027 - update per current release):
msiexec /i OvtPlugin4Rvt_some_version.msi ADDLOCAL="OverturCore,OverturUser,AdvRetr,Revit2026,Revit2027" /passive OvtPlugin4Rvt_some_version.exe /s /v"/passive ADDLOCAL=OverturCore,OverturUser,AdvRetr,Revit2026,Revit2027"
▸ ADDLOCAL Features/Subfeatures Reference
- OverturCore (REQUIRED - core operation files)
- OverturUser (REQUIRED - user-specific data files)
- Revit (OPTIONAL - parent feature for version-specific files)
- Revit2019-2023 (limited compatibility)
- Revit2024
- Revit2025
- Revit2026
- Revit2027
Documentation Resources
- EXE Installation Documentation (not all options supported, contact support if you need specific options)
- MSI Installation Documentation (not all options supported, contact support if you need specific options)
Need Help?
Legal Information
License, trademark, and disclaimer information for the Overtur for Revit Plugin is available in the Overtur for Revit Plugin ReadMe.
Comments
0 comments
Please sign in to leave a comment.