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>
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500e.inf
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eColor.bmp
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eGR.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eHlp.hlp
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eILN.bmp
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eILR.bmp
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eIPN.bmp
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eIPR.bmp
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eLLN.bmp
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eLLR.bmp
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eLM.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eLPN.bmp
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eLPR.bmp
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eLocIface
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eMon.exe
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500ePnP.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500ePort.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500ePortUi.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eResEN.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eTbo.exe
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500eUI.dll
LFS
Normal file
BIN
PrinterInstallerMap/drivers/hid_dtc4500e_x64/DTC4500e_x64.cat
LFS
Normal file
15
PrinterInstallerMap/drivers/hid_dtc4500e_x64/Port.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[RemPort]
|
||||
Name=DTC4500e TCP/IP Card Printer Port
|
||||
Description=DTC4500e Card Printer TCP/IP Port
|
||||
PortNameFormat=DTC4500ePTR::%s
|
||||
|
||||
|
||||
; Supported values for OnPrintJobNotConfirmedDefault are:
|
||||
; 0 = restart
|
||||
; 1 = purge
|
||||
; 2 = retain
|
||||
;OnPrintJobNotConfirmedDefault=0
|
||||
;
|
||||
; Default if this is *NOT* defined is "restart"
|
||||
|
||||
|
||||