Files
inno-installers/HPOfflineInstaller/drivers/hp_x32/hpmldm01.inf
cproudlock 28541cd3ed Initial commit: Inno Setup installer packages
Installer packages for GE manufacturing tools:
- BlueSSOFix: Blue SSO authentication fix
- HIDCardPrinter: HID card printer setup
- HPOfflineInstaller: HP printer offline installer
- MappedDrive: Network drive mapping
- PrinterInstaller: General printer installer
- ShopfloorConnect: Shopfloor connectivity tool
- XeroxOfflineInstaller: Xerox printer offline installer

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:15:54 -05:00

136 lines
2.4 KiB
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"