Graphing Calculator 3D Silent Install (How-To Guide)

Graphing Calculator 3D is a powerful software for visualizing math equations and scatter points. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Graphing Calculator 3D from the command line using both the EXE & MSI installers.

How to Install Graphing Calculator 3D Silently

Graphing Calculator 3D Silent Install (EXE)

  1. Navigate to: https://www.runiter.com/app/gc3/grapher.exe
  2. Download the grapher.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:
    • grapher.exe /DIR="%ProgramFiles%\Graphing Calculator 3D" /VERYSILENT /NORESTART
  6. Press Enter

After a few moments you should see the Graphing Calculator 3D Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Graphing Calculator 3D
Vendor:Runiter Company
Architecture:x86
Installer Type:EXE
Silent Install Switch:grapher.exe /DIR="%ProgramFiles%\Graphing Calculator 3D" /VERYSILENT /NORESTART
Silent Uninstall Switch (ProgramFiles)"%ProgramFiles%\Graphing Calculator 3D\unins000.exe" /VERYSILENT /NORESTART
Silent Uninstall Switch (UserProfile)"%LocalAppData%\Graphing Calculator 3D\unins000.exe" /VERYSILENT /NORESTART
Download Link:https://www.runiter.com/app/gc3/grapher.exe

Graphing Calculator 3D Silent Install (MSI)

  1. Navigate to: https://www.runiter.com/app/gc3/grapher.msi
  2. Download the grapher.msi 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:
    • MsiExec.exe /i grapher.msi INSTALLDIR="%ProgramFiles%\Graphing Calculator 3D" /qn
  6. Press Enter

After a few moments you should see the Graphing Calculator 3D Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Graphing Calculator 3D
Vendor:Runiter Company
Architecture:x86_x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i grapher.msi INSTALLDIR="%ProgramFiles%\Graphing Calculator 3D" /qn
Silent Uninstall Switch:MsiExec.exe /x grapher.msi /qn
Repair Command:MsiExec.exe /fa grapher.msi /qn
Download Link:https://www.runiter.com/app/gc3/grapher.msi

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

Create an Installation Log File

The Graphing Calculator 3D installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.

Graphing Calculator 3D Silent Install (EXE) with Logging

grapher.exe /DIR="%ProgramFiles%\Graphing Calculator 3D" /VERYSILENT /NORESTART /LOG="%WINDIR%\Temp\GraphCalc3D-Install.log"

Graphing Calculator 3D Silent Install (MSI) with Logging

MsiExec.exe /i grapher.msi INSTALLDIR="%ProgramFiles%\Graphing Calculator 3D" /qn /L*v "%WINDIR%\Temp\GraphCalc3D-Install.log"

How to Uninstall Graphing Calculator 3D Silently

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

Graphing Calculator 3D Silent Uninstall (EXE) – Program Files

"%ProgramFiles%\Graphing Calculator 3D\unins000.exe" /VERYSILENT /NORESTART

Graphing Calculator 3D Silent Uninstall (EXE) – User Profile

"%LocalAppData%\Graphing Calculator 3D\unins000.exe" /VERYSILENT /NORESTART

Graphing Calculator 3D Silent Uninstall (MSI)

MsiExec.exe /x grapher.msi /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.