Skip to main content

Download and Install

The installer for the newest version of the Qbitec for Revit plugin can be downloaded from here: Qbitec for Revit Download Area
Click on the red button to start the download.

image.png

After starting the installer you have to decide if you want to install the plugin only for the currently logged-in Windows user or for all users on the PC. Installing for all users requires administrative privileges and is the recommended way. However, it is also possible to install the plugin only for the current user, which might come handy e.g. if you just want to test the plugin for yourself.

image.png


Advanced Topics

Installing the point cloud converter as a stand alone tool
    1. Download the latest installer executable asfrom describedhere: abovehttps://qbitec.com/release/QbitecForRevit/

    2. Open a powershellPowerShell terminal (Run as Administrator if required by your system policy).

    3. Change into

      Navigate to the pathdirectory wherecontaining you havethe downloaded installer:

      cd "C:\Path\To\Your\DownloadFolder"

    4. Execute the installer
    5. Run the installer exe with the following command command-line argumentparameter
      (replace (Hint:<version> Thewith the actual version number inof the executabledownloaded namefile):

      .\qbitecSetup-<version>.exe /ConverterOnly
    6. Follow the instructions of the installinstaller might be different and needswizard to be adjusted tocomplete the downloaded version)installation.
    7. .\qbitecSetup-1.5.5.exe /ConverterOnly
Firewall / Proxy Configuration

Our plugin uses the LicenseSpring Serviceservice forto licensevalidate checks.licenses. Please ensure that communication towith the RestAPILicenseSpring ofREST licenseAPI spring underat https://api.licensespring.com/com is not blocked by your firewall and/orand is correctly routed through your proxy server configuration.

YouIn can try open the following endpoint via curl or inside a web browser to see if your request will be blocked  https://api.licensespring.com/api/v4/check_license
If the server responds with a JSON object the communication works properly.

Furtheraddition, if you want to connect to a NavVis instancesource to stream point clouds and panoramic images directly into Revit, ourthe plugin needsmust be able to communicate towith the RestAPINavVis Ivion Rest API of your Ivion instance(s).
Please first verify that you can access your NavVis Ivion Instance.instance Pleasein verifya firstweb ifbrowser from the same machine and using the same Windows user account. If you canexperience accessany issues accessing the web interface, contact the NavVis Ivionsupport instanceteam withinfor aassistance.

web browser. If this is not working, please contact NavVis support.

If you are using a proxy server, ourthe plugin triesattempts to figureautomatically outdetect the proxy server settings automatically from your Windows settings.configuration. If this does not workingwork correctly, you can manually specify the proxy server manuallyaddress by setting the following registry key(s):key to the proxy URI to use:

 HKEY_CURRENT_USER\Software\Qbitec\QbitecForRevit\Settings\ProxyUri

image.png



Silent Installation (without GUI)

SometimesIn Administratorsome wantsenvironments, administrators need to install a software via a scriptscripts without GUIany interactionsgraphical e.g.user frominterface an(GUI), installfor scriptexample towhen rolldeploying outthe installationsapplication automatically onto multiple PCs.

WeThe supportinstaller suchsupports ansilent installation  by using the /VERYSILENT command-line option.

Silent installation for all users (requires elevated privileges)

  1. Download the latest installer executable from here: https://qbitec.com/release/QbitecForRevit/
  2. Open a PowerShell terminal with Administrator privileges.

  3. Navigate to the directory containing the installer.

    cd "C:\Path\To\Your\DownloadFolder"

  4. Execute the following command
    (replace <version> with the actual version number of the downloaded file):

    .\qbitecSetup-<version>.exe /ALLUSERS /VERYSILENT option.

ToThis installinstalls the plugin for all users (on the system without showing any installer dialogs.

Silent installation for the current user only

  1. Download the latest installer executable from here: https://qbitec.com/release/QbitecForRevit/
  2. Open a privilegednormal powershell)(non-elevated) call:PowerShell terminal.

  3. Navigate to the directory containing the installer.

    cd "C:\Path\To\Your\DownloadFolder"

  4. Execute the following command
    (replace <version> with the actual version number of the downloaded file):

    .\qbitecSetup-1.5.5.<version>.exe /ALLUSERSCURRENTUSER /VERYSILENT

ToThis installinstalls the plugin only for the currentcurrently logged-in user (normalwithout powershell)any call:GUI

.\qbitecSetup-1.5.5.exe /CURRENTUSER /VERYSILENTinteraction.