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:
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>
|
||||
Reference in New Issue
Block a user