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:
15
PrinterInstallerMap/drivers/hid_dtc4500e_x64/Port.ini
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user