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>
113 lines
6.9 KiB
INI
113 lines
6.9 KiB
INI
;/*++
|
|
;
|
|
;© Copyright 2015 HP Development Company, L.P. All rights reserved.
|
|
;
|
|
;
|
|
; Dot4 Storage INF for 2k,Xp
|
|
;
|
|
; HP Inc. Converged DOT4 version 12
|
|
;
|
|
; MagicKeyword for DOT4 12 infs used by the scrubber {492B8DFA-5753-4462-A985-C8069DFA1336}
|
|
;
|
|
;Please note that these are *test only* infs and might have entries for products that might be released well after your ;products or might never be released. To avoid any instance of "pre-announcing" products, we maintain a *Gold* inf set that ;every product going out of the door needs to use. So, when your product(s) are ready for release(about 2 weeks in advance) ;please send us a request for re-dropping the gold infs with your products in them. A good time we suggest is roughly about 1 ;week prior to going for WHQL
|
|
|
|
; ----- DO NOT MODIFY HEADER TEXT ABOVE THIS LINE! ------------
|
|
;--*/
|
|
|
|
;====================================================
|
|
|
|
[Version]
|
|
Signature="$Windows NT$"
|
|
Provider=%ProviderName%
|
|
DriverVer=09/16/2015,12.3.0.2
|
|
Class=DiskDrive
|
|
ClassGUID={4d36e967-e325-11ce-bfc1-08002be10318}
|
|
CatalogFile.NT=hpzist13.cat
|
|
|
|
;====================================================
|
|
|
|
[ControlFlags]
|
|
ExcludeFromSelect = *
|
|
|
|
[SourceInfo]
|
|
SourceDirectory=%1%
|
|
|
|
[SourceDisksNames]
|
|
1 = %CD%,,,
|
|
2 = %CD%,,,"drivers\dot4\Win2000"
|
|
|
|
; [SourceDisksNames]
|
|
; 1 = %CD%,,,
|
|
|
|
[SourceDisksFiles]
|
|
hpzs2k12.sys = 2
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir = 10,System32\Drivers
|
|
;Dot4Storage_Files_Driver = 10,System32\Drivers
|
|
Dot4Storage_Files_Driver_2k = 10,System32\Drivers
|
|
|
|
;====================================================
|
|
|
|
[Manufacturer]
|
|
%MfgName%=Mfg0
|
|
|
|
|
|
[Mfg0]
|
|
|
|
|
|
"hp deskjet 450 (DOT4STORE)"=450Dot4Stor_DDI, dot4\vid_03f0&pid_0512&dot4&store_hpz
|
|
"hp deskjet 450 (DOT4STORE)"=450Dot4Stor_DDI, dot4\vid_03f0&pid_0512&rev_0100&store_hpz
|
|
|
|
"HP Officejet 9100 series (DOT4STORE)" = Dot4Storage_DDI, dot4\vid_03f0&pid_0d12&store_hpz
|
|
"HP Officejet 9100 series (DOT4STORE)" = Dot4Storage_DDI, dot4\vid_03f0&pid_0d12&dot4&store_hpz
|
|
"HP Officejet 9100 series (DOT4STORE)" = Dot4Storage_DDI, dot4\hewlett-packardOffic42C4&store_hpz
|
|
"HP Officejet 9100 series (DOT4STORE)" = Dot4Storage_DDI, dot4\hewlett-packardOffic42C4&dot4&store_hpz
|
|
"HP Officejet 9100 series (DOT4STORE)" = Dot4Storage_DDI, dot4\Vid_03f0&Pid_0d12&Rev_0100&store_hpz
|
|
|
|
|
|
;====================================================
|
|
|
|
[Dot4Storage_DDI.NT]
|
|
CopyFiles=Dot4Storage_Files_Driver_2k
|
|
AddReg=Dot4Storage_2k_AddReg
|
|
|
|
[450Dot4Stor_DDI.NT]
|
|
CopyFiles=Dot4Storage_Files_Driver_2k
|
|
AddReg=Dot4Storage_2k_AddReg
|
|
|
|
[Dot4Storage_2k_AddReg]
|
|
|
|
|
|
;====================================================
|
|
|
|
;====================================================
|
|
|
|
|
|
[Dot4Storage_Files_Driver_2k]
|
|
hpzs2k12.sys
|
|
|
|
;====================================================
|
|
|
|
[Dot4Storage_DDI.NT.Services]
|
|
AddService = HPZs2k12, 0x00000002, Dot4Storage_AddService
|
|
|
|
[450Dot4Stor_DDI.NT.Services]
|
|
AddService = HPZs2k12, 0x00000002, Dot4Storage_AddService
|
|
|
|
[Dot4Storage_AddService]
|
|
DisplayName = %SvcDesc%
|
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
|
StartType = 3 ; SERVICE_DEMAND_START
|
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
|
ServiceBinary = %10%\System32\Drivers\hpzs2k12.sys
|
|
|
|
;====================================================
|
|
|
|
[Strings]
|
|
ProviderName="HP Inc."
|
|
MfgName="HP Inc."
|
|
DeviceDesc="HPZ 1284.4 Compatible Mass Storage V12"
|
|
CD="hp cd"
|
|
SvcDesc="Storage Class Driver for IEEE-1284.4 (HPZ12)"
|