Overtur for Revit Plugin Installation Guide
Disclaimer:
This is an archived article and is not the most up-to-date source of information. While the information presented was accurate at the time of publication, it may have become outdated since then. Therefore, we advise readers to exercise caution when using this article as a starting point and to seek out reliable and current sources of information.
Suggested Action:
We recommend using this article as a starting point. With that said, we recommend using the link below for the most up-to-date information.
Allegion Overtur for Revit Plugin Installation Guide
This document was last updated on 25 August 2021
- All versions of Overtur for Revit 3.1.x.x are currently supported and active
- The most current version of Overtur for Revit available is 3.1.2203.42
- March 17, 2022
Thank you for your continued collaboration. We are excited to share the latest Overtur for Revit plugin. As with any software installation, local IT policies may impact the Overtur for Revit installation. We suggest you contact your local IT administrator before attempting to install Overtur for Revit Plugin and ensure that Revit is closed to install, per Autodesk SOP.
Please note: Local admin privileges are often required to install software and updates. Additionally, all sessions of Revit must be closed before the installation of Overtur for Revit. Overtur for Revit is a single install for the current version(s) of Revit installed on your computer.
ReadMe Guide
Allegion© Overtur™ for Revit Plugin ReadMe File
Overtur for Revit Download Options
There are two (2) different installation options. Always consult your IT administration team to verify the preferred method of installation. Either option requires the appropriate permissions for installing applications.
EXE Installation Requirements
- Ensure Revit is closed before installation.
- Run the installation as an administrator.
- An attempt to run the installation without running as an administrator could result in an Error 1925. Run the installation again, as a local administrator.
The EXE installer will include any DotNet installation requirements, which can assist in installation when DotNet updates or other components may be required.
Exe Installation link: Overtur plugin for Revit Version 3.1.2203.42 (EXE)
MSI installation Requirements
MSI is an installer package file format used by Windows.
Our MSI format is provided for IT specialists to package and distribute within numerous software deployment applications or services. When using the MSI option for your local deployment, please check to ensure your desktop client is up to date with Microsoft .NET Framework and all other SOPs recommended by Autodesk.
MSI Installation link: Overtur plugin for Revit Version 3.1.2203.42 (MSI)
Virus Protection Applications Consideration
(Applicable for versions before 3.1.0802.x only)
An executable as part of this installation process authenticates the user access to Overtur. To ensure a user has access to Overtur, please allow the following folder within your preferred virus protection application: Allow this folder: %programdata%/OvtPlugin4Rvt
The OvtPlugin4Rvt.Auth.exe within the AUTH subfolder authenticates the user within Overtur. If this file is missing from the folder location noted above, it will be necessary to re-install the Overtur for Revit plugin.
Network Installation
See the following instructions, where group policies allow silent installation or other means of bulk distribution of applications.
Network Ports
(Applicable to versions before 3.1.0802.x only).
When multiple users log into a shared virtual machine, Auth0 communicates through a single port. This process results in User B being unable to access Overtur, as User A already had the port occupied. Therefore, additional dynamic ports allow the communication of multiple users within the same virtual resources. Those ports include:
- 4444 (default port)
- 30444
- 31444
- 37480
- 43444
Network Deployment
A Microsoft (Windows) Installer MSI package is used to make the installation process easier on a Windows Operating System.
MSI Installation
Installation without a User Interface, for installing the Overtur plugin for Revit to a specific or multiple versions of Revit.
Non Revit version specific
Will be installed to any active/applicable Revit version on a local machine.
msiexec /i "OvtPlugin4Rvt_X.msi" /passive
Version specific MSI Installation
Will assist to install specific Revit version(s) to the local machine.
msiexec /i "path\OvtPlugin4Rvt_X.x.x.xxxx.x.msi" ADDLOCAL="Config,Revit20xx,Revit20xx" /passive
MSI Uninstall/Removal
Uninstallation without User Interface, to remove the Overtur plugin for any version(s) of Revit installed on local machines.
msiexec /x "path\OvtPlugin4Rvt_xx.x.xxx.x.msi" /passive
EXE Installation Process
A passive/silent installation allows an IT administrator to install the Overtur for Revit Plugin without returning any messages or prompts. The following examples can be applied within a network environment that utilizes group policies to install applications across a network environment.
Template examples
[Setup filename].exe /s /v“\[MSI command parameters\]"
[Setup filename].exe /s /v“ALLUSERS=1"
Passive/Silent Installation example
A passive/silent install allows the IT administrator to remove the Overtur4Rvt add-in without returning any messages or prompts.
[Setup filename].exe /s /v"/passive"
Version specific installation
As part of the EXE installation process, an IT administrator has control over which version(s) of Revit to install the Overtur for Revit plugin using a command-line option while using the ADDLOCAL parameter.
[Installer filename].exe /s /v"ADDLOCAL=Revit[year],Revit[year]"
Example to install for Revit versions 2019 & 2020 without a UI being provided (silent installation).
[Installer filename].exe /s /x /v"/passive" ADDLOCAL=Config,Revit2019,Revit2020"
Removing Overtur for Revit
A passive/silent uninstall allows the IT administrator to remove the Overtur for Revit plugin without returning any messages or prompts.
Silent Uninstall Template example
Setup Command line syntax for use when creating a deployment process of installing the Overtur for Revit plugin across a network environment.
[Installer filename].exe /s /v"/passive ADDLOCAL=Config,Revit20xx,Revit20xx"
Passive/Silent Uninstallation example
A passive/silent uninstall allows the IT administrator to remove the Overtur4Rvt add-in without returning any messages or prompts.
[Installer filename].exe /s /v"/passive REMOVE=Config,Revit201x,Revit202x"
Comments
0 comments
Article is closed for comments.