Files
inno-installers/HPOfflineInstaller/drivers/hp_x32/hpmldm01.inf
cproudlock 2ed8f9da77 Track binary driver/installer payloads via Git LFS
Reverses the earlier '.gitignore + filter-repo' approach: 849 binary
files (.cab .sys .dll .inf .cat .exe .msi .msp .mst .jar .icm .chm
.jsa .prn .dl_ .da_ .ch_ .in_ .ex_ .ds_, case-insensitive) now flow
through LFS (.gitattributes), while the repo tree stays small.

Rationale: fresh clones should be buildable without out-of-band driver
fetches. LFS keeps the blobs on Gitea's LFS storage; the repo ships
pointer files (~140 bytes each).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 13:43:49 -04:00

136 lines
2.4 KiBLFS
INI

; Copyright Hewlett-Packard 2009
; Installation file for LEDM
[Version]
Signature="$Windows NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%MFGNAME%
DriverVer=08/20/2020, 1.0.0.21
CatalogFile=hpmldm01.cat
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
CoinstCopyFiles=11
VistaCoinstCopyFiles=11
[SourceDisksFiles]
hppcbulkio.sys=1
hppcgenio.sys=1
hpmldm01.dll=1
hppewnd.inf=1
[SourceDisksNames]
1=%DiskName%,,,
[DefaultInstall]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
hppcbulkio.sys,,,2
hppcgenio.sys,,,2
[DefaultInstall.Services]
AddService=HPFXBULKLEDM,2,DriverService
[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\hppcbulkio.sys
AddReg=DriverService_AddReg
[DriverService_AddReg]
HKR,,FriendlyName,,%FRIENDLYNAME%
HKR,"Parameters","MaximumTransferSize",0x10001,2048
HKR,"Parameters","DebugLevel",0x10001,2
[DefaultInstall.CoInstallers]
CopyFiles=CoinstCopyFiles
AddReg=CoinstAddReg
[CoinstCopyFiles]
hpmldm01.dll,,,2
[CoinstAddReg]
HKR,,CoInstallers32,0x00010000,"hpmldm01.dll,CoSetup"
HKLM,%HP_CURRENT_DEVICE_PATH%,"CurrentDeviceType",0x00010001,1
[DefaultInstall.NT.6.0]
CopyFiles=VistaDriverCopyFiles
CopyInf=hppewnd.inf
[VistaDriverCopyFiles]
hppcbulkio.sys,,,2
hppcgenio.sys,,,2
[DefaultInstall.NT.6.0.Services]
AddService=HPFXBULKLEDM,2,VistaDriverService
[VistaDriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\hppcbulkio.sys
AddReg=VistaDriverService_AddReg
[VistaDriverService_AddReg]
HKR,,FriendlyName,,%FRIENDLYNAME%
HKR,"Parameters","MaximumTransferSize",0x10001,2048
HKR,"Parameters","DebugLevel",0x10001,2
[DefaultInstall.NT.6.0.CoInstallers]
CopyFiles=VistaCoinstCopyFiles
AddReg=VistaCoinstAddReg
[VistaCoinstCopyFiles]
hpmldm01.dll,,,2
[VistaCoinstAddReg]
HKR,,CoInstallers32,0x00010000,"hpmldm01.dll,CoSetup"
HKLM,%HP_CURRENT_DEVICE_PATH%,"CurrentDeviceType",0x00010001,1
;[ClassInstall32]
;AddReg = HPFXBULK_AddReg
[HPFXBULK_AddReg]
HKR,,,,"HP FX Bulk"
HKR,,Icon,,"-20"
[SourceInfo]
OriginalInfSourcePath = %1%
[InstallData]
DataFileName=hpmldm01.dat
[Strings]
MFGNAME="Hewlett-Packard"
DiskName="HP Printing Software"
DESCR1="HP LEDM Driver"
FRIENDLYNAME="HP USB LEDM Bulk Driver"
HP_CURRENT_DEVICE_PATH="Software\Hewlett-Packard\HP Print Settings"