For Admins
Deploying plugins company-wide can be a grueling task. We're doing our best to simplify the process. This is why our installer now supports installation time parameters. You can set them up during your deploy process or with a simple BAT file created in the same folder as the installer, like the below:
ToolBox.exe /verysilent /license=<--YOUR LICENSE KEY--> /revittab=<--YOUR COMPANY ACRONYM--> /revitpanel=<--A PANEL NAME--> /dokkid=<--CUSTOM DOKK ID--> /COMPONENTS="Revit\2019,Revit\2020,Revit\2021,Revit\2022,Revit\2023,Radar"
- we've switched to inno setup for our distributions
- Call the installer exe (usually Toolbox.exe)
- You can call it with /verysilient for no ui or /silent for a minimal ui
- parameters start with "/" and are separated by space
Parameter Name | Description |
/revittab= | The name of the Toolbox tab for all your users. The default value is "Toolbox". |
/revitpanel= | The name of the default utility panel hosting the standalone tools. The default value is "Utilities". |
/license= | The license key that has been issued to your organization. There is no default value :) |
/dokkid= | Subscribe to a custom dokk distribution channel. The default value is "PUBLIC" |
/COMPONENTS= | Customize the parts of toolbox you would like to install. To install everything use:
"Revit\2019,Revit\2020,Revit\2021,Revit\2022,Revit\2023,Radar" |
The plugin can be installed per machine in:
C:\ProgramData\Reope\Toolbox\
The individual Revit manifest files will be installed in:
C:\ProgramData\Autodesk\Revit\Addins\
Last modified 11mo ago