Microsoft Mathematics Silent Install (How-To Guide)

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)

  1. Navigate to: Microsoft Mathematics 4.0 x86
  2. Download the MSetup_x86.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: MSetup_x86.exe /C /T:C:\Downloads\MSetup_x86
  6. Navigate to the C:\Downloads\MSetup_x86 folder
  7. Enter the following command: setup.exe /silent
  8. 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)

  1. Navigate to: Microsoft Mathematics 4.0 x64
  2. Download the MSetup_x64.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: MSetup_x64.exe /C /T:C:\Downloads\MSetup_x64
  6. Navigate to the C:\Downloads\MSetup_x64 folder
  7. Enter the following command: setup.exe /silent
  8. 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)

  1. Navigate to: Microsoft Mathematics 4.0 x86
  2. Download the MSetup_x86.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: MSetup_x86.exe /C /T:C:\Downloads\MSetup_x86
  6. Navigate to the C:\Downloads\MSetup_x86 folder
  7. 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)

  1. Navigate to: Microsoft Mathematics 4.0 x64
  2. Download the MSetup_x64.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: MSetup_x64.exe /C /T:C:\Downloads\MSetup_x64
  6. Navigate to the C:\Downloads\MSetup_x64 folder
  7. 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.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. 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.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts