Schools may need to install the PointSolutions Desktop application unattended or on a network. While not supported, the .exe CAN be pushed out with command line options to install it silently.
The EXE is a wrapper for the MSI and supports additional features.
installer.exe /S /v"/qn /norestart"
Use the /v
command for passing msiexec options to the MSI installer.
====================================================================
The command for With "Add-in Always Loaded" option enabled is shown below.
installer.exe /S /v"/qn /norestart LAUNCHADDIN=2 LAUNCHTPC=0"