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>
10 lines
400 B
XML
10 lines
400 B
XML
<?xml version="1.0"?>
|
||
<dpInst>
|
||
<forceIfDriverIsNotBetter/>
|
||
<search>
|
||
<subDirectory>*</subDirectory>
|
||
</search>
|
||
<quietInstall/>
|
||
<suppressAddRemovePrograms/>
|
||
</dpInst>
|