next up previous contents
Next: 15.2 Renaming the WinDriver Up: 15. Driver Installation - Previous: 15. Driver Installation -   Contents

Subsections


15.1 INF Files - Windows 98/Me/2000/XP/Server 2003/Vista

Device information (INF) files are text files that provide information used by the Plug-and-Play mechanism in Windows 98/Me/2000/XP/Server 2003/Vista to install software that supports a given hardware device. INF files are required for hardware that identifies itself, such as USB and PCI. An INF file includes all necessary information about a device and the files to be installed. When hardware manufacturers introduce new products, they must create INF files to explicitly define the resources and files required for each class of device.

In some cases, the INF file for your specific device is supplied by the operating system. In other cases, you will need to create an INF file for your device. WinDriver's DriverWizard can generate a specific INF file for your device. The INF file is used to notify the operating system that WinDriver now handles the selected device.

You can use the DriverWizard to generate the INF file on the development machine - as explained in section 4.2 of the manual - and then install the INF file on any machine to which you distribute the driver, as explained in the following sections.


15.1.1 Why Should I Create an INF File?


15.1.2 How Do I Install an INF File When No Driver Exists?

****************************************************************************************
  NOTE
  You must have administrative privileges in order to install an INF file on Windows 98/Me/2000/XP/Server 2003/Vista.
****************************************************************************************


15.1.3 How Do I Replace an Existing Driver Using the INF File?

****************************************************************************************
  NOTE
  You must have administrative privileges in order to replace a driver on Windows 98/Me/2000/XP/Server 2003/Vista.
****************************************************************************************

  1. On Windows 2000, if you wish to upgrade the driver for PCI/PCMCIA devices that have been registered to work with earlier versions of WinDriver, we recommend that you first delete from Windows INF directory (%windir%$\backslash$inf) any previous INF files for the device, to prevent Windows from installing an old INF file in place of the new file that you created. Look for files containing your device's vendor and device IDs and delete them.

  2. Install your INF file:


next up previous contents
Next: 15.2 Renaming the WinDriver Up: 15. Driver Installation - Previous: 15. Driver Installation -   Contents