How to do a Silent Install for MeasureSquare 8?
In this article, we will show you how to perform a silent installation for MeasureSquare 8.
MeasureSquare 8 can be installed silently from the command line using parameters. This method can be used to push updates to all domain users.
Step 1: Run cmd.exe as Administrator.
Step 2: Run the following command (replace the .exe filename with the installer you downloaded):
D:\Downloaded\<MeasureSquare8_installer>.exe /S /D=C:\M2Folder\
Example: D:\Downloaded\MeasureSquare8_10485.exe /S /D=C:\M2Folder\
Note:
- <MeasureSquare8_installer>.exe should be replaced with the actual .exe filename you downloaded (e.g., MeasureSquare8_10485.exe)
- /S = Silent mode (no user interaction)
- /D = Sets the installation directory
- Ensure the correct installer .exe is selected before running the command
These parameters are case sensitive
For silent uninstallation: C:\Program Files (x86)\Measure Square Corp\MeasureSquare.net\Uninstall MeasureSquare.exe /S