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:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
5.1076.3.1
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,51 @@
|
||||
[OEMFiles]
|
||||
OEMConfigFile1=x3up09D.dll
|
||||
OEMDriverFile1=x3rpcl09D.dll
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
|
||||
[ModelNames]
|
||||
; Important: This list must exactly match the model names in the INF file
|
||||
xModelName1="Xerox Global Print Driver PCL6"
|
||||
|
||||
xModelName2="Xerox GPD PCL6 V5.1076.3.0"
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
|
||||
[ModelIds]
|
||||
; Note: This list is independent of the names in the INF
|
||||
xModelId1=Xerox Global Print Driver
|
||||
xModelVersion1=1
|
||||
|
||||
xModelId2=Xerox GPD
|
||||
xModelVersion2=1
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
|
||||
[Defs]
|
||||
|
||||
xModelId=0
|
||||
|
||||
xProdUID=UNIV
|
||||
|
||||
xInstallCompleted=No
|
||||
|
||||
xColor=Monochrome
|
||||
|
||||
xPDL=PCLXL
|
||||
|
||||
xInbox=No
|
||||
|
||||
xFreeCP=No
|
||||
|
||||
xPrintProc=Yes
|
||||
|
||||
xResDll=X
|
||||
|
||||
xManufacturer="Xerox"
|
||||
Reference in New Issue
Block a user