Maxon App
Windows
- Download Maxon App installer for Windows.
- 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.
- In the Command Prompt, go to the directory containing the Maxon App installer executable.
- 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 1
to 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.
- Setting
Mac
- Download Maxon App installer for Mac.
- Right click the Maxon App Installer.app in the Maxon App Installer GUI and select Show Package Contents.
- Navigate to the /Contents/MacOS/ folder in the Finder window that opens up to see the installbuilder.sh
- Open a Terminal window and drag the installbuilder.sh into the terminal window.
- 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 1
to skip installation of Maxon App GUI. - Add
--do_not_execute_maxonapp 1
to skip executing Maxon App's GUI, even if it's installed.
- Setting
Offline Installation Instructions
- From a machine with internet access, download the required WebView2 component here.
- Copy the downloaded installer to the target machine(s).
- Run the WebView2 installer on the target machine(s).
- Remove “net.maxon.neutrino.mswebview.installer” zip file from the packages folder
- 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.
- Download the standalone installers here.
- Extract the installation files to a local drive.
- 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
- Open a Terminal window (macOS) or Command Prompt (Windows)
- Navigate to the directory containing the installation script
- Windows: Installer x.xx\Scripts
- Mac: Installer x.xx.app/Contents/Scripts
- Run bash install.sh (macOS) or install.bat (Windows)
- Navigate to the directory containing the installation script
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
- Download the "zero-install" zip, e.g. https://installer.maxon.net/installer/rs/redshift_v3.5.14_932d252e.zip
Page: https://redshift.maxon.net/topic/46489/version-3-5-14-is-now-available-2023-03
Unzip the zero-install zip package to the location where you want the core to be installed. Default location is C:\ProgramData\Redshift. Using any other location will require additional environment variables to be set, see https://help.maxon.net/r3d/cinema/en-us/index.html#html/Custom+Install+Locations.html?TocPath=Installation%257C_____5
- Download the "zero-install" zip, e.g. https://installer.maxon.net/installer/rs/redshift_v3.5.14_932d252e.zip
- 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};&"
- HOUDINI_DSO_ERROR = 2
- The houdini.env file will need to be modified to include the following (with appropriate changes for the RS install location):
- 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\"
- Note that the commands below assume Redshift is in the default install directory. It also assumes you're installing for 3ds Max 2021.
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.
- redshift4maya.mod372 Bytes
Comments
0 comments
Article is closed for comments.