How to install D5 Render?

Download and Installation

The latest version can be downloaded from the official website, or directly by clicking the link below.

After downloading, unzip the installation package and follow the steps to install D5 Render.

The default installation directory for the D5 renderer is on the C drive, and user-selected custom installation directories are supported.

By default, the software will download assets in the installation path, and after the installation is complete, it supports migrating assets to a custom directory in the Preferences. If you do not want to migrate assets, it is recommended to reserve a larger installation space.

Hardware Check

After the software is installed and launched for the first time, we will perform a hardware check to ensure that your hardware and system configuration are up to standard for a smooth rendering experience.

Silent Installation (CMD Installation)

Silent Installation

1. Download D5 Render installer: D5 Render latest installer

2. Silent Installation:

Example: After entering the path to the installation package via cmd, set the installation target address to E:/D5 Render/ , set E:/D5WorkSpace as the workspace address, set the log output address to drive E, and install D5 for all users on this device.

Use the following command-line example for a silent installation:

D5_Render_installer-2.10.0.0566.exe -silent -agreeEula -isForCurrentUser=false -installPath="E:/D5 Render" -workspacePath="E:/D5WorkSpace" -logPath="E:/"

Silent Update

To upgrade, simply download the newer installer and run the silent installation command using the same installation directory as before, but omit the -workspacePath parameter. This will perform an in-place upgrade. Example:

D5_Render_installer-2.x.x.xxxx.exe -silent -agreeEula -isForCurrentUser=false -installPath="E:/D5 Render" -logPath="E:/"

Note:

Please replace D5_Render_installer-2.x.x.xxxx.exe with the name of the software programme which corresponds to the update downloaded.

Silent Uninstallation

To uninstall D5 Render silently, use the following command:

"E:/D5 Render/Uninstall.exe" -silent -deleteUserConfig

Note:

(1) Ensure that you have downloaded the appropriate version of the D5 Renderer (e.g., v2.9.5 or higher).

(2) Note: On Windows, backslashes \ in command-line arguments are treated as escape characters. Handle this by enclosing file paths in double quotes and using / instead of \ . For example, "C:/Program Files/D5 Render".

(3) If using the parameter "-isForCurrentUser=false" to install for all users, you must run the script or command as an administrator; otherwise, the installation may fail.

(4) Before actual deployment, run a silent installation in a test environment to ensure it executes correctly.

(5) Remember to back up user configurations and settings to avoid data loss during installation or uninstallation.

For the detailed instructions, please refer to our official website: https://www.d5render.com/posts/d5-render-command-line-silent-installation

Last updated

Was this helpful?