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

1.1 Log in to the Lab Management Console

  1. Visit D5 MySpace and log in using your Lab Administrator account.

  2. Click Lab Management to access your organization's Lab Management Console.

1.2 Set Your Organization Address

  1. Click Address Setup.

  2. In the pop-up window, enter the Country and City where your organization is located.

  3. You may configure up to three different addresses.

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.

1.4 Retrieve the Installation Secret Key

Before installation, please ensure you have your organization's Secret Key ready.

  1. In the Lab Management Console, click Lab Details to navigate to the Organization Details page.

  2. Click Management to set the Organization Name and manage the key.

  3. Click Copy Secret Key. You will need this key during the installation process.

2. Silent Installation

2.1 Command Line Arguments

Required 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.

Optional Arguments

--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

  1. Run Command Prompt (cmd) as Administrator.

  2. 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 replace D5DeployTool-windows-x.x.x.xxx.exe with 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

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?