For Maxon App versions including Maxon App 2024.1.0 and newer:
Windows:
- Download Maxon App installer for Windows from https://www.maxon.net/try
- Open command prompt, running 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
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:
- Download Maxon App installer for Windows from https://www.maxon.net/try
- Run the downloaded dmg file.
- Right click on the Maxon App Installer.app in the Maxon App Installer GUI and select Show Package Contents.
- Open 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.
- 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:
- Download Maxon App installer for Windows from https://www.maxon.net/try
- Run the downloaded exe file and click Yes when prompted "Do you want to install Maxon App installer?"
- After the GUI installer is displayed, right click on the Maxon App Installer icon in the task bar. (Do not close the installer GUI)
- In the pop-up menu, right click on Maxon App Installer and then select Properties.
- Copy the location in the properties panel.
- Open command prompt, running as Administrator. Note: running command prompt without Administrator privileges will cause the install to fail.
- Go to the folder in step 5 in Command Prompt. Add the scripts folder to the path.
- 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.
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:
- Download Maxon App installer for Windows from https://www.maxon.net/try
- Run the downloaded dmg file.
- Right click on the Maxon App Installer.app in the Maxon App Installer GUI and select Show Package Contents.
- Open the scripts folder in the Finder window that opens up to see the install.sh
- 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.
Offline Installation Instructions:
- From a machine with internet access, download the required WebView2 component from here: https://developer.microsoft.com/en-us/microsoft-edge/webview2/
- Copy the downloaded installer from that machine 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
Comments
0 comments
Article is closed for comments.