Installing the ArcGIS Web Adaptor (IIS) silently

The ArcGIS Web Adaptor (IIS) can be installed by running the setup using Windows Installer command line parameters.

NoteNote:

Installing SP1? For more information, see Installing Service Pack 1 (SP1) for the ArcGIS Web Adaptor (IIS).

Requirements

NoteNote:

After the ArcGIS Web Adaptor (IIS) has been installed, it must be configured. For more information, see Configuring the Web Adaptor after installation.

Command line parameters for specifying the website and name for the ArcGIS Web Adaptor (IIS)

The following command lines are used for configuring IIS. If these command line parameters are not invoked during a silent installation, the Web Adaptor web application is created under the default website with the default name of arcgis.

The WEBSITE_ID parameter is used to specify the website where the Web Adaptor web application will be created. The value for WEBSITE_ID is a number specific to each website on your server and assigned by IIS. The IDs for the websites on your server can be found in IIS Manager. The default website has a website ID of 1. This command line parameter is required when multiple websites exist. By default, the WEBSITE_ID parameter is set to the default website (even if multiple websites exist). The parameter WEBSITE_ID is case sensitive.

This command line parameter is optional. By default, the VDIRNAME property is set to arcgis. If you do not invoke the VDIRNAME parameter in your command line, the Web Adaptor is created as arcgis. The VDIRNAME parameter is case sensitive. The Web Adaptor name cannot contain spaces.

For example: <path to ArcGIS Web Adaptor (IIS) setup download>\setup.exe /qb VDIRNAME=arcgis_external WEBSITE_ID=4059640

Other command line parameters

The cross-domain policy files feature is not installed by default. To install the feature, you must add an additional parameter to your installation command line. The command line parameter below installs the cross-domain policy files feature silently.

For example: <path to ArcGIS Web Adaptor (IIS) setup download>\setup.exe /qb ADDLOCAL=ALL VDIRNAME=arcgis_external WEBSITE_ID=4059640

If the ADDLOCAL command line parameter is not invoked, the cross-domain policy files feature is not installed. The ADDLOCAL command line parameter is case sensitive.

Uninstalling the ArcGIS Web Adaptor (IIS) silently

To uninstall the ArcGIS 10.1 SP1 Web Adaptor (IIS) silently, run this command from the command line:

msiexec /x {0EAADB27-2BD7-4ED5-92E2-532F775BCCED} /qb

To uninstall the ArcGIS 10.1 Web Adaptor (IIS) silently, run this command from the command line:

msiexec /x {11CCA428-4679-4D79-ADC0-A13F43290ACF} /qb

Uninstalling additional ArcGIS Web Adaptors (IIS) silently

To uninstall additional Web Adaptors silently, replace the above product code with the product code of the Web Adaptor to be uninstalled. Product codes for the ArcGIS Web Adaptor (IIS) are listed below. The product codes are listed in the same order as the Web Adaptors installed on your system; for example, the first Web Adaptor created is the first product code listed below.

ArcGIS 10.1 SP1 Web Adaptor (IIS) product codes

  • {D52794EA-CFED-4A35-AD48-D7B70362872E}
  • {FC0598F8-DFF8-4324-9E88-8EABB2D9B855}
  • {53D94675-CA80-4333-9FFF-BA9DF7AAAB01}
  • {1B4C6478-0E9B-4781-AADE-EECE7923BE02}
  • {2FAC39EB-E9F1-478F-BB9A-46D77920FE90}
  • {9892BC97-25CC-47F8-BA52-AE616DF07393}
  • {B34156D4-6941-4DCD-BF16-BA9FA11673FD}
  • {4512A442-2FB4-48E7-927A-49874DB5C57B}
  • {CF5D211A-6637-4B65-8E0A-B152888A4ECB}
  • {8353ED1D-4DFC-4FCE-B3B8-2668009D653A}

ArcGIS 10.1 Web Adaptor (IIS) product codes

  • {F2D4A6C5-E11F-4FEF-A240-5F2BA22F6418}
  • {DF32A6BA-A260-4BCD-B59A-4CEB4173B2D8}
  • {0CF52969-7F17-4F85-82FF-C658F3DC5F6E}
  • {8E4D5C3B-B54C-4CC5-9A5F-3EC0C6BF64F0}
  • {0329B7AD-D457-42F2-B97E-BBAE26D54329}
  • {38A627D7-01C7-4E3F-945D-3CD4CDF14BE5}
  • {635C3AE6-F3F1-434D-B1E7-B12CE91AD83F}
  • {39BE94C5-8146-4560-A54E-859979624ACF}
  • {1506767A-988E-44EB-A733-E5B8BFFBE81E}
  • {BFA02DB7-9E55-4179-88AC-D2C1B9802096}
9/6/2013