Link Search Menu Expand Document

Getting Started

DiRootsOne has 8 Autodesk Revit Productivity Tools for Data Management, Filtering, Model Checking, Drawing Production, Point Clouds, etc. Includes SheetLink, FamilyReviser, OneFilter, TableGen, SheetGen, ReOrdering, ParaManager, PointKit. Not permitted:

  • Sell/resell
  • make modifications to the software.

Table of contents

  1. Download
  2. Install
    1. Compatibility
    2. Standard Installation
    3. Silent Installation
  3. Uninstall
    1. Using the installer User Interface
    2. Using the installer silently
    3. From the control panel
  4. Updates
    1. Updater Settings

Download

Download the latest version of DiRootsOne.

Install

Compatibility

  • Windows 7, 8, 10 and 11.
  • Revit 2018, 2019, 2020, 2021, 2022, 2023, and 2024.

Standard Installation

This method is ideal for individuals who want to install DiRootsOne in one computer.
  1. Run DiRootsOne installer.

  2. Select the Revit versions and click ‘Install’.

DiRootsOne Installation First Step

  1. Wait for the installation to complete and click ‘Finish’.

DiRootsOne Installation Finish

Silent Installation

This method is ideal for IT administrators who want to deploy DiRootsOne to multiple computers.
  • Install for all compatible Revit versions.
# This method will silently install DiRootsOne for all compatible Revit versions.
<installer-name>.exe /i // /qn accept_eula=1
  • Exclude specific Revit versions.
# In this example DiRootsOne will NOT be installed for Revit 2017, 2018, and 2019.
<installer-name>.exe /i // /qn accept_eula=1 revit2017="" revit2018="" revit2019=""

Uninstall

Using the installer User Interface

  1. Run DiRootsOne installer.

  2. Select and click ‘Remove’.

DiRootsOne Uninstall

3 . Wait for the uninstallation to complete and click ‘Finish’.

Using the installer silently

Uninstall DiRootsOne without user interaction.

# This method will remove DiRootsOne from your computer.
<installer-name>.exe /x // /qn

From the control panel

  1. In the search box on the taskbar, type Control Panel and select it from the results.

  2. Select Programs > Programs and Features.

  3. Press and hold (or right-click) on the program you want to remove and select Uninstall or Uninstall/Change. Then follow the directions on the screen.

Updates

DiRootsOne includes an updater to help you keep it up to date. The updater will:

  • notify you whenever a new version is released (the action is triggered on Revit close event).
  • ask you to install now or to remind you tomorrow.

DiRootsOne Updater UI

Updater Settings

The following Update Options can be tweaked:

  • activate automatic updates.
  • check for updates frequency (the default value is 2 days).
  • change the downloads folder.
# Pro Tip for Users
By default the automatic updates can't be disabled.
To go around it, you can set up the check for updates frequency to 365 days, for example.
# Keep in mind that it' recommended to keep your apps updated. Plus, we do not provide support for outdated applications.
# Pro Tip for IT Administrators
By default the automatic updates can't be disabled.
To go around it, there's a configuration file that can be tweaked.

# Steps required
- go to %programdata%\DiRoots.DiRootsOne\Settings
- open the 'updater.ini' file
- Search for the line 'CheckFrequency=2' and change the value to 365, for example.

# Keep in mind that it' recommended to keep your apps updated. Plus, we do not provide support for outdated applications.