JMARS 5 Silent Install (How-To Guide)

JMARS is an acronym that stands for Java Mission-planning and Analysis for Remote Sensing.
It is a geospatial information system (GIS) developed by ASU’s Mars Space Flight Facility to provide mission planning and data-analysis tools to NASA scientists, instrument team members, students of all ages and the general public. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of JMARS 5 from the command line using the EXE installer.

How to Install JMARS 5 Silently

JMARS 5 Silent Install (EXE)

  1. Navigate to: https://jmars.asu.edu/downloads/jmars_5/jmars_public/jmars_5_public.exe
  2. Download the jmars_5_public.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: jmars_5_public.exe -q
  6. Press Enter

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

Software Title:JMARS 5
Vendor:Mars Space Flight Facility, Arizona State University
Architecture:x64
Installer Type:EXE
Silent Install Switch:jmars_5_public.exe -q
Silent Uninstall Switch:"%ProgramFiles%\JMARS 5 PUBLIC\uninstall_jmars.exe" -q
Download Link:JMARS 5 Download
PowerShell Script:JMARS 5 | PowerShell Script
Detection Script:JMARS 5 | Custom Detection Script

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download link provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Change the JMARS 5 Default Installation Directory

You can change the default installation directory by using the following command line parameters. In this example, I’m installing JMARS 5 to “C:\JMARS 5”

jmars_5_public.exe -q -dir "C:\JMARS 5"

Generate a Custom Response File for JMARS 5

  1. Navigate to: https://jmars.asu.edu/downloads/jmars_5/jmars_public/jmars_5_public.exe
  2. Download the jmars_5_public.exe to a folder created at (C:\Downloads)
  3. Right-Click the jmars_5_public.exe and select Run as Administrator
  4. Select the JMARS Destination Directory, click Next
  5. On the Welcome to the JMARS 5 PUBLIC Setup Wizard screen, click Next
  6. On the Select Start Menu Folder screen, click Next
  7. Select your Memory Allocation and Java Stack Size, then click Next
  8. Select your preferred Check for Updates frequency, then click Next
  9. Review your selections on the Installation Summary page, click Next
  10. Select your preferred options for Desktop Icon & Run JMARS 5, then click Finish
  11. Navigate to the directory where the response.varfile is located
    • (Default location is C:\Program Files\JMARS 5 PUBLIC\.install4j\response.varfile)
  12. Copy the response.varfile to C:\Downloads
  13. Uninstall JMARS 5 to test newly created response file
  14. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  15. Navigate to the C:\Downloads folder
  16. Enter the following command:
jmars_5_public.exe -q -varfile response.varfile

Disable JMARS 5 Check for Updates

  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Run the following commands once for each user:
REG ADD "HKCU\Software\ej-technologies\install4j\installations" /v "updateSchedule4674-9151-7126-6834" /t REG_SZ /d "never" /f

How to Uninstall JMARS 5 Silently

Check out the following posts for a scripted solution:

JMARS 5 Install and Uninstall (PowerShell)
JMARS 5 Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command:

JMARS 5 Silent Uninstall (EXE)

"%ProgramFiles%\JMARS 5 PUBLIC\uninstall_jmars.exe" -q

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