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.