Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription

-uninstallApp="Chaos Corona for 3ds Max"

Runs the uninstallation for the specified application.

-log="<path>"  

Specifies the path for writing the uninstall log file.

-gui=0 

Runs the uninstaller without a GUI (silent mode).

...

Code Block
.\installer.exe -uninstallApp="Chaos Corona for 3ds Max" -log="install.log" -gui=0

...


Corona 12 and older: 

ParameterDescription
-h or --helpDisplays 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. 

...