BUG: Information in SQL Server Books Online Topic "Creating a Setup File Manually" Incorrect (317436)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q317436
BUG #: 356630 (SHILOH_BUGS)

SYMPTOMS

There are documentation inconsistencies in the "Creating a Setup File Manually" topic of SQL Server 2000 Books Online. Refer to the "More Information" section of this article for details.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

The SQL Server 2000 Books Online topic "Creating a Setup File Manually" has the following documentation inconsistencies, which may lead to problems during an unattended setup if you manually create the setup file:

  1. In the [DlgOrder] section of the topic, the following dialog names are incorrect:

    EntryValueDescription
    Dlg5CDKEYDialog-0Next dialog box
    Dlg12DlgServerNetwork-0Next dialog box


    • CDKEYDialog-0 should be DlgCDKey-0.
    • DlgServerNetwork-0 is correct but in the details section this dialog name is specified as [SdServerNetwork-0], which is incorrect.

  2. In the details section that follows the [DLGOrder] section, [SdServerNetwork-0] is incorrect. It should be [DlgServerNetwork-0] instead of [SdServerNetwork-0]. In the same section, the NetworkLibs value for TCP/IP only is incorrect. It should be 240 (0xF0) instead of 245. Refer to the "Setup Initialization File Details" topic in SQL Server Books Online for bitmap details.

Modification Type:MajorLast Reviewed:10/3/2003
Keywords:kbbug kbpending KB317436