Examples/PrintDriverDatabase.xml

<!--
  Sample print driver configuration database
 
  The <driver> element contains two mandatory attributes:
    name: The name of the print driver.
    infPath: The relative path to the .inf file. The path is relative to the $DriversRoot property of the cPrintDriverUpdater resource.
 
  It may contain an optional attribute:
    regFilePath: The fully qualified path to a .reg file. If specified then the .reg file is imported to Widnows registry right after installing the print driver.
-->
<PrintDrivers>
  <driver name="XeroxColorQube_PCL6_x64" infPath="XeroxColorQube9300_6.159.10.0_PCL6_x64\XeroxColorQube9300_PCL6.inf"/>
  <driver name="XeroxColorQube_PCL6_x86" infPath="XeroxColorQube9300_6.159.10.0_PCL6_x86\XeroxColorQube9300_PCL6.inf"/>
  <driver name="HP_UPD_PCL6_x64" infPath="upd-pcl6-x64-6.2.1.20636\hpcu186u.inf"/>
  <driver name="HP_UPD_PCL6_x86" infPath="upd-pcl6-x32-6.2.1.20636\hpcu186c.inf"/>
</PrintDrivers>