Microsoft Mathematics provides a graphing calculator that plots in 2D and 3D, step-by-step equation solving, and useful tools to help students with math and science studies. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Microsoft Mathematics from the command line using both the EXE & MSI installers.
How to Install Microsoft Mathematics Silently
Microsoft Mathematics 4.0 (32-bit) Silent Install (EXE)
- Navigate to: Microsoft Mathematics 4.0 x86
- Download the MSetup_x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: MSetup_x86.exe /C /T:C:\Downloads\MSetup_x86
- Navigate to the C:\Downloads\MSetup_x86 folder
- Enter the following command: setup.exe /silent
- Press Enter
After a few moments you should see the Microsoft Mathematics shortcut in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft Mathematics 4.0 |
Vendor: | Microsoft Corporation |
Version: | 4.0 |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | setup.exe /silent |
Silent Uninstall Switch: | MsiExec.exe /x {4D090F70-6F08-4B60-9357-A1DFD4458F09} /qn |
Download Link: | Microsoft Mathematics 4.0 x86 |
PowerShell Script: | https://silentinstallhq.com/microsoft-mathematics-install-and-uninstall-powershell/ |
Microsoft Mathematics 4.0 (64-bit) Silent Install (EXE)
- Navigate to: Microsoft Mathematics 4.0 x64
- Download the MSetup_x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: MSetup_x64.exe /C /T:C:\Downloads\MSetup_x64
- Navigate to the C:\Downloads\MSetup_x64 folder
- Enter the following command: setup.exe /silent
- Press Enter
After a few moments you should see the Microsoft Mathematics shortcut in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft Mathematics 4.0 |
Vendor: | Microsoft Corporation |
Version: | 4.0 |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | setup.exe /silent |
Silent Uninstall Switch: | MsiExec.exe /x {E57B7E0A-8BE5-42E2-BE60-C07ED680A063} /qn |
Download Link: | Microsoft Mathematics 4.0 x64 |
PowerShell Script: | https://silentinstallhq.com/microsoft-mathematics-install-and-uninstall-powershell/ |
Microsoft Mathematics 4.0 (32-bit) Silent Install (MSI)
- Navigate to: Microsoft Mathematics 4.0 x86
- Download the MSetup_x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: MSetup_x86.exe /C /T:C:\Downloads\MSetup_x86
- Navigate to the C:\Downloads\MSetup_x86 folder
- Enter the following commands:
vcredist_x86.exe /q |
MsiExec.exe /i MSMath_x86.msi FROMSETUP=1 ALREADYRUNNING=0 DOTNET35=1 SXSOFF=0 /qn |
After a few moments you should see the Microsoft Mathematics shortcut in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft Mathematics 4.0 |
Vendor: | Microsoft Corporation |
Version: | 4.0 |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch (Step 1) | vcredist_x86.exe /q |
Silent Install Switch (Step 2) | MsiExec.exe /i MSMath_x86.msi FROMSETUP=1 ALREADYRUNNING=0 DOTNET35=1 SXSOFF=0 /qn |
Silent Uninstall Switch: | MsiExec.exe /x {4D090F70-6F08-4B60-9357-A1DFD4458F09} /qn |
Download Link: | Microsoft Mathematics 4.0 x86 |
PowerShell Script: | https://silentinstallhq.com/microsoft-mathematics-install-and-uninstall-powershell/ |
Microsoft Mathematics 4.0 (64-bit) Silent Install (MSI)
- Navigate to: Microsoft Mathematics 4.0 x64
- Download the MSetup_x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: MSetup_x64.exe /C /T:C:\Downloads\MSetup_x64
- Navigate to the C:\Downloads\MSetup_x64 folder
- Enter the following commands:
vcredist_x64.exe /q |
MsiExec.exe /i MSMath_x64.msi FROMSETUP=1 ALREADYRUNNING=0 DOTNET35=1 SXSOFF=0 /qn |
After a few moments you should see the Microsoft Mathematics shortcut in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft Mathematics 4.0 |
Vendor: | Microsoft Corporation |
Version: | 4.0 |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch (Step 1) | vcredist_x64.exe /q |
Silent Install Switch (Step 2) | MsiExec.exe /i MSMath_x64.msi FROMSETUP=1 ALREADYRUNNING=0 DOTNET35=1 SXSOFF=0 /qn |
Silent Uninstall Switch: | MsiExec.exe /x {E57B7E0A-8BE5-42E2-BE60-C07ED680A063} /qn |
Download Link: | Microsoft Mathematics 4.0 x64 |
PowerShell Script: | https://silentinstallhq.com/microsoft-mathematics-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Accept End User License Agreement (EULA)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Run the following command once for each user
REG ADD "HKCU\Software\Microsoft\Mathematics\Standalone\4.0" /v MsltAccepted /t REG_DWORD /d 1 /f |
How to Uninstall Microsoft Mathematics Silently
Check out the Microsoft Mathematics Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Microsoft Mathematics 4.0 (32-bit) Silent Uninstall
MsiExec.exe /x {4D090F70-6F08-4B60-9357-A1DFD4458F09} /qn |
Microsoft Mathematics 4.0 (64-bit) Silent Uninstall
MsiExec.exe /x {E57B7E0A-8BE5-42E2-BE60-C07ED680A063} /qn |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.