home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / tema / fax / download / ventafax5 / vfvh5519i.exe / RCDATA / CABINET / Vf_nt.inf < prev    next >
Windows Setup INFormation  |  2003-05-23  |  4KB  |  146 lines

  1. ;
  2. ; VentaFax.inf for NT 4.0.
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%VA%
  8. LayoutFile=layout.inf
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11.  
  12. [ClassInstall]
  13. AddReg=ClassAddReg
  14. DelReg=ClassDelReg
  15.  
  16. [ClassDelReg]
  17. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  18.  
  19. [ClassAddReg]
  20. HKR,,,,%CLASSNAME%
  21. HKR,,Installer,,MSPRINT.DLL
  22. HKR,,Icon,,-4
  23. HKR,,NoDisplayClass,,1
  24.  
  25. [Environment]
  26. UpdateInis=Environment_Ini
  27. AddReg=Environment_Reg
  28.  
  29. [Environment_Ini]
  30. win.ini,Ports,"LPT1.DOS=",
  31. win.ini,Ports,"LPT2.DOS=",
  32. win.ini,Ports,"LPT3.DOS=",
  33. win.ini,Ports,"LPT1.OS2=",
  34. win.ini,Ports,"LPT2.OS2=",
  35. win.ini,Ports,"LPT3.OS2=",
  36. win.ini,windows,"Spooler=",
  37. win.ini,windows,"DosPrint=",
  38. win.ini,windows,"DeviceNotSelectedTimeout=",
  39. win.ini,windows,"TransmissionRetryTimeout=",
  40.  
  41. [Environment_Reg]
  42. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  43. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  44. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  45. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  46. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  47. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  48. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  49.  
  50. ;
  51. ; Manufacturer Sections
  52. ;
  53. ; This section lists all of the manufacturers that we will
  54. ; display in the Dialog box.
  55. ;
  56. [Manufacturer]
  57. "!OEM"
  58.  
  59. ;
  60. ; Model Sections
  61. ;
  62. ; These sections correspond with an entry listed in the
  63. ; [Manufacturer] section above. The models will be displayed in the order
  64. ; that they appear here.
  65. ;
  66. [!OEM]
  67. "VentaFax"              = VNTMINI.DLL
  68.  
  69. ;
  70. ; Installer Sections
  71. ;
  72. ; These sections control file installation, and reference all files that
  73. ; need to be copied. The section name will be assumed to be the driver data
  74. ; file, unless there is an explicit DataFile section listed.
  75. ;
  76. ; Also note the ".NT" or ".WIN" notation. This is done to allow for a single INF to
  77. ; work on Win9x and WinNT. When this format is used, the DataFile must be declared explicitly.
  78. ; Win95 does not support this notation, so the old format is used.
  79. ; See the latest WinNT DDK for more info.
  80. ;
  81.  
  82. [VNTMINI.DLL]
  83. CopyFiles=@VNTMINI.DLL,RASDD
  84. DataSection=RASDD_DATA
  85.  
  86. ; Copy Sections
  87. ;
  88. ; Lists of files that are actually copied. These sections are referenced
  89. ; from the installer sections above. Only create a section if it contains
  90. ; two or more files (if we only copy a single file, identify it in the
  91. ; installer section, using the @filename notation) or if it's a color
  92. ; profile (since the DestinationDirs can only handle sections, and not
  93. ; individual files).
  94. ;
  95. [RASDD]
  96. RASDD.DLL
  97. RASDDUI.DLL
  98. RASDDUI.HLP
  99.  
  100. ;
  101. ; Data Sections
  102. ;
  103. ; These sections contain data that is shared between devices.
  104. ;
  105.  
  106. [RASDD_DATA]
  107. DriverFile=RASDD.DLL
  108. ConfigFile=RASDDUI.DLL
  109. HelpFile=RASDDUI.HLP
  110.  
  111. ;
  112. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  113. ; (depending on which environment drivers are getting installed)
  114. ;
  115.  
  116. [DestinationDirs]
  117. DefaultDestDir=66000
  118.  
  119. ;
  120. ; diskid = description,tagfile,unused,subdir
  121. ;
  122. [SourceDisksNames]
  123. 4 = %Floppy%,,,""
  124. 2 = "Windows NT CD-ROM",,, \i386
  125.  
  126. ;
  127. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  128. ; extra fields are nt-specific
  129. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  130. ;
  131. [SourceDisksFiles]
  132. VNTMINI.DLL = 4
  133. RASDD.DLL  = 2
  134. RASDDUI.DLL = 2
  135. RASDDUI.HLP = 2
  136.  
  137. ;
  138. ; Localizable Strings
  139. ;
  140. [Strings]
  141. MS="Microsoft"
  142. VA="Venta Association"
  143. Floppy="OEM Printer Disk"
  144. CLASSNAME="Printer"
  145.  
  146.