Installing ArcIMS silently

ArcIMS can be installed without a user interface by running the setup using Windows Installer command line parameters.

 

Requirements

Windows Installer version 2.0  must be installed and running on your machine prior to running the ArcIMS setup silently. The Windows installer, version 2.0 can be installed from <ArcIMS Installation CD>\instmsiw.exe

 

A silent installation does not check for system requirements, you must verify that you meet system requirements for the features you are installing. See Step 1: Verify system requirements for more information.

 

How to perform a typical installation of ArcIMS silently

Run this command from the command line:

Msiexec /i <setup location>\setup.msi /qb

 

Additional command line parameters available:

InstallDir=<installation directory if you do not want to use the default of C:\Program Files\Arcgis>

/qn can be used instead of /qb if you do not want any installation progress dialogs to be displayed.

 

For example:

Msiexec /i \\machinename\arcims\setup.msi /qn InstallDir=C:\ArcIMS

 

 

How to perform a complete installation of ArcIMS silently

Run this command from the command line:

Msiexec /i <setup location>\setup.msi /qb ADDLOCAL=All

 

Additional command line parameters available:

InstallDir=<installation directory if you do not want to use the default of C:\Program Files\Arcgis>

/qn can be used instead of /qb if you do not want any installation progress dialogs to be displayed.

 

For example:

Msiexec /i \\machinename\arcims\setup.msi /qb ADDLOCAL=All InstallDir=C:\ArcIMS

 

How to perform a custom installation of ArcIMS silently

Run this command from the command line:

Msiexec /i <setup location>\setup.msi /qb ADDLOCAL=<feature1>,<feature2>,....

 

Specify installation features:

 

ADDLOCAL feature

Feature parent

Installation feature

description

.NET_Link

 

.Net Link Runtime and Developer Help

.Net Link Runtime and Developer Help

.NET_Link_Sample

Samples

.Net Link Runtime Samples

.Net Link Runtime Samples

ActiveX_Applications

Samples

ActiveX Applications

ActiveX Connector samples and templates for application development.

ActiveX_Connector

Application Server Connectors

ActiveX Connector

The ActiveX Connector enables custom ASP applications to communicate with the Application Server.

Application_Server

 

Application Server

The ArcIMS Application Server handles requests and tracks which ArcIMS services are running ArcIMS Spatial Server.

Application_Server_Connectors

 

Application Server Connectors

The ArcIMS Application Server Connectors connect the Web server to the ArcIMS Application Server

ArcMap_Server

Spatial Server

ArcMap Server

ArcIMS ArcMap Server serves ArcGIS ArcMap authored maps via an ArcIMS Web site.

ArcMap_Server_Sample

Samples

ArcMap Server Sample

ArcMap Server sample.

ColdFusion_Applications

Samples

ColdFusion Applications

ColdFusion Applications.

ColdFusion_Connector

Application Server Connectors

ColdFusion Connector

The ColdFusion Connector enables ColdFusion applications to communicate with the Application Server.

Docs

 

Docs

Install guide (and license agreement).

Gazetteer_Data

Metadata Explorer

Gazetteer Data

The Gazetteer extends Metadata Explorer to provide place name search capability. The Gazetteer data files are used to export the data into an ArcSDE database.

HTML_and_Java_Viewers

Samples

HTML and Java Viewers

HTML and Java Viewers

Java_and_JSP_Applications

Samples

Java and JSP Applications

Java and JSP Applications

Java_Connector

Application Server Connector

Java Connector

The Java Connector communicates with the Application Server via a Java or JSP client application.

Manager

 

Manager

Includes ArcIMS Manager and Manager Applications (Author, Administrator and Designer).

Metadata_Explorer

 

Metadata

The collection of Metadata Explorer features.

Metadata_Explorer_App

Metadata

Metadata Explorer Application

Metadata Explorer is a Web application that allows searching and browsing the contents of a Metadata Service.

Metadata_Explorer_Sample

Samples

Metadata Explorer Sample

Web browser based tool for searching and browsing an ArcIMS Metadata Service.

Samples

 

Samples

Sample implementations of different connectors amd viewers that can be used as a framework for customizing ArcIMS generated Web sites.

SDE_Administrator

 

ArcSDE Services Monitor

Allows SDE instances to be administered through ArcIMS (this feature should be installed on the ArcSDE Server machine).

Servlet_Connector

Application Server Connectors

Servlet Connector

The default connector used with ArcIMS. It communicates directly with the Application Server using ArcXML.

SerConverter

 

Site Information Converter

The Site Information Converter can be used to convert existing ArcIMS 3.1 Site Information for use with ArcIMS 9.0.

Spatial_Server

 

Spatial Server

Spatial Server processes requests for maps and related information and serves the data to the client.

Tutorial_Data

 

Tutorial Data

Installs sample data that is used in the Quick Start Tutorial.

Z3950_Connector

Metadata

Z39.50 Connector

Support that allows a Metadata Service to respond to Z39.50 clients.

 

 

Additional command line parameters available:

InstallDir=<installation directory if you do not want to use the default of C:\Program Files\Arcgis>

/qn can be used instead of /qb if you do not want any installation progress dialogs to be displayed.

 

 For example:

Msiexec /i \\machinename\arcims\setup.msi /qb ADDLOCAL=Spatial_Server InstallDir=C:\ArcIMS

 

Tip

  • All relevant files will also be installed with the specified feature

  • Names of features are case sensitive.

 

How to perform an uninstall of ArcIMS silently

Run this command from the command line:

Msiexec /x{F04DC097-19C0-42FE-AB0B-D4A1CFFD184D} /qb