Tutorial · setup

Installing a Revit add-in,
properly.

Where the files go, why Revit asks “Always Load?”, how to check a download is what it claims to be, and how to remove an add-in without leaving ghosts.

Where add-ins live

LocationScopeNeeds admin
%AppData%\Autodesk\Revit\Addins\<year>\current userno
%ProgramData%\Autodesk\Revit\Addins\<year>\all usersyes
%ProgramData%\Autodesk\ApplicationPlugins\Autodesk App Store bundlesyes

Each add-in is a .addin XML manifest pointing at a DLL. Revit reads every manifest in these folders at start-up - one folder per Revit year, which is why an installer must put a copy in each year you use.

The “Security - Unsigned Add-In” dialog

Revit shows it for DLLs without a trusted code-signing certificate. It is a trust decision, not a malware verdict. Before clicking Always Load: download only from the vendor's site, and compare the installer's SHA-256 with the published checksum:

certutil -hashfile Parapet-Setup.exe SHA256

Parapet publishes checksums on the docs page.

.NET 8 and Revit 2025+

Revit 2025, 2026 and 2027 run add-ins on .NET 8; earlier versions on .NET Framework 4.8. A DLL built for one will not load in the other (“Could not load file or assembly…”). A vendor that lists 2020-2027 ships both builds - Parapet's installer picks the right one per year. More: Revit 2027 add-ins.

Installing Parapet specifically

One installer puts a Parapet tab in Revit with three apps - Hub, Link and Audit - each licensed on its own. Parapet-Setup.exe detects Revit 2020-2027 FileArchitectureStructureAnnotate Parapet Hub PRO · trial Link PRO · trial Audit FREE Licenses panel: start trials, paste a key, move a seat - without leaving Revit.
Close Revit. Run Parapet-Setup.exe from the download page; it lists Revit 2020-2027 and pre-selects the versions on your PC. No admin rights.
Start Revit. A Parapet tab appears with Hub, Link, Audit and Licenses.
Audit just works. For Hub or Link click Licenses → Start free trial (30 days, no card) or paste a key.

Uninstalling cleanly

Install Parapet

One installer, Revit 2020-2027, per-user, Audit free.

Download Parapet Docs

Keep reading

Related guides, tutorials and comparisons.

All guides →