ArcIMS can be installed without a user interface by running the setup using Windows Installer command line parameters.
Windows Installer version 3.1 must be installed and running on your machine prior to running the ArcIMS setup silently. The Windows installer, version 3.1 can be installed from <ArcIMS Installation media>\instmsiw3.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.
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
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
Run this command from the command line:
msiexec /i <setup location>\setup.msi /qb ADDLOCAL=<feature1>,<feature2>,....
Specify installation features:
ADDLOCAL feature |
Installation feature |
description |
ActiveX_Applications |
ActiveX Applications |
ActiveX Connector samples and templates for application development. |
ActiveX_Connector |
ActiveX Connector |
The ActiveX Connector enables custom ASP applications to communicate with the Application Server. |
Administration_Tools |
Map Creation and Administration |
Tools for authoring map configuration files, administering an ArcIMS site, and designing Web applications. |
Administrator |
Administrator |
A standalone application for managing ArcIMS services and servers. |
Application_Server |
Application Server |
The ArcIMS Application Server handles requests and tracks which ArcIMS services are running ArcIMS Spatial Server. |
ArcMap_Server |
ArcMap Server |
ArcIMS ArcMap Server serves ArcGIS ArcMap authored maps via an ArcIMS Web site. |
ArcMap_Server_Sample |
ArcMap Server Sample |
An ArcMap map file (mxd) that can be used for testing ArcMap Server. |
Author |
Author |
Allows you to create map configuration files for adding data layers and setting symbology. |
ColdFusion_Applications |
ColdFusion Applications |
ColdFusion Connector samples for application development. |
ColdFusion_Connector |
ColdFusion Connector |
The ColdFusion Connector enables ColdFusion applications to communicate with the Application Server. |
CSW_Connector |
CSW Connector |
CSW Connector provides an OGC Catalogue Services 2.0 interface to ArcIMS Metadata Services. |
Designer |
Designer |
A wizard driven application for creating HTML, Java Custom Viewers, and Java Standard Viewers. |
Developer_Solutions |
Developer Solutions |
ArcIMS offers several developer frameworks for creating Web applications. |
Docs |
Docs
|
Install guide (and license agreement). |
Gazetteer |
Gazetteer |
Provides scripts that load gazetteer places with ArcSDE. Use a Gazetteer Metadata Service with Metadata Explorer to search by place name. |
Help |
Help |
Installs all of the ArcIMS Help on this machine. |
HTML_and_Java_Viewers |
HTML and Java Viewers |
A series of samples based on the HTML and Java Custom Viewers. |
Metadata_Service_Samples |
Metadata Service Samples |
Samples files and data to support applications that use Metadata Services. |
Metadata_Solutions |
Metadata Solutions |
Applications and connectors to support metadata services. |
OAI_CLIENT |
OAI-PMH Client |
An application that can be used to harvest information provided by other Internet sites that support the OAI-PMH protocol into one Metadata Service. |
OAI_CONNECTOR |
OAI-PMH Connector |
OAI connector allows another catalog to harvest the contents of a Metadata Service using Open Archives Initiative (OAI) - Protocol for Metadata Harvesting (PMH) requests. |
OGC_Interoperability |
OGC Interoperability |
Connectors that support the Open Geospatial Consortium, Inc. (OGC) specifications and standards. |
Samples |
Samples |
Provides sample implementations of connectors and viewers. |
SDE_Administrator |
ArcSDE Services Monitor |
Allows SDE instances to be administered through ArcIMS (this feature should be installed on the ArcSDE Server machine). |
Server_Components |
Server Components |
Components that make up a standard ArcIMS site. |
Service_Administrator |
Service Administrator |
A Web application for managing ArcIMS services and servers. |
Servlet_Connector |
Servlet Connector |
The default connector used with ArcIMS. It communicates directly with the Application Server using ArcXML. |
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. |
WFS_Connector |
WFS Connector |
WFS connector provides an OGC standard Web Feature Service interface to ArcIMS Feature Services, a Web application for configuration and administration. |
WMS_Connector |
WMS Connector |
WMS connector provides an OGC standard Web Map Service interface to data served by Image and ArcMap Image Services, a Web application for configuration and administration. |
Z3950_Connector |
Z39.50 Connector |
Provides an ANSI Z39.50-1995/GEO Profile standard interface to ArcIMS Metadata Services. |
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
|
Run this command from the command line:
Msiexec /x {AF3EB55C-DC39-4770-9F0F-077B65C94CB7} /qb