WindowsXP-SP1/mergedcomponents/setupinfs/ppa3.inx

69 lines
1.6 KiB
Plaintext

; ppa3.INF -- This file contains information to load the parallel
; port driver filter for iomega drives
;
;*** Created 3/23/98 (Creation Date)
[Version]
Signature="$WINDOWS NT$"
Class=DiskDrive
ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
Provider=%MSFT%
LayoutFile=layout.inf
; =================== Table of content =========================
[DestinationDirs]
Generic_CopyFiles=12
Ppa3_CopyFiles=12
ppa3_gendisk_copyfiles=12
[Manufacturer]
%IOMEGAMfg%=iomega_device
%GenManufacturer%=ppa3_gendisk_device
[ppa3_gendisk_copyfiles]
disk.sys
[ppa3_copyfiles]
ppa3.sys
; =================== IOMEGA ========================
[iomega_device]
%PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc%=ppa3_install,LPTENUM\IMGVP0266B
[ppa3_gendisk_device]
%ppa3_gendisk_devdesc%=ppa3_install
[ppa3_addreg]
HKR,,"LowerFilters",0x00010000, "ppa3"
[ppa3_install]
CopyFiles=ppa3_copyfiles,ppa3_gendisk_copyfiles
[ppa3_install.HW]
AddReg=ppa3_addreg
[ppa3_install.Services]
AddService = disk,2,ppa3_gendisk_ServiceInstallSection
AddService = ppa3,,ppa3_ServiceInstallSection
[ppa3_gendisk_ServiceInstallSection]
DisplayName=%ppa3_gendisk_ServiceDesc%
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\disk.sys
LoadOrderGroup = SCSI Class
[ppa3_ServiceInstallSection]
DisplayName=%ppa3_ServiceDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\ppa3.sys
LoadOrderGroup = Pnp Filter
; =================== Generic ==================================
[ControlFlags]