Files
inno-installers/PrinterInstallerMap/drivers/brother/dpinst.xml
cproudlock ce0abee262 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>
2026-04-30 07:27:51 -04:00

10 lines
400 B
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0"?>
<dpInst>
<forceIfDriverIsNotBetter/>
<search>
<subDirectory>*</subDirectory>
</search>
<quietInstall/>
<suppressAddRemovePrograms/>
</dpInst>