home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / toys / HTMLdrv.exe / HTML.INF < prev    next >
INI File  |  1996-01-15  |  1KB  |  74 lines

  1. ; HTML.INF
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider=Microsoft
  7.  
  8. [ClassInstall]
  9. AddReg=ClassReg
  10.  
  11. [ClassReg]
  12. HKR,,,,Printer
  13. HKR,,Installer,,MSPRINT.DLL
  14. HKR,,Icon,,-4
  15.  
  16.  
  17. ;
  18. ; The Manufacturer section lists all of the manufacturers that we will
  19. ; display in the Dialog box
  20.  
  21. [Manufacturer]
  22. "Microsoft"
  23.  
  24. [Microsoft]
  25. "Microsoft HTML Driver"       = HTML.DRV,HTML
  26.  
  27. ;
  28. ; Installer Sections
  29. ;
  30. ; These sections control file installation, and reference all files that
  31. ; need to be copied. If the section name will be assumed to be the driver
  32. ; file, unless there is an explicit DriverFile section listed.
  33. ;
  34.  
  35.  
  36. [HTML.DRV]
  37. VendorSetup="vsetup.dll,VsetupInstall"
  38. CopyFiles=@HTML.DRV,UNIDRV
  39. DriverFile=HTML.DRV
  40.  
  41. ;
  42. ; Registry section 
  43. ;
  44.  
  45. ; Copy Sections
  46. ;
  47. ; Lists of files that are actually copied. These sections are referenced
  48. ; from the installer sections, above. Only create a section if it contains
  49. ; two or more files (if we only copy a single file, identify it in the
  50. ; installer section, using the @filename notation)
  51. ;
  52.  
  53.  
  54. [UNIDRV]
  55. HTML.DRV
  56. VSETUP.DLL
  57. STUSJPEG.DLL
  58. HTML.HLP
  59. ;
  60. ; All files go to the same destination, so this is easy.
  61. ;
  62.  
  63. [DestinationDirs]
  64. DefaultDestDir=11
  65.  
  66. [SourceDisksNames]
  67. 100="Microsoft HTML Driver Install Disk", Disk1, 0100
  68.  
  69. [SourceDisksFiles]
  70. HTML.DRV=100
  71. VSETUP.DLL=100
  72. STUSJPEG.DLL=100
  73. HTML.HLP=100
  74.