Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Install-Printer.ps1 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Windows 10/Install-Printer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Created on: 31/12/2021
Created by: Ben Whitmore
Filename: Install-Printer.ps1

Simple script to install a network printer from an INF file. The INF and required CAB files hould be in the same directory as the script if creating a Win32app
Simple script to install a network printer from an INF file. The INF and required CAB files should be in the same directory as the script if creating a Win32app

#### Win32 app Commands ####

Expand Down Expand Up @@ -198,4 +198,4 @@ If (-not $ThrowBad) {
If ($ThrowBad) {
Write-Error "An error was thrown during installation. Installation failed. Refer to the log file in %temp% for details"
Write-LogEntry -Stamp -Value "Installation Failed"
}
}