Fork PrinterInstaller as PrinterInstallerMap (map UI variant)
Edge policy now blocks .bat downloads and unsigned .exe runs, breaking the printerinstallermap.asp -> installprinter.asp -> .bat -> EXE flow. This fork replaces the web map with an in-installer wizard page so the operator never touches the browser. Same drivers, same install logic, same /PRINTER= silent path. Initial commit is a stub: full copy of PrinterInstaller/ with .iss header rewritten for a distinct AppId, AppName, and OutputBaseFilename so the two installers can coexist on the same PC. Map page itself is not yet implemented; tracked work is listed in PrinterInstallerMap/README.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZid412.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZid412.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZipr12.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZipr12.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZisc12.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZisc12.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZius12.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/HPZius12.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/difxapi.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/difxapi.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/hppldcoi.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Drivers/Dot4/AMD64/winxp/hppldcoi.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Install.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Install.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/Install.exe
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/Install.exe
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbcfgre.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbcfgre.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200l.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200l.cat
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200l.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200l.inf
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200le.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200le.cat
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200le.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio200le.inf
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio32.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio32.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio64.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuio64.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuiocert.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuiocert.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuiodm64.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpbuiodm64.dll
LFS
Normal file
Binary file not shown.
11496
PrinterInstallerMap/drivers/hp_x64/hpcpu355.cfg
Normal file
11496
PrinterInstallerMap/drivers/hp_x64/hpcpu355.cfg
Normal file
File diff suppressed because it is too large
Load Diff
185
PrinterInstallerMap/drivers/hp_x64/hpcu355sSPS.xml
Normal file
185
PrinterInstallerMap/drivers/hp_x64/hpcu355sSPS.xml
Normal file
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<DataMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\..\..\src\DataModel\DataMap.xsd">
|
||||
<!--Version 3.18 -->
|
||||
|
||||
<OIDDataMap>
|
||||
<StaticDataItem Name="Protocol">OID</StaticDataItem>
|
||||
<DataItem Prefix="cfg" Name="MODEL_NAME" OID="1.3.6.1.2.1.25.3.2.1.3.1"/>
|
||||
<!-- The above OID Should not be changed. Else printer installation fails. CreateAndBindToPrinterPort depends on this -->
|
||||
<DataItem Name="SerialNumber" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.1.3.3.0"/> <!-- not Responding -->
|
||||
|
||||
<DataItem Name="prtMediaPathType2" OID="1.3.6.1.2.1.43.13.4.1.9.1.2"/> <!-- Responding -->
|
||||
<DataItem Name="prtInputName1" OID="1.3.6.1.2.1.43.8.2.1.13.1.1"/> <!-- Responding -->
|
||||
<DataItem Name="prtInputType1" OID="1.3.6.1.2.1.43.8.2.1.15.1.1"> <!-- Responding -->
|
||||
<Conversion Contains="Samsung Internal Input Tray" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Dual Cassete Feeder" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Multi Purpose Tray" Value="4"/>
|
||||
</DataItem>
|
||||
<DataItem Name="prtInputMaxCapacity1" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtInputName2" OID="1.3.6.1.2.1.43.8.2.1.13.1.2"/> <!-- Responding -->
|
||||
<DataItem Name="prtInputType2" OID="1.3.6.1.2.1.43.8.2.1.15.1.2"> <!-- Responding -->
|
||||
<Conversion Contains="Samsung Internal Input Tray" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Dual Cassete Feeder" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Multi Purpose Tray" Value="4"/>
|
||||
</DataItem>
|
||||
<DataItem Name="prtInputMaxCapacity2" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtInputName3" OID="1.3.6.1.2.1.43.8.2.1.13.1.3"/>
|
||||
<DataItem Name="prtInputType3" OID="1.3.6.1.2.1.43.8.2.1.15.1.3">
|
||||
<Conversion Contains="Samsung Internal Input Tray" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Dual Cassete Feeder" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Multi Purpose Tray" Value="4"/>
|
||||
</DataItem>
|
||||
<DataItem Name="prtInputMaxCapacity3" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtInputName4" OID="1.3.6.1.2.1.43.8.2.1.13.1.4"/> <!-- Responding -->
|
||||
<DataItem Name="prtInputType4" OID="1.3.6.1.2.1.43.8.2.1.15.1.4"> <!-- Responding -->
|
||||
<Conversion Contains="Samsung Internal Input Tray" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Dual Cassete Feeder" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Multi Purpose Tray" Value="4"/>
|
||||
</DataItem>
|
||||
<DataItem Name="prtInputMaxCapacity4" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtInputName5" OID="1.3.6.1.2.1.43.8.2.1.13.1.5"/> <!-- Responding -->
|
||||
<DataItem Name="prtInputType5" OID="1.3.6.1.2.1.43.8.2.1.15.1.5"> <!-- Responding -->
|
||||
<Conversion Contains="Samsung Internal Input Tray" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Dual Cassete Feeder" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Multi Purpose Tray" Value="4"/>
|
||||
</DataItem>
|
||||
<DataItem Name="prtInputMaxCapacity5" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtInputName6" OID="1.3.6.1.2.1.43.8.2.1.13.1.6"/> <!-- Responding -->
|
||||
<DataItem Name="prtInputType6" OID="1.3.6.1.2.1.43.8.2.1.15.1.6"> <!-- Responding -->
|
||||
<Conversion Contains="Samsung Internal Input Tray" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Dual Cassete Feeder" Value="4"/>
|
||||
<Conversion Contains="Samsung Internal Multi Purpose Tray" Value="4"/>
|
||||
</DataItem>
|
||||
<DataItem Name="prtInputMaxCapacity6" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtMarkerColorantMarkerIndex1" OID="1.3.6.1.2.1.43.10.2.1.6.1.1"/> <!-- Responding -->
|
||||
<DataItem Name="prtMediaPathMaxSpeed" OID="1.3.6.1.2.1.43.13.4.1.4.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="hrDiskStorageMedia2" OID="1.3.6.1.2.1.25.2.3.1.3.2"> <!-- Responding -->
|
||||
<Conversion Contains="HDD" Value="Installed" />
|
||||
</DataItem>
|
||||
|
||||
<DataItem Name="hrMemorySize" OID="1.3.6.1.2.1.25.2.2.0"/> <!-- Responding -->
|
||||
<DataItem Name="PQ_DRAFT_RESOLUTION" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.46.1.1.0"/> <!-- not Responding -->
|
||||
|
||||
<DataItem Name="PQ_BEST_RESOLUTION" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.3.3.1.46.3.1.0"/> <!-- not Responding -->
|
||||
|
||||
<DataItem Name="TRAY1-INSTALLED" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.16.0"/> <!-- not Responding -->
|
||||
<DataItem Name="TRAY1-MEDIA-SIZE-LOADED" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.1.0"/> <!-- not Responding -->
|
||||
<DataItem Name="TRAY1-MEDIA-VENDOR" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.14.0"/> <!-- Responding -->
|
||||
<DataItem Name="TRAY1-MEDIA-NAME" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.1.4.0"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="PCL-VERSION" OID="1.3.6.1.2.1.43.15.1.1.2.1">
|
||||
<Conversion Contains="5.00" Value="Version 5.00"/>
|
||||
<Conversion Contains="default" Value="Version 5.0"/>
|
||||
</DataItem>
|
||||
|
||||
<DataItem Name="PS-VERSION" OID="1.3.6.1.2.1.43.15.1.1.5.1">
|
||||
<Conversion Contains="3010.107" Value="Version 3010.107"/>
|
||||
<Conversion Contains="default" Value="Version 3010.107"/>
|
||||
</DataItem>
|
||||
|
||||
<DataItem Name="PCLXL-VERSION" OID="1.3.6.1.2.1.43.15.1.1.3.1">
|
||||
<Conversion Contains="3.0" Value="Version 3.0"/>
|
||||
<Conversion Contains="default" Value="Version 3.0"/>
|
||||
</DataItem>
|
||||
|
||||
<DataItem Name="TRAY2-INSTALLED" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.3.3.2.16.0"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="MEDIA-NAMES-AVAILABLE" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.8.1.1.0"/> <!-- not Responding -->
|
||||
|
||||
<DataItem Name="prtInputModel1" OID="1.3.6.1.2.1.43.8.2.1.15.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="prtInputMaxCapacity1" OID="1.3.6.1.2.1.43.8.2.1.9.1.1"/> <!-- Responding -->
|
||||
|
||||
<DataItem Name="DEFAULT-DUPLEX-MODE" OID="1.3.6.1.4.1.11.2.3.9.4.2.1.4.1.1.4.0"/> <!-- not Responding -->
|
||||
|
||||
<StaticDataItem Name="c-fold-maxset">3</StaticDataItem>
|
||||
<StaticDataItem Name="v-fold-maxset">5</StaticDataItem>
|
||||
|
||||
<!-- Duplex Unit -->
|
||||
<DataItem Name="DuplexUnit_Installed" OID="1.3.6.1.2.1.43.13.4.1.9.1.2">
|
||||
<Conversion Contains="4" Value="Installed" />
|
||||
<Conversion Contains="3" Value="Installed" />
|
||||
<Conversion Contains="default" Value="Not-Installed" />
|
||||
</DataItem>
|
||||
|
||||
<DataItem Name="SPS_InnerBin" OID="1.3.6.1.2.1.43.9.2.1.12.1.1">
|
||||
<!-- Responding, but not installed so response is different at this moment -->
|
||||
<Conversion Contains="Output Inner Tray" Value="Installed" />
|
||||
<Conversion Contains="Inner bin" Value="Installed" />
|
||||
</DataItem>
|
||||
|
||||
<!--
|
||||
IF = Inner Finisher
|
||||
SF = Standard Finisher
|
||||
BF = Booklet Finisher
|
||||
1B = 1-Bin Finisher
|
||||
2B = 2-Bin Finisher
|
||||
1S = 1-staple
|
||||
2S = 2-staple
|
||||
EU = 2-3-holes
|
||||
US = 2-4-holes
|
||||
SW = SW-4-holes
|
||||
BM = Booklet Maker
|
||||
CF = C-Fold Unit
|
||||
VF = V-Fold Unit
|
||||
4B = MailBox
|
||||
-->
|
||||
|
||||
<DataItem Name="SPS_Finisher" OID="1.3.6.1.2.1.43.30.1.1.10.1.1">
|
||||
<!-- Responding -->
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin EU punch, straight, offset), 500 pages capacity" Value="IF_2S_EU"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin US punch, straight, offset), 500 pages capacity" Value="IF_2S_US"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin SW punch, straight, offset), 500 pages capacity" Value="IF_2S_SW"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin, straight, offset), 500 pages capacity" Value="IF_2S"/>
|
||||
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin EU punch, straight, offset), 3K capacity" Value="SF_2S_EU"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin US punch, straight, offset), 3K capacity" Value="SF_2S_US"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin SW punch, straight, offset), 3K capacity" Value="SF_2S_SW"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin, straight, offset), 3K capacity" Value="SF_2S"/>
|
||||
|
||||
<Conversion Equals="Output Tray Stacker subunit (3 bin EU punch, Booklet, straight, offset), 2K capacity" Value="BF_2S_BM_CF_VF_EU"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (3 bin US punch, Booklet, straight, offset), 2K capacity" Value="BF_2S_BM_CF_VF_US"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (3 bin Swedish punch, Booklet, straight, offset), 2K capacity" Value="BF_2S_BM_CF_VF_SW"/>
|
||||
<Conversion Equals="Output Tray Stacker subunit (3 bin, Booklet, straight, offset), 2K capacity" Value="BF_2S_BM_CF_VF"/>
|
||||
|
||||
<Conversion Equals="Output Tray Stacker subunit (straight, offset)" Value="1B_1S"/>
|
||||
<Conversion Equals="Output Tray Stapler subunit (single, slanted)" Value="1B_1S"/>
|
||||
|
||||
<Conversion Equals="Output Tray Stacker subunit (2 bin, straight, offset)" Value="2B_1S"/>
|
||||
<Conversion Equals="Output Tray Stapler subunit (2 bin, single, slanted)" Value="2B_1S"/>
|
||||
|
||||
<Conversion Equals="Output Tray Mail Box" Value="4B"/>
|
||||
</DataItem>
|
||||
|
||||
<DataItem Name="SPS_MailBox" OID="1.3.6.1.2.1.43.30.1.1.10.1.2">
|
||||
<Conversion Contains="Output Tray Mail Box" Value="4B"/>
|
||||
</DataItem>
|
||||
|
||||
<!-- NextDataItem => this is not possible.
|
||||
<NextDataItem Name="MailBox" OID="1.3.6.1.2.1.43.30.1.1.10.1" Count="2">
|
||||
<Conversion Value="4-Bin(??)" Contains="Output Tray Mail Box"/>
|
||||
</NextDataItem>
|
||||
-->
|
||||
|
||||
<!-- Optional Tray -->
|
||||
<!-- current UDM doesn't work okay without Count attribute -->
|
||||
<!--
|
||||
<NextDataItem Name="InputTray" OID="1.3.6.1.2.1.43.8.2.1.13.1" Count="6">
|
||||
<Conversion Contains="Tray 1" Value="Tray1_Installed" />
|
||||
<Conversion Contains="MP Tray" Value="MPTray_Installed" />
|
||||
<Conversion Contains="Tray 2" Value="Tray2_Installed" />
|
||||
<Conversion Contains="Tray 3" Value="Tray3_Installed" />
|
||||
<Conversion Contains="Tray 4" Value="Tray4_Installed" />
|
||||
<Conversion Contains="Tray 5" Value="Tray5_Installed" />
|
||||
</NextDataItem> -->
|
||||
|
||||
</OIDDataMap>
|
||||
|
||||
</DataMaps>
|
||||
BIN
PrinterInstallerMap/drivers/hp_x64/hpcu355v.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpcu355v.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpcu355v.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpcu355v.cat
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpcu355v.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpcu355v.inf
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpfx64bulk.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpfx64bulk.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpfx64gen.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpfx64gen.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpmews02.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmews02.cat
LFS
Normal file
Binary file not shown.
38
PrinterInstallerMap/drivers/hp_x64/hpmews02.dat
Normal file
38
PrinterInstallerMap/drivers/hp_x64/hpmews02.dat
Normal file
@@ -0,0 +1,38 @@
|
||||
[General]
|
||||
Version = 1.0
|
||||
RegKey = Software\Hewlett-Packard\PNP\LJP2015
|
||||
Execute = ExeSec
|
||||
APP =AppSection
|
||||
UpdateFiles = UpdateFilesSection
|
||||
CDGUID = {BE4CEA63-8351-4A12-9E3A-556F8B76683A}
|
||||
DIVISION=hpp
|
||||
LAST_IO_REVISION=12
|
||||
|
||||
;[UpdateFilesSection]
|
||||
;1=hpptpml2.dll
|
||||
;2=hpgwiamd.dll
|
||||
;3=hpgtpusd.dll
|
||||
|
||||
[AppSection]
|
||||
FileName = setup\pnplaunch.exe
|
||||
TagFile = hppapr04.dat
|
||||
Params = pnplaunch.ini
|
||||
|
||||
[ExeSec]
|
||||
FileName = hpzsetup.exe
|
||||
TagFile = hppapr04.dat
|
||||
RunLineKey = HP LJP2015 Install
|
||||
2KPassThroughName = hpbvspst.exe
|
||||
|
||||
[INFList.2]
|
||||
hppcp604=
|
||||
hppaew04=
|
||||
hppcp504=
|
||||
hppcps04=
|
||||
|
||||
[INFList.x64]
|
||||
hppdp604=
|
||||
hppaew04=
|
||||
hppdp504=
|
||||
hppdps04=
|
||||
|
||||
BIN
PrinterInstallerMap/drivers/hp_x64/hpmews02.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmews02.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpmews02.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmews02.inf
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpmldm02.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmldm02.cat
LFS
Normal file
Binary file not shown.
39
PrinterInstallerMap/drivers/hp_x64/hpmldm02.dat
Normal file
39
PrinterInstallerMap/drivers/hp_x64/hpmldm02.dat
Normal file
@@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Version = 1.0
|
||||
RegKey = Software\Hewlett-Packard\PNP\CLJCM1312
|
||||
Execute = ExeSec
|
||||
APP =AppSection
|
||||
UpdateFiles = UpdateFilesSection
|
||||
CDGuid={8EEDB90E-6ABC-42bb-AD4C-39DEE05E3EEA}
|
||||
Division=hpp
|
||||
LAST_IO_REVISION=12
|
||||
|
||||
;[UpdateFilesSection]
|
||||
;1=hpptpml2.dll
|
||||
;2=hpgwiamd.dll
|
||||
;3=hpgtpusd.dll
|
||||
|
||||
[AppSection]
|
||||
FileName = setup\pnplaunch.exe
|
||||
TagFile = hppapr11.dat
|
||||
Params = pnplaunch.ini
|
||||
|
||||
[ExeSec]
|
||||
FileName = hpzstub.exe
|
||||
TagFile = hppapr11.dat
|
||||
RunLineKey = HP CLJCM Install
|
||||
2KPassThroughName = hpbvspst.exe
|
||||
|
||||
[INFList.2]
|
||||
hppcp611=
|
||||
hppaew11=
|
||||
hppcps11=
|
||||
hppasc11=
|
||||
hppafx11=
|
||||
|
||||
[INFList.x64]
|
||||
hppdp611=
|
||||
hppaew11=
|
||||
hppdps11=
|
||||
hppasc11=
|
||||
hppafx11=
|
||||
BIN
PrinterInstallerMap/drivers/hp_x64/hpmldm02.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmldm02.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hpmldm02.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmldm02.inf
LFS
Normal file
Binary file not shown.
23
PrinterInstallerMap/drivers/hp_x64/hpmprein.config
Normal file
23
PrinterInstallerMap/drivers/hp_x64/hpmprein.config
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<settings>
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;600;">hpcu355d.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;600_64;">hpcu355v.inf</stage_inf_file>
|
||||
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;600;">hpmews01.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;600_64;">hpmews02.inf</stage_inf_file>
|
||||
<stage_inf_file>hppfaxnd.inf</stage_inf_file>
|
||||
<stage_inf_file>hppscnd.inf</stage_inf_file>
|
||||
<stage_inf_file>hppewnd.inf</stage_inf_file>
|
||||
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;">hpzius13.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;">hpzid413.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;">hpzipr13.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;">hpzipa13.inf</stage_inf_file>
|
||||
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;">hpzius23.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;">hpzipr23.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;">hpzipa23.inf</stage_inf_file>
|
||||
|
||||
<stage_inf_file SUPPORTEDOS="600;600_64;">hpzid4vp.inf</stage_inf_file>
|
||||
|
||||
</settings>
|
||||
BIN
PrinterInstallerMap/drivers/hp_x64/hpmprein.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hpmprein.dll
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppdbulkio.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppdbulkio.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppdgenio.sys
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppdgenio.sys
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppewnd.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppewnd.cat
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppewnd.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppewnd.inf
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppfaxnd.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppfaxnd.cat
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppfaxnd.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppfaxnd.inf
LFS
Normal file
Binary file not shown.
89
PrinterInstallerMap/drivers/hp_x64/hppldcoi.config
Normal file
89
PrinterInstallerMap/drivers/hp_x64/hppldcoi.config
Normal file
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- ENABLE INF PRELOAD
|
||||
Usage:
|
||||
Stage_inf_file is the node specifying inf the coinstaller should preload. Create one element per inf to preload.
|
||||
|
||||
This element can OPTIONALLY specify attributes that can be either of the following:
|
||||
SUPPORTEDOS: A list of ";" separated OSes that this inf needs to be preloaded on. If this is an empty string or is not present it means this infs has to be preloaded on all OSes
|
||||
UNSUPPORTEDOS: A list of ";" separated OSes where this inf should not be preloaded. This attribute will be used only if SUPPORTEDOS is not specified or is an empty string.
|
||||
|
||||
OS:
|
||||
Windows 2000: 500
|
||||
Windows XP : 501
|
||||
Windows Server 2003: 502
|
||||
Windows Vista: 600
|
||||
|
||||
Windows XP 64 bit 501_64
|
||||
Windows Vista 64 bit 600_64
|
||||
|
||||
example:
|
||||
|
||||
preload hpzid412.inf only on Win 2000, XP and 2k3
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;">hpzid412.inf</stage_inf_file>
|
||||
|
||||
Preload hpzipr12.inf on all os' except Vista 32 and 64
|
||||
<stage_inf_file UNSUPPORTEDOS="600;600_64;">hpzipr12.inf</stage_inf_file>
|
||||
|
||||
!!!!!!!!!! DO NOT FORGET THE TRAILING ";" IN THE LIST OF SUPPORTED/UNSUPPORTED OS !!!!!!!!!!
|
||||
-->
|
||||
|
||||
<!-- ENABLE STACK TEARDOWN (Typically used for DOT4 devices that by default get installed over usbprint on Windows 2000)
|
||||
Usage:
|
||||
Specify the original hardware id that needs to be teared down as the node. The value should be the original USB vid pid based hardware id that has a match in the CIO infs. The above described attributes SUPPORTEDOS
|
||||
and UNSUPPORTEDOS can be applied to this aswell.
|
||||
|
||||
example:
|
||||
<HEWLETT-PACKARDHP_LASERJET_3050>usb\vid_03f0&PID_3217&MI_00</HEWLETT-PACKARDHP_LASERJET_3050>
|
||||
|
||||
-->
|
||||
<settings>
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;600;">hpcu355d.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;600_64;">hpcu355v.inf</stage_inf_file>
|
||||
|
||||
<stage_inf_file SUPPORTEDOS="500;501;502;600;">hpmews01.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;502_64;600_64;">hpmews02.inf</stage_inf_file>
|
||||
<stage_inf_file>hppfaxnd.inf</stage_inf_file>
|
||||
<stage_inf_file>hppscnd.inf</stage_inf_file>
|
||||
<stage_inf_file>hppewnd.inf</stage_inf_file>
|
||||
|
||||
<stage_inf_file SUPPORTEDOS="501;500;502;">hpzius13.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501;500;502;">hpzid413.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501;500;502;">hpzipr13.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501;500;502;">hpzipa13.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;">hpzius23.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;">hpzipr23.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="501_64;">hpzipa23.inf</stage_inf_file>
|
||||
<stage_inf_file SUPPORTEDOS="600;600_64;">hpzid4vp.inf</stage_inf_file>
|
||||
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_CM6030_MFP>usb\VID_03F0&PID_8C17</HEWLETT-PACKARDHP_COLOR_LASERJET_CM6030_MFP>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_CM6040_MFP>usb\VID_03F0&PID_7C17</HEWLETT-PACKARDHP_COLOR_LASERJET_CM6040_MFP>
|
||||
<HEWLETT-PACKARDHP_LASERJET_M9050_MFP>usb\VID_03F0&PID_8317</HEWLETT-PACKARDHP_LASERJET_M9050_MFP>
|
||||
<HEWLETT-PACKARDHP_LASERJET_M9040_MFP>usb\VID_03F0&PID_8417</HEWLETT-PACKARDHP_LASERJET_M9040_MFP>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_CP6015>usb\VID_03F0&PID_6F17</HEWLETT-PACKARDHP_COLOR_LASERJET_CP6015>
|
||||
<HEWLETT-PACKARDHP_LASERJET_CM8060>usb\VID_03F0&PID_7117</HEWLETT-PACKARDHP_LASERJET_CM8060>
|
||||
<HEWLETT-PACKARDHP_LASERJET_CM8050>usb\VID_03F0&PID_7717</HEWLETT-PACKARDHP_LASERJET_CM8050>
|
||||
<HEWLETT-PACKARDHP_LASERJET_P4015>usb\VID_03F0&PID_8117</HEWLETT-PACKARDHP_LASERJET_P4015>
|
||||
<HEWLETT-PACKARDHP_LASERJET_P4515>usb\VID_03F0&PID_8017</HEWLETT-PACKARDHP_LASERJET_P4515>
|
||||
<HEWLETT-PACKARDHP_LASERJET_P4014>usb\VID_03F0&PID_8217</HEWLETT-PACKARDHP_LASERJET_P4014>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_CP3525>usb\VID_03F0&PID_8517</HEWLETT-PACKARDHP_COLOR_LASERJET_CP3525>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_CM3530_MFP>usb\VID_03F0&PID_8A17</HEWLETT-PACKARDHP_COLOR_LASERJET_CM3530_MFP>
|
||||
<HEWLETT-PACKARDHP_LASERJET_P3010_SERIES>usb\VID_03F0&PID_8D17</HEWLETT-PACKARDHP_LASERJET_P3010_SERIES>
|
||||
<HEWLETT-PACKARDHP_LASERJET_P3010_SERIES>usb\VID_03F0&PID_8D17&REV_0100</HEWLETT-PACKARDHP_LASERJET_P3010_SERIES>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_2840>
|
||||
usb\vid_03f0&pid_2817&rev_0100&mi_00</HEWLETT-PACKARDHP_COLOR_LASERJET_2840>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_2840>usb\vid_03f0&pid_2817&mi_00</HEWLETT-PACKARDHP_COLOR_LASERJET_2840>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_2830>
|
||||
usb\vid_03f0&pid_2717&rev_0100&mi_00
|
||||
</HEWLETT-PACKARDHP_COLOR_LASERJET_2830>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_2830>usb\vid_03f0&pid_2717&mi_00</HEWLETT-PACKARDHP_COLOR_LASERJET_2830>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_2820>
|
||||
usb\vid_03f0&pid_2617&rev_0100&mi_00
|
||||
</HEWLETT-PACKARDHP_COLOR_LASERJET_2820>
|
||||
<HEWLETT-PACKARDHP_COLOR_LASERJET_2820>usb\vid_03f0&pid_2717&mi_00</HEWLETT-PACKARDHP_COLOR_LASERJET_2820>
|
||||
<VID_03F0_PID_2817_REV_0100_MI_00>usb\Vid_03f0&Pid_2817&rev_0100&mi_00</VID_03F0_PID_2817_REV_0100_MI_00>
|
||||
<VID_03F0_PID_2817_MI_00>usb\Vid_03f0&Pid_2817&mi_00</VID_03F0_PID_2817_MI_00>
|
||||
<VID_03F0_PID_2717_MI_00>usb\Vid_03f0&Pid_2717&mi_00</VID_03F0_PID_2717_MI_00>
|
||||
<VID_03F0_PID_2717_REV_0100_MI_00>usb\Vid_03f0&Pid_2717&rev_0100&mi_00</VID_03F0_PID_2717_REV_0100_MI_00>
|
||||
<VID_03F0_PID_2617_REV_0100_MI_00>usb\Vid_03f0&Pid_2617&rev_0100&mi_00</VID_03F0_PID_2617_REV_0100_MI_00>
|
||||
<VID_03F0_PID_2617_MI_00>usb\Vid_03f0&Pid_2617&rev_0100&mi_00</VID_03F0_PID_2617_MI_00>
|
||||
</settings>
|
||||
BIN
PrinterInstallerMap/drivers/hp_x64/hppscnd.cat
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppscnd.cat
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/hppscnd.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/hppscnd.inf
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4arww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4arww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4bgww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4bgww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4caww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4caww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4csww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4csww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4daww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4daww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4deww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4deww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4elww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4elww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4enww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4enww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4esww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4esww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4etww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4etww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4euww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4euww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4fiww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4fiww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4frww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4frww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4heww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4heww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4hrww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4hrww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4huww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4huww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4idww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4idww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4itww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4itww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4jaww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4jaww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4kkww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4kkww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4koww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4koww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ltww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ltww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4lvww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4lvww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4nlww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4nlww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4noww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4noww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4plww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4plww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ptww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ptww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4roww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4roww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ruww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ruww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4skww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4skww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4slww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4slww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4srww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4srww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4svww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4svww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4thww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4thww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4trww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4trww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ukww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4ukww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4viww.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4viww.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4zhcn.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4zhcn.cab
LFS
Normal file
Binary file not shown.
BIN
PrinterInstallerMap/drivers/hp_x64/psa4zhtw.cab
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hp_x64/psa4zhtw.cab
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user