The following instructions cover silent (unattended) installation for Maxon products. Click a section below to expand the instructions for that product.
Click to expand and reveal the instructions for each product:
Maxon App
Windows
- Download the Maxon App installer for Windows.
- Open Command Prompt as Administrator (right-click Command Prompt and select Run as Administrator).
- Note: Running without Administrator privileges will cause the installation to fail.
- Navigate to the directory containing the Maxon App installer executable.
-
Run the installer with the following parameters:
<Full Installer Name>.exe --mode unattended --unattendedmodeui none
Optional parameters:
- Setting
--unattendedmodeui nonesuppresses the Maxon App launch after installation. - Add
--skipMaxonAppGui 1to skip installation of the Maxon App GUI. - Add
--elevated 1to install the license service with elevated rights. Recommended for enterprise environments with strict security policies. - Add
--do_not_execute_maxonapp 1to prevent the Maxon App GUI from launching after installation, even if it is installed.
Mac
- Download the Maxon App installer for Mac.
- Double-click the installer to unpackage and open it.
- Right-click the Maxon App Installer.app icon and select Show Package Contents.
- Navigate to the /Contents/MacOS/ folder to locate the
installbuilder.shfile. - Open a Terminal window (found in Finder > Applications > Utilities).
- In Terminal, type
sudofollowed by a space, then drag theinstallbuilder.shfile into the Terminal window. -
Append the following parameters to the command, then press Return:
sudo [FilePathToInstaller] --mode unattended --unattendedmodeui noneNote: Running with
sudois required because the installer needs elevated permissions. You will need administrator credentials.
Optional parameters:
- Setting
--unattendedmodeui nonesuppresses the Maxon App launch after installation. - Add
--skipMaxonAppGui 1to skip installation of the Maxon App GUI. - Add
--do_not_execute_maxonapp 1to prevent the Maxon App GUI from launching after installation, even if it is installed.
Offline Installation
- From a machine with internet access, download the required WebView2 component.
- Copy the downloaded WebView2 installer to the target machine(s).
- Run the WebView2 installer on the target machine(s).
- Remove the
net.maxon.neutrino.mswebview.installerzip file from the packages folder. - Run the Maxon App installer on the target machine(s). No internet connection is required.
Red Giant
Windows
- Download the Red Giant / Universe installer for Windows.
- Open Command Prompt as Administrator (right-click Command Prompt and select Run as Administrator).
- Note: Running without Administrator privileges will cause the installation to fail.
- Navigate to the directory containing the installer executable.
-
Run the installer with the following parameters:
<Full Installer Name>.exe --mode unattended
Mac
- Download the Red Giant / Universe installer for Mac.
- Double-click the installer to unpackage and open it.
- Right-click the Red Giant Installer.app icon and select Show Package Contents.
- Navigate to the /Contents/MacOS/ folder to locate the
installbuilder.shfile. - Open a Terminal window (found in Finder > Applications > Utilities).
- In Terminal, type
sudofollowed by a space, then drag theinstallbuilder.shfile into the Terminal window. -
Append the following parameters to the command, then press Return:
sudo [FilePathToInstaller] --mode unattendedNote: Running with
sudois required because the installer needs elevated permissions. You will need administrator credentials.
Cinema 4D
Windows
- Open Command Prompt as Administrator (right-click Command Prompt and select Run as Administrator).
- Note: Running without Administrator privileges will cause the installation to fail.
- Navigate to the directory containing the Cinema 4D installer executable.
-
Run the installer with the following parameters:
<Full Installer Name>.exe --mode unattended --unattendedmodeui none
To specify a custom installation location, add the --prefix parameter:
<Full Installer Name>.exe --prefix <path> --mode unattended --unattendedmodeui none
macOS
- Open or mount the
.dmgin Terminal and navigate to the mounted volume. -
Run the installer with the following parameters:
sudo <Full Installer Name>.app/Contents/MacOS/installbuilder.sh --mode unattended --unattendedmodeui noneNote: Running with
sudois required because the installer needs elevated permissions. You will need administrator credentials.
To specify a custom installation location, add the --prefix parameter:
sudo <Full Installer Name>.app/Contents/MacOS/installbuilder.sh --prefix <path> --mode unattended --unattendedmodeui none
Linux
The Cinema 4D Linux command line renderer comes as a self-extracting archive and is not dependent on a specific GNU/Linux distribution. A terminal is required for all steps below.
- Download the installation file onto the Linux machine.
-
If necessary, make the file executable:
chmod +x <filename> -
To view all available options:
./<filename> --help -
Run the installer. Cinema 4D will be installed to
/opt/maxon/cinema4dr<version>:sudo ./<filename>
Linux — Running the Command Line Renderer
The binary is located at /opt/maxon/cinema4dr<version>/bin. The same folder contains a shell script to set up the environment. Run this before using the renderer:
cd /opt/maxon/cinema4dr<version>/bin && . ./setup_c4d_env
Note: Mind the spaces around the dot (.) after && — this is required syntax for sourcing the script.
Since the bin folder is not in the standard search path, provide the full path when calling the renderer:
/opt/maxon/cinema4dr<version>/bin/Commandline -render <c4d.file>
Linux — Uninstalling
To uninstall, remove the installation directory:
cd /opt/maxon && rm -rf cinema4dr<version>
Redshift
Scripted (but not fully silent) installation can be achieved on Windows using the "zero-install" zip and custom scripts. The exact steps will vary depending on which host application(s) you are targeting.
Finding the Zero Install Package
Zero Install ZIP packages are published alongside each Redshift release on the Redshift forums. Because new versions are released regularly, use the steps below to locate the version you want to install/deploy.
- Open the Redshift forums categories page:
https://redshift.maxon.net/categories
Log in if prompted. - Locate the New Version Announcements section that corresponds to the version you want.
For example, for current builds select: New Version Announcements (2025+ Builds) - Inside that category, find and open the post for the specific version you want to install.
For example: Version 2026.3.1 is now available - Scroll down within the post to the Download Links section. Under Windows, click the zero-install zip package to download it.
- Unzip the package to the desired installation location. The default location is
C:\ProgramData\Redshift.
If you use a custom location, additional environment variables must be set. See the Custom Install Locations documentation for details.
Screenshots — Where to find the Zero Install package
Step 1 — Redshift forums categories page
Look for the New Version Announcements sections listed near the top on https://redshift.maxon.net
Step 2 — Inside a New Version Announcements category
Each post corresponds to an individual Redshift release.
Step 3 — Download Links section inside a release post
Scroll down to Download Links. The zero-install zip package is listed under Windows.
Installing the Zero Install Package for Each DCC
Once you have downloaded and unzipped the Zero Install package, use the steps below to configure it for your target DCC application(s).
Cinema 4D Plugin
Note: The account running install_c4d.bat requires write permissions to the destination directory. You may need to run as Administrator.
cd C:\ProgramData\Redshift\Plugins\C4D
install_c4d.bat R26 "C:\Program Files\MAXON\Cinema 4D R26\plugins"
Adjust the version and path as needed for your Cinema 4D installation.
Houdini Plugin
Modify your houdini.env file to include the following (adjust paths if Redshift is installed in a non-default location):
HOUDINI_DSO_ERROR = 2
PATH = "C:/ProgramData/Redshift/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/${HOUDINI_VERSION};&"
Maya Plugin
Use a Maya module file to configure Maya to find Redshift and its dependencies. An example module file for Maya 2020 (redshift4maya.mod) is available — edit the paths if you use a non-default install location.
Note: If you use a module file, remove any existing Redshift-related entries from your Maya.env file.
3ds Max Plugin
The commands below assume Redshift is installed in the default directory and you are targeting 3ds Max 2021. Adjust paths as needed.
xcopy "C:\ProgramData\Redshift\bin\*" "C:\Program Files\Autodesk\3ds Max 2021" /e /h /f /y
xcopy "C:\ProgramData\Redshift\Plugins\3dsMax\Qt\*" "C:\Program Files\Autodesk\3ds Max 2021" /e /h /f /y
xcopy "C:\ProgramData\Redshift\Plugins\3dsMax\scripts" "C:\Program Files\Autodesk\3ds Max 2021\scripts" /e /h /f /y
copy C:\ProgramData\Redshift\Plugins\3dsMax\2021\nt-x86-64\redshift4max.dlr "C:\Program Files\Autodesk\3ds Max 2021\plugins\"
ZBrush
Note: Silent installation (or uninstallation) will only install the ZBrush client.
Passing Parameters
Options can be passed directly to the installer running in unattended mode using the following syntax:
--param1 value1
Using a Response File
For testing or automation, you can pass a response file containing predefined settings using the --optionfile switch:
--optionfile /path/to/options.ini
The response file uses INI-style format:
installdir=/opt/mycustominstall
port=80
param1=value1
Mac Notes
- The executable to run on macOS is
installbuilder.sh, located inside the installer bundle at/Contents/MacOS/. - If not run as superuser (
sudo) or root, the logged-in user will be prompted for administrator credentials via a GUI dialog. - To list all available installer options, run:
./installbuilder.sh --help -
When entering the command manually in Terminal, you must
cdinto the installer directory first — providing the full path directly does not work:cd /Volumes/ZBrush\ 4R7\ P2\ FL\ Installer/ZBrush\ 4R7\ P3\ Installer\ OSX\ FL.app/Contents/MacOS/ sudo ./installbuilder.sh --helpNote: When running as root from a shell script or non-interactive context, the full path does work correctly.
For additional information on silent installation for ZBrush, see:
If you run into any issues with silent installation, please submit a support ticket, and our team will be happy to help.
Comments
0 comments
Article is closed for comments.