Roadmap for Device and Driver Installation (Windows Server 2003, Windows XP, and Windows 2000)

Figure of a compass, a map, and a finger pointing at the map

To install a device and driver in Windows Server 2003, Windows XP or Windows 2000, follow these steps:

  • Step 1: Learn the fundamentals of device and driver installation in Windows.

    You must understand the fundamentals of device and driver installation in the Windows family of operating systems. This will help you to make appropriate design decisions and will allow you to streamline your development process. For more information, see Overview of Device and Driver Installations.

  • Step 2: Learn about driver packages and their components.

    A driver package consists of all the components that you must supply to install your device and support it under Windows.

    To install a device or a driver, you must have system-supplied and vendor-supplied components. The system provides generic installation software for all device classes. Vendors must supply one or more device-specific components within the driver package.

    For more information, see Driver Packages.

  • Step 3: Learn about information (INF) files.

    An INF file contains the information and device settings which the system-provided device installation components use to install your driver package, such as the driver for the device and any device-specific applications.

    For more information, see INF Files.

  • Step 4: Learn about additional software installation components.

    Your driver package can include various software components, such as a co-installer or class installer, that can enhance and extend device and driver installations. For example, a co-installer can do the following:

    • Perform additional device installation tasks that the INF file cannot handle. For example, a co-installer could write additional device-specific information to the registry.
    • Provide finish-install Wizard pages to display additional wizard pages to the user after your device is installed.

    For more information, see Device and Driver Installation Software.

  • Step 5: Create a driver package for your device and drivers.

    Your driver package must provide an INF file, the device's driver files, as well as optionally provide additional software components. You may refer to the sample Toaster driver package to determine which components are needed for your driver package.

    For more information about the components of a driver package, see Creating a Driver Package.

    For more information about driver packages, see the Toaster Sample.

  • Step 6: Release-sign your driver package for distribution.

    After you have tested and verified your driver package, you should release-sign the driver package. Release-signing identifies the publisher of a driver package. While this step is optional, driver packages should be released-signed for the following reasons:

    • Ensure the authenticity, integrity, and reliability of driver packages. Windows uses digital signatures to verify the identity of the publisher and to verify that the driver has not been altered since it was published.
    • Provide the best user experience by facilitating automatic driver installation.

    Driver packages are release-signed through either:

    For more information, see Signing Drivers for Public Release (Windows Server 2003, Windows XP, and Windows 2000).

  • Step 7: Distribute your driver package.

    The final step is to distribute the driver package. If your driver package meets the quality standards that are defined in the HCK, you can distribute it through Microsoft Windows Update program. For more information, see Distributing a Driver Package.

These are the basic steps. Additional steps might be necessary based on the installation needs of your individual device and driver.

 

 

Send comments about this topic to Microsoft