Silent Installation and Running Scripted Installers

Ashlee
Ashlee
  • Updated

For Maxon App versions including Maxon App 2024.1.0 and newer:

Windows:

  1. Download Maxon App installer for Windows from https://www.maxon.net/try
  2. Open command prompt, running 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

       Note: The installer will skip Maxon App launch if unattended mode UI is set to none.

You can add

--skipMaxonAppGui 1

to skip installation of Maxon App GUI if desired!

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

Mac:

  1. Download Maxon App installer for Windows from https://www.maxon.net/try
  2. Run the downloaded dmg file.
  3. Right click on the Maxon App Installer.app in the Maxon App Installer GUI and select Show Package Contents.
     

  4. Open the /Contents/MacOS/ folder in the Finder window that opens up to see the installbuilder.sh
  5. Open a terminal window and drag the installbuilder.sh into the terminal window.
  6. Use the following parameters when 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.

       Note: The installer will skip Maxon App launch if unattended mode UI is set to none.

       You can add:

--skipMaxonAppGui 1 

to skip installation of Maxon App GUI if desired!

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

For Maxon App versions prior to Maxon App 2024.1.0:

Windows:

  1. Download Maxon App installer for Windows from https://www.maxon.net/try
  2. Run the downloaded exe file and click Yes when prompted "Do you want to install Maxon App installer?"
    WinMAInstallerDialog.jpg

  3. After the GUI installer is displayed, right click on the Maxon App Installer icon in the task bar.  (Do not close the installer GUI)

    MAInstallerGUI.jpg

  4. In the pop-up menu, right click on Maxon App Installer and then select Properties.
    MAInstallerIcon.jpg

  5. Copy the location in the properties panel.
    Properties.jpg

  6. Open command prompt, running as Administrator.  Note: running command prompt without Administrator privileges will cause the install to fail.
  7. Go to the folder in step 5 in Command Prompt.  Add the scripts folder to the path.
  8. Run install.bat in the folder.  Add
    --skipMaxonAppGui 
    to skip installation of Maxon App GUI if desired. If not, leave that part out of the command.
    CommandPrompt.jpg

Note: Do not close the Maxon App Installer GUI during this process or the temporary folder will be removed.  Do the following to have the files in a permanent location and allow close of Maxon App Installer GUI.

  • Open the temporary location in Step 5 in File Explorer.
  • Create a folder in desired place.
  • Copy the packages and Scripts in temporary folder to the created folder.
  • Run the install.bat in the Scripts folder as shown in step 7 above.

Mac:

  1. Download Maxon App installer for Windows from https://www.maxon.net/try
  2. Run the downloaded dmg file.
    Screen_Shot_2022-02-15_at_11.42.46_AM.png

  3. Right click on the Maxon App Installer.app in the Maxon App Installer GUI and select Show Package Contents.
    Screen_Shot_2022-02-15_at_11.44.58_AM.png

  4. Open the scripts folder in the Finder window that opens up to see the install.sh
    Screen_Shot_2022-02-15_at_11.45.40_AM.png

  5. Open a terminal window and drag the Install.sh into the terminal window.  Add
    --skipMaxonAppGui 
    to skip installation of Maxon App GUI if desired. If not, leave that part out of the command and continue. 
    Screen_Shot_2022-02-15_at_11.47.20_AM.png

Offline Installation Instructions:

  1. From a machine with internet access, download the required WebView2 component from here: https://developer.microsoft.com/en-us/microsoft-edge/webview2/
  2. Copy the downloaded installer from that machine 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

 

Was this article helpful?

/

Comments

0 comments

Article is closed for comments.