Create script for Brother printer driver #83
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WINDOWS/w10install#83
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need a script to install the brother driver automatically (Windows batch).
I will test that.
Solution.
Part1:
$DriverPath = "C:\Temp\Brother"
$DriverName = "Brother MFC-L5750DW"
PNPUtil.exe /add-driver $DriverPath*.inf /install
Add-PrinterDriver -Name "Brother MFC-L5750DW series" -Verbose
C:\TEMP\brother\BRPRM15A.INF
Solved. Testrun:
C:\Users\mschmidt\workspace\git\WINDOWS\w10install\company>install-brother-testlabor.cmd
####### install-brother-testlabor.cmd #######
Microsoft PnP Utility
Adding driver package: brimm15a.inf
Driver package added successfully. (Already exists in the system)
Published Name: oem4.inf
Adding driver package: brpom15a.inf
Driver package added successfully. (Already exists in the system)
Published Name: oem6.inf
Adding driver package: BRPRM15A.INF
Driver package added successfully. (Already exists in the system)
Published Name: oem25.inf
Driver package is up-to-date on device: SWD\PRINTENUM{B5FB87BF-6C15-4B28-9E1A-F61F884822A6}
Total driver packages: 3
Added driver packages: 2
VERBOSE: Adding new driver Brother DCP-L6600DW series
VERBOSE: Adding new port IP_192.168.6.26
VERBOSE: Adding new printer DCP-L6600DW
setting default printer to [ "DCP-L6600DW" ]
Win32_Printer: DCP-L6600DW (DeviceID = "DCP-L6600DW")
ReturnValue PSComputerName
####### install-brother-testlabor.cmd #######
Press any key to continue . . .
C:\Users\mschmidt\workspace\git\WINDOWS\w10install\company>commit "added printers"
[master dda0506] added printers
2 files changed, 33 insertions(+)
create mode 100644 install-brother-backoffice.cmd
create mode 100644 install-brother-testlabor.cmd
Enumerating objects: 5, done.
[master
6cf1a06
] Create script for Brother printer driver #831 file changed, 59 insertions(+)
create mode 100644 tools/install-printer.cmd