Download, Install and Activate
Install
As an admin, install ConVoid for Autodesk Revit 2020, 2021, 2022, 2023 and 2024.
-
The Plug-in is installed on each machine at the following path: \ProgramData\Autodesk\Revit\Addins\%year%
-
The Revit Families are installed under the following path: \Documents\conclass\Revit Content\%year%\%language%
Activate the License
Trial Version
The trial version of ConVoid will start automatically when you launch the plug-in in Revit for the first time. Please ensure that you are connected to the internet.
Single and Multi User License
Start Revit and ensure you are connected to the Internet to verify your license.
​
-
You will find ConVoid under the Ribbon Tab [conclass].
-
Click [Info].
-
Click [Activate License].
-
Enter your License Key and click [OK].
-
You can start using ConVoid!
Pool Activation
To activate ConVoid on multiple devices simultaneously, you can utilize the license file found at the following location:
​
-
C:\Users\Name\AppData\Roaming\conclass\licensekey.json
During the installation process, simply copy this file to the corresponding path on each device. Once completed, ConVoid will automatically access the license key upon startup, streamlining the activation process for the user.
How to silently install an MSI Package?
MSI's silent install standard command line parameters are as follows:
​
-
/quiet - quiet mode (there is no user interaction)
-
/passive - unattended mode (the installation shows only a progress bar)
-
/q - set the UI level:
-
n - no UI
-
n+ - no UI except for a modal dialog box displayed at the end.
-
b - basic UI
-
b+ - basic UI with a modal dialog box displayed at the end. The modal box is not displayed if the user cancels the installation. Use qb+! or qb!+ to hide the [ Cancel ] button.
-
b- - basic UI with no modal dialog boxes. Please note that /qb+- is not a supported UI level. Use qb-! or qb!- to hide the [ Cancel ] button.
-
r - reduced UI
-
f - full UI
​
A regular command line to silently install a MSI should look like this:
Msiexec /i ConVoid.msi /qb! /l*v install.log
How to silently install an .EXE file?
A regular command line to silently install an EXE should look like this:
ConVoid.exe /exenoui /qn /norestart