. [install-section-name.NTx86] contains Windows 2000-specific
instructions for installing the device or set of device-compatible models on
all Windows 2000 x86-based platforms.

. [install-section-name.NT] contains Windows 2000-specific
instructions for installing the device or set of device-compatible models on
all Windows 2000 platforms. Currently,
.NT represents the same set of platforms that are defined by .ntx86.
If non-x86 platforms are supported by Windows 2000 in the future, .NT will
represent the set containing .ntx86 platforms and those new platforms.

. [install-section-name] contains Windows 9x-specific instructions.
Undecorated sections are also fallback sections for Windows 2000 platforms.
Setup uses undecorated sections on Windows 2000 if it cannot locate the
appropriate decorated sections. However, to prevent Windows 2000 sections
from being used on Windows 9x by mistake, you should decorate any Windows
2000-specific
DDInstall and related sections with the .ntx86 or .nt extensions.

=======================================================

I have one question for Windows 2000 driver for one single INF file to
install driver for XP, Vista and Windows 2000. According to the above
description, how do I specify an platform extension that is only picked up
by Windows 2000 but not XP and Vista.

Re: OS platform for Win2K only in INF file by Angie

Angie
Mon Feb 04 16:47:59 CST 2008

Sorry, I figure it out how to do it. What I need to do is to add major and
minor number in the platform extension.

"Angie" <kimojolin@yahoo.com> wrote in message
news:%2369o2G3ZIHA.4696@TK2MSFTNGP05.phx.gbl...
> . [install-section-name.NTx86] contains Windows 2000-specific
> instructions for installing the device or set of device-compatible models
> on all Windows 2000 x86-based platforms.
>
> . [install-section-name.NT] contains Windows 2000-specific
> instructions for installing the device or set of device-compatible models
> on all Windows 2000 platforms. Currently,
> .NT represents the same set of platforms that are defined by .ntx86.
> If non-x86 platforms are supported by Windows 2000 in the future, .NT will
> represent the set containing .ntx86 platforms and those new platforms.
>
> . [install-section-name] contains Windows 9x-specific instructions.
> Undecorated sections are also fallback sections for Windows 2000
> platforms. Setup uses undecorated sections on Windows 2000 if it cannot
> locate the appropriate decorated sections. However, to prevent Windows
> 2000 sections from being used on Windows 9x by mistake, you should
> decorate any Windows 2000-specific
> DDInstall and related sections with the .ntx86 or .nt extensions.
>
> =======================================================
>
> I have one question for Windows 2000 driver for one single INF file
> to install driver for XP, Vista and Windows 2000. According to the above
> description, how do I specify an platform extension that is only picked up
> by Windows 2000 but not XP and Vista.
>
>
>