User Prompted for Wrong Version of Windows NT CD When Installing Additional Components (232338)



The information in this article applies to:

  • Microsoft Windows NT Server 4.0 Terminal Server Edition SP4

This article was previously published under Q232338

SYMPTOMS

After you install Windows NT Server 4.0, Terminal Server Edition Service Pack 4 and then try to install DHCP, Remote Access Service, PPTP, and other components, the following Setup message may be displayed:
Please insert the disk labeled 'Windows NT Server CD-ROM' into D:
Instead, the following message should be displayed:
Please insert the disk labeled 'Windows NT Terminal Server CD-ROM' into D:

CAUSE

This problem occurs because the [Source Media Descriptions] section in the following inf files point to 1= "Windows NT Server CD-ROM", TAGFILE = cdrom_s.40

  • Oemnadma.inf
  • Oemnadtk.inf
  • Oemnadtm.inf
  • Oemnsvdh.inf
  • Oemnsvir.inf
  • Oemnsvra.inf
  • Oemnsvrp.inf
  • Oemnxpdl.inf
  • Oemnxppp.inf
  • Oemnxptc.inf
  • Oemnsvin.inf
The [Source Media Descriptions] should point to 1 = "Windows NT Terminal Server CD-ROM", TAGFILE = cdrom_ts.40

RESOLUTION

To resolve this problem, obtain the latest service pack for Windows NT Server 4.0, Terminal Server Edition. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

152734 How to Obtain the Latest Windows NT 4.0 Service Pack

WORKAROUND

To work around this problem, edit the necessary .inf files for the component you are trying to install. To do this:
  1. Start any plain text editor, such as Notepad (Notepad.exe).
  2. Open the files mentioned above, go to the [Source Media Descriptions} section, and change the following information:

    1= "Windows NT Server CD-ROM", TAGFILE = cdrom_s.40

    to

    1 = "Windows NT Terminal Server CD-ROM", TAGFILE = cdrom_ts.40

  3. Save, and then close the file.
The component can now be installed from the Windows NT Terminal Server CD-ROM.

STATUS

Microsoft has confirmed that this is a problem in Windows NT Server 4.0, Terminal Server Edition. This problem was first corrected in Windows NT Server 4.0, Terminal Server Edition, Service Pack 5.

MORE INFORMATION

If the 'Windows NT Server CD-ROM' is inserted instead of the 'Windows NT Terminal Server CD-ROM' the component may appear to be successfully installed but may not function properly or could break other components functionality.

The server is attempting to copy the appropriate files from the wrong source media.


Modification Type:MajorLast Reviewed:10/14/2002
Keywords:kbbug KB232338