How do I perform a silent install of Cinema 4D?

Ron
Ron
  • Updated

 

  • Open a Command Prompt as Administrator (Right-click on Command Prompt and select ‘Run As Administrator’). This is required as the installer needs elevated permissions to run. In the Command Prompt, navigate to the directory containing the Cinema 4D installer executable.

    Silent install:

    <Full Installer Name>.exe --mode unattended --unattendedmodeui none

    Silent install to a custom location:

    <Full Installer Name>.exe --prefix <path> --mode unattended --unattendedmodeui none

    Install with prompts:

    <Full Installer Name>.exe --mode unattended

  • Open or mount the .dmg in a terminal and navigate to the mounted .dmg volume.

    Note: Running as ‘sudo’ is required as the installer needs elevated permissions to run. Using this will require the user to have administrator privileges.

    Silent install:

    sudo <Full Installer Name>. app/Contents/MacOS/installbuilder.sh --mode unattended --unattendedmodeui none

    Silent install to a custom location:

    sudo <Full Installer Name>.app/Contents/MacOS/installbuilder.sh --prefix <path> --mode unattended --unattendedmodeui none

    Install with prompts:

    sudo <Full Installer Name>. app/Contents/MacOS/installbuilder.sh --mode unattended

Was this article helpful?

/

Comments

0 comments

Article is closed for comments.