Create script for Brother printer driver #83

Closed
opened 2023-01-12 15:12:48 +01:00 by mschmidt · 6 comments
Owner

We need a script to install the brother driver automatically (Windows batch).

We need a script to install the brother driver automatically (Windows batch).
mschmidt added the
enhancement
label 2023-01-12 15:12:48 +01:00
Author
Owner

I will test that.

I will test that.
mschmidt self-assigned this 2023-01-13 14:33:17 +01:00
mschmidt removed their assignment 2023-01-20 11:09:01 +01:00
Author
Owner

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

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
Author
Owner

C:\TEMP\brother\BRPRM15A.INF

C:\TEMP\brother\BRPRM15A.INF
Author
Owner

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


      0

####### install-brother-testlabor.cmd #######
Press any key to continue . . .

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 ----------- -------------- 0 ####### install-brother-testlabor.cmd ####### Press any key to continue . . .
Author
Owner

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.

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.
Author
Owner

[master 6cf1a06] Create script for Brother printer driver #83
1 file changed, 59 insertions(+)
create mode 100644 tools/install-printer.cmd

[master 6cf1a06] Create script for Brother printer driver #83 1 file changed, 59 insertions(+) create mode 100644 tools/install-printer.cmd
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WINDOWS/w10install#83
No description provided.