BUG

ArcGIS Engine Developer Guide Chapter 5 typo

Last Published: April 25, 2020

Description

In Chapter 5 of the ArcGIS Engine Developer Guide, a ? symbol is incorrectly used in the code samples to determine if the Java or .NET installation feature is not present on the machine.

Cause

A ? symbol was submitted in place of the correct symbol.

Workaround

The following samples illustrate how to correctly determine, within the application's setup program, if the ArcGIS Engine Java or .NET installation features are not present on the user's machine.

  • The correct sample code to determine if the .NET feature is NOT installed is as follows:

    On NT:
    "DotNetRuntime"="|ArcEngine"

    On Windows 2000 and Windows XP:
    The | symbol is replaced with a square symbol.

  • The correct sample code to determine if the Java feature is not installed is as follows:

    On Windows NT:
    "JavaRuntime"="|ArcEngine"

    On Windows 2000 and Windows XP:
    The | symbol is replaced with a square symbol.

Article ID:000006994

Software:
  • ArcGIS Engine 9 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic