driver-win.rst
changeset 642 e1732c85cd1a
parent 640 011003fc79d8
child 643 6eeff5c4e2fe
equal deleted inserted replaced
641:2edae7cd9bcd 642:e1732c85cd1a
   219  * For the drivers that have equal rank and date, Windows selects the driver that has the highest version.
   219  * For the drivers that have equal rank and date, Windows selects the driver that has the highest version.
   220  * Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver.
   220  * Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver.
   221  * Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver.
   221  * Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver.
   222 
   222 
   223   http://msdn.microsoft.com/en-us/library/ff549553.aspx
   223   http://msdn.microsoft.com/en-us/library/ff549553.aspx
       
   224 
       
   225 * Distributing a Driver Package.
       
   226 
       
   227 ** Windows Update.
       
   228 
       
   229 You can distribute a driver package through the Windows Update program if the driver package:
       
   230 
       
   231  * Passes the WHQL test program and receives a WHQL release signature.
       
   232  * Qualifies for the Windows Logo program.
       
   233  * Meets additional requirements that ensure that Windows Update can determine the correct driver
       
   234    package for the user's device, can legally distribute it, and can automatically download it.
       
   235 
       
   236   http://msdn.microsoft.com/en-us/library/ff554874.aspx