A Comma Incorrectly Appears as a Delimiter Under [IEHardening] in the OPK Readme File (817447)



The information in this article applies to:

  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, Enterprise Edition

SUMMARY

The Windows Server 2003 OEM Preinstallation Kit (OPK) contains a documentation error in the Readme.txt file. This error occurs in the section that describes the Microsoft Internet Explorer Hardening feature in Windows Server 2003.

MORE INFORMATION

In the Readme.txt file of the OPK, the following section incorrectly displays a comma as the delimiter between TrustedSites and LocalIntranetSites:

[IEHardening]
TrustedSites = URL[,URL]...
LocalIntranetSites = URL[,URL]...

A semicolon character is the correct delimiter between TrustedSites entries and LocalIntranetSites entries. The following section correctly displays the semicolon as a delimiter for these sections:

[IEHardening]
TrustedSites = URL[;URL]...
LocalIntranetSites = URL[;URL]...


Modification Type:MajorLast Reviewed:10/30/2003
Keywords:kbbug KB817447