Scripted Install Instructions

Ashlee
Ashlee
  • Updated

Maxon App

Windows

  1. Download Maxon App installer for Windows.
  2. Run Command Prompt as Administrator (right-click Command Prompt and select Run as Administrator).
    • Note: Running command prompt without Administrator privileges will cause the install to fail.
  3. In the Command Prompt, go to the directory containing the Maxon App installer executable.
  4. Run the executable with the following parameters:
           <Full Installer Name>.exe --mode unattended --unattendedmodeui none
  • Optional parameters:
    • Setting unattendedmodeUI to none skips the Maxon App launch.
    • Add --skipMaxonAppGui 1to skip installation of Maxon App GUI.
    • Add --elevated 1 to install the license service with elevated rights. This is especially useful in large enterprise environments with stricter security enforced.
    • Add --do_not_execute_maxonapp 1 to skip executing Maxon App's GUI, even if it's installed.

Mac

  1. Download Maxon App installer for Mac.
  2. Right click the Maxon App Installer.app in the Maxon App Installer GUI and select Show Package Contents.
     
  3. Navigate to the /Contents/MacOS/ folder in the Finder window that opens up to see the installbuilder.sh
  4. Open a Terminal window and drag the installbuilder.sh into the terminal window.
  5. Add the following parameters before executing the script:
    sudo installbuilder.sh --mode unattended --unattendedmodeui none
  • Note: Running as ‘sudo’ is required as the installer needs elevated permissions to run. Using this will require the user to have administrator privileges.
  • Optional parameters:
    • Setting unattendedmodeUI to none skips the Maxon App launch.
    • Add --skipMaxonAppGui 1to skip installation of Maxon App GUI.
    • Add --do_not_execute_maxonapp 1 to skip executing Maxon App's GUI, even if it's installed.

Offline Installation Instructions

  1. From a machine with internet access, download the required WebView2 component here.
  2. Copy the downloaded installer to the target machine(s).
  3. Run the WebView2 installer on the target machine(s).
  4. Remove “net.maxon.neutrino.mswebview.installer” zip file from the packages folder
  5. Run the Maxon App installer on the target machines(s) - no Internet access should be required

Red Giant

Installers will automatically detect and install to the available host applications. If you wish to customize the installation location you must run the installer in UI mode.

  1. Download the standalone installers here.
  2. Extract the installation files to a local drive.
  3. Run the installation script.
    • The Mac installation script is located within the standard GUI installer; right-click the .app file, click “Show Package Contents”, and navigate to Contents/Scripts/install.sh
  4. Open a Terminal window (macOS) or Command Prompt (Windows)
    1. Navigate to the directory containing the installation script
      • Windows: Installer x.xx\Scripts
      • Mac: Installer x.xx.app/Contents/Scripts
    2. Run bash install.sh (macOS) or install.bat (Windows)

Cinema 4D

Instructions can be found under the "Command Line Installation for Linux" section here.

Redshift

Scripted but not fully silent installation can be achieved on Windows using the "zero-install zip" and running some custom scripts. The exact steps will depend on what host applications the customer is using.

  • Redshift Core
  • Cinema 4D
    • Note that the account running install_c4d.bat requires "write" privileges to the destination directory. You may need to run this as Administrator.
    • cd C:\ProgramData\Redshift\Plugins\C4D install_c4d.bat R26 "C:\Program Files\MAXON\Cinema 4D R26\plugins" <-- be sure to adjust based on your C4D version
  • Houdini
    • The houdini.env file will need to be modified to include the following (with appropriate changes for the RS install location):
      • HOUDINI_DSO_ERROR = 2
        PATH = "C:/ProgramData/Redshift/bin;$PATH"
        HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/${HOUDINI_VERSION};&"
  • Maya
    • We recommend using a Maya module file to configure Maya to find Redshift and its dependencies. I have attached an example module file for Maya 2020 (redshift4maya.mod). You may need to edit it if you use non-standard paths. Note that if you use a module file you should remove all Redshift-related entries from your Maya.env file if present.
  • For 3ds Max
    • Note that the commands below assume Redshift is in the default install directory. It also assumes you're installing for 3ds Max 2021.
      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

Be aware that silent installation (or uninstall) will only install the ZBrush client.

For ZBrush, it is possible to pass options to an installer running in unattended mode with syntax of:

--param1 value1

For testing or automation purposes it's usually more convenient to pass the installer a "response file" that contains predefined settings. The options file gets passed with the switch:

--optionfile

It contains an INI-style file which keys the names of the options it accepts:

installdir=/opt/mycustominstall

port=80

param1=value1

 

More information about silent installation for ZBrush may be found at http://installbuilder.bitrock.com/docs/installbuilder-userguide.html#_unattended_mode and http://blog.bitrock.com/2009/10/unattended-mode.html

Finally, some info that has been reported to us by an admin installing on Mac OS X:

• The executable that needs to be run for Mac OS X users is installbuilder.sh, found in the installer bundle in /Contents/MacOS/

• If you do not run it as superuser (sudo) or root, the logged-in user is prompted in the GUI for administrator credentials.

• The options that can be set by parameter (or by --optionfile) can be listed by running ./installbuilder.sh --help

• You would think that giving the full path to the executable would work (e.g., sudo ./Volumes/ZBrush\ 4R7\ P2\ FL\ Installer/ZBrush\ 4R7\ P3\ Installer\ OSX\ FL.app/Contents/MacOS/installbuilder.sh --help) but it does not if you are manually entering it in the Terminal. You need to cd into the directory and then run the executable from there (i.e. cd /Volumes/ZBrush\ 4R7\ P2\ FL\ Installer/ZBrush\ 4R7\ P3\ Installer\ OSX\ FL.app/Contents/MacOS/ ; sudo ./installbuilder.sh --help). Strangely enough, if you are running it as root from a shell script or other user-less context, it does seem to work.

 

 

Was this article helpful?

/

Comments

0 comments

Article is closed for comments.