Installing ESRI Nautical Solution Silently

You can install ESRI Nautical Solution without a user interface by running the msiexec command. ESRI Nautical Solution requires ESRI Production Mapping. You must install ESRI Production Mapping first.

Steps

  1. Open a command prompt.
  2. Enter the following command:
    msiexec /i <Path to installer> INSTALLDIR=<install directory> /<Method>
NoteNote:

If you are installing on Windows 7, Windows Vista, or Windows Server 2008, you must have elevated privileges.

NoteNote:

You must install ESRI Production Mapping before you install ESRI Nautical Solution.

If you require Digital Nautical Chart (DNC) to Vector Product Format (VPF) export, you must follow the steps outlined in Installing PLTS Nautical Solution Workstation. There is no silent installation for PLTS Nautical Solution Workstation.

The following are explanations of the parameters in the command:

Parameter

Description

Path to installer

The path to the setup.msi file.

INSTALLDIR (optional)

An optional parameter that can be used to define a custom installation location.

The default value is:

  • Production Mapping%System Drive%\Program Files\ESRIProductionMapping\Desktop10.0
  • Nautical Solution%System Drive%\Program Files\ESRINautical\Desktop10.0

Method

There are three different method switches you can use:

  • /qb, which provides a basic UI with a progress bar and error handling
  • /qr, which provides a reduced UI
  • /qn, which provides no interface at all
NoteNote:

Only one method can be used at a time.

The following is an example of a client installation where an administrative installation exists on a server (\\machinename):

msiexec /i \\machinename\Nautical\Setup\setup.msi /qb

9/15/2010