D5 Lab Version (LAB) Installation Guide
This document provides installation instructions for the Lab License, designed for school IT administrators. This is an initial version, and we will promptly address any issues. Thank you for your support!
1. Preparation
Before proceeding, please verify with our sales team that your D5 Lab subscription is active.
1.1 Log in to the Lab Management Console
Visit D5 MySpace and log in using your Lab Administrator account.
Click
Lab Managementto access your organization's Lab Management Console.
1.2 Set Your Organization Address
Click
Address Setup.In the pop-up window, enter the Country and City where your organization is located.
You may configure up to three different addresses.
If you cannot find your city in the list, please contact our sales team.

1.3 Download installation files
Click D5 Deployment Kit to download the necessary installation files for the D5 Lab version. Please unzip the downloaded file to extract the following three installation packages:
D5Launcher-windows-x.x.x.xxxx.exe: Used for the unified management of D5 Render, potential future products, and project files. (Required)
D5_Render_installer-x.xx.xx.xxxx.exe: The D5 Render client. (Required)
D5DeployTool-windows-x.x.x.xxxx.exe: The installation management tool.
If you also need to install DCC LiveSync plugins suited to your workflow, please visit the official website to download the corresponding plugins and follow the instructions in Section 2.4 to install them.
1.4 Retrieve the Installation Secret Key
Before installation, please ensure you have your organization's Secret Key ready.
In the Lab Management Console, click
Lab Detailsto navigate to the Organization Details page.Click
Managementto set the Organization Name and manage the key.Click
Copy Secret Key. You will need this key during the installation process.
2. Silent Installation
2.1 Command Line Arguments
--agreeEula=true
Agrees to the End User License Agreement (EULA).
--launcherPath="path"
Replace path with the file path of D5Launcher.exe
--renderPath="path"
Replace path with the file path of D5Render.exe.
--installPath="path"
Replace path with the custom installation path for D5 Render. (Note: Custom path is not supported for D5 Launcher).
--labSecret=string
Replace string with the installation secret key prepared in the previous step.
--pluginPath="path"
Replace path with the file path of the D5 DCC LiveSync plugin installer (see Section 2.4).
--logDirPath="path"
Replace path with the custom output path for installation logs. If not specified, the default is %TEMP%/D5Deploy/.
--isForCurrentUser=true/false
Specifies whether to install for the current user only. Defaults to true if not specified.
--workspacePath="path"
Replace path with the custom D5 Workspace path.
(The "Workspace" function supports setting the storage location for all online library assets, local library assets, custom HDR/LUT/IES files, and some temporary files).
If not specified, a "D5 Workspace" folder will be created by default on the drive with the most available space. During an overwrite installation, the existing workspace path will be used.
--useCid=true/false
Specifies whether to use CID. Defaults to false if not specified.
Please note that useCid is only used for resolving specific problems.
--configPath="path"
Replace path with the file path of the .ini configuration file to execute the installation based on its content (see Section 2.5).
2.2 Start Installation
Run Command Prompt (cmd) as Administrator.
Enter the full path of the deployment tool followed by all required and optional arguments to initiate the installation (ensure all arguments are separated by spaces):
"X:\...\D5DeployTool-windows-x.x.x.xxx.exe" [arguments]
Note: Replace
X:\...\with the actual directory path where you downloaded the D5 Deployment Kit in Section 1.3, and replaceD5DeployTool-windows-x.x.x.xxx.exewith the actual filename of the deployment tool (filenames may vary by version).
2.3 Example 1: Install D5 Launcher and D5 Render Only
Enter the following command in the Command Prompt to install D5 Launcher and D5 Render. (Replace the paths, filenames, and secret key with your actual data).
Install D5 Launcher and D5 Render Only ↓
2.4 Example 2: Install D5 Launcher, D5 Render, and DCC LiveSync Plugins
To install DCC LiveSync plugins (such as SketchUp, Revit, or Rhino plugins) simultaneously, please first download the corresponding plugin installers from the Workflow page on the official D5 Render website.
Enter the following command in the Command Prompt to install D5 Launcher, D5 Render, and the selected plugins. Multiple plugins can be installed at once. (Replace the paths, filenames, and secret key with your actual data).
Install D5 Launcher, D5 Render, and DCC LiveSync Plugins ↓
2.5 Example 3: Install Using an .ini Configuration File
The tool supports .ini configuration files, allowing you to store all parameters in a single file for deployment.
Example of .ini ↓
Enter the following command in the Command Prompt to install using the configuration file: (Replace the path and filename with your actual data).
Install Using an .ini Configuration File ↓
3. Batch Installation
You can use your preferred batch deployment tool to execute the mass installation using the commands described above. If you require assistance, please contact our sales team.
Last updated
Was this helpful?