To run Corona for 3ds Max, you have to:
This page serves as a guide for installing Corona for 3ds Max. If you would like to try Corona for 3ds Max or Cinema 4D, download and run the installer.
If you are using User Account Control (UAC), a security prompt opens when launching the installer. You need to confirm that the installer can proceed. |
Trial users should refer to the Trial Installation of Corona for 3ds Max article, as the process differs from the one shown here.
Before running the installation, make sure your Windows account has administrative privileges.
Run the installer. Windows may ask you for permission to run the installer with administrator privileges. Please confirm.
|
Running the Installer
|
The Corona installer can be run with the following command line parameters:
Parameter | Description |
---|---|
-help | Displays help. |
-help=2 | Displays advanced help. |
-unpackInstall=<directory_path> | Unpacks the installation into the specified directory. |
-configFile | Specifies the path to the installation configuration file. |
-gui=0/1 | Specifies whether to use the Graphical User Interface or the command-line one. (default: 1) |
-debug=<level> | Specifies the level of debug logging used by the installer. (default: 0; assumes the value of 1 if the argument is provided with no value) |
-auto | Enables automatic installation and forces -quiet. |
-quiet=0/1 | Specifies whether the automatic installation is quiet or not. (default: 1 when -auto is present; otherwise 0) |
-backup=0/1 | Specifies whether the installer should perform a backup. (default: 1) |
-bin=<filename> | Specifies the path to the binary image containing compressed installation data to be used for the current installation run. |
-binaryOffset=<offset> | Offset in bytes of the binary image - to be used with packed installation executables. |
-fileTree=<directory_path> | Directory containing all installation files with relative paths corresponding to the ones in the installation XML to be used for the current installation run. |
-log=<filename> or -uninstall=<filename> | The filename of an install log to be used for performing the uninstallation. No uninstallApp required. |
-uninstallApp=<name_of_application> | The name of the application to be uninstalled by the installer. |
-ignoreErrors=0/1 | The installation process ignores errors during the installation and behaves as if the process completed successfully. |
Parameter | Description |
---|---|
-h or --help | Displays command-line help. |
--acceptEulaAndAutoInstall | Runs the installation in console mode with no user input. It is the same as running the typical installation option in GUI, accepting the EULA, and finishing the installation process. Important note: Currently, there is no way to specify which items should be installed during silent installation. This means that when Corona is already installed, the installer will remember the last items selected by the user (e.g. which 3ds Max versions were selected, what additional components were selected). If you uninstall Corona and run the installer in silent mode, it will use the default behavior - it will detect which versions of 3ds Max are installed and will install all additional components. |
Console mode may not work as expected when run directly from the Windows command line console. In such a case, the console will not wait for the installer to finish and will display a new prompt. It will also capture and accept user input while the installer is running and printing into the console. |