Refer to Allegion Overtur for Revit Plugin Installation Guide for additional information.
Network Installation
The following instructions can be followed when group policies allow for a silent installation or other means of bulk distribution of applications.
Network Deployment
A Microsoft Windows Installer (MSI package) is provided to make the installation process easier on a Windows Operating System via numerous distribution software(s).
MSI Installation
Installation, without a User Interface, for installing the Overtur plugin for Revit to specific or multiple versions of Revit.
Non-Revit version-specific Installation
To install Overtur for Revit to any active/applicable Revit version on a local machine:
msiexec /i "OvtPlugin4Rvt_X.msi" /passive
Version-specific MSI Installation
To install Overtur for Revit for specified 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
To uninstall a previous version of Overtur for Revit without a user interface from any version 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 installation allows the IT administrator to remove the Overtur for Revit Plugin 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 /v"/passive ADDLOCAL=Config,Revit201x,Revit202x"
Removing the Overtur for Revit Plugin
A passive/silent uninstallation allows the IT administrator to remove the Overtur for Revit Plugin without returning any messages or prompts.
Silent Uninstall Template Example
Set up Command line syntax for use when creating a deployment process of installing the Overtur for Revit Plugin across a network environment.
[Installer filename].exe /x /v"/passive REMOVE/s=Config,Revit20xx,Revit20xx"
Passive/Silent Uninstallation Example
A passive/silent uninstallation allows the IT administrator to remove the Overtur for Revit Plugin without returning any messages or prompts.
[Installer filename].exe /x /v"/passive REMOVE/s=Config,Revit201x,Revit202x"
Comments
0 comments
Article is closed for comments.