home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Magazine 1996 November
/
CDROMMagazine-No13-Novembre1996.iso
/
Share
/
Addons
/
POWERTOY
/
HTML.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1996-01-15
|
1KB
|
74 lines
; HTML.INF
[Version]
Signature="$CHICAGO$"
Class=Printer
Provider=Microsoft
[ClassInstall]
AddReg=ClassReg
[ClassReg]
HKR,,,,Printer
HKR,,Installer,,MSPRINT.DLL
HKR,,Icon,,-4
;
; The Manufacturer section lists all of the manufacturers that we will
; display in the Dialog box
[Manufacturer]
"Microsoft"
[Microsoft]
"Microsoft HTML Driver" = HTML.DRV,HTML
;
; Installer Sections
;
; These sections control file installation, and reference all files that
; need to be copied. If the section name will be assumed to be the driver
; file, unless there is an explicit DriverFile section listed.
;
[HTML.DRV]
VendorSetup="vsetup.dll,VsetupInstall"
CopyFiles=@HTML.DRV,UNIDRV
DriverFile=HTML.DRV
;
; Registry section
;
; Copy Sections
;
; Lists of files that are actually copied. These sections are referenced
; from the installer sections, above. Only create a section if it contains
; two or more files (if we only copy a single file, identify it in the
; installer section, using the @filename notation)
;
[UNIDRV]
HTML.DRV
VSETUP.DLL
STUSJPEG.DLL
HTML.HLP
;
; All files go to the same destination, so this is easy.
;
[DestinationDirs]
DefaultDestDir=11
[SourceDisksNames]
100="Microsoft HTML Driver Install Disk", Disk1, 0100
[SourceDisksFiles]
HTML.DRV=100
VSETUP.DLL=100
STUSJPEG.DLL=100
HTML.HLP=100