NaviModel Viewer Silent Install (How-To Guide)

NaviModel Viewer offers a user-friendly interface for visualizing any type of laser or sonar XYZ data. With its powerful features, users can easily explore and navigate data, customize visualization settings, and create fly-through videos of 3D models. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of NaviModel Viewer from the command line using the EXE installer.

How to Install NaviModel Viewer Silently

NaviModel Viewer Silent Install (EXE)

  1. Navigate to: https://download.eiva.com/DownloadFiles/NaviModelViewer.exe
  2. Download the NaviModelViewer.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: NaviModelViewer.exe /S
  6. Press Enter

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

Software Title:NaviModel Viewer
Vendor:EIVA
Architecture:x64
Installer Type:EXE
Silent Install Switch:NaviModelViewer.exe /S
Silent Uninstall Switch:"C:\EIVA\NaviModel Viewer\uninstall.exe" /S
Download Link:NaviModel Viewer Download
PowerShell Script:NaviModel Viewer | PowerShell Script
Detection Script:NaviModel Viewer | Custom Detection Script

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

Change the NaviModel Viewer Default Installation Directory

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

NaviModelViewer.exe /S /D=C:\NaviModel Viewer

How to Uninstall NaviModel Viewer Silently

Check out the following posts for a scripted solution:

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

NaviModel Viewer Silent Uninstall (EXE)

"C:\EIVA\NaviModel Viewer\uninstall.exe" /S

WibuKey Setup (WibuKey Remove) Silent Uninstall

"C:\Program Files (x86)\WIBUKEY\Setup\Setup64.exe" /RS:{00060000-0000-1004-8002-0000C06B5161}

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.