Posted On April 14, 2019

DIFxDriverPackageInstall Error = 3

kimconnect 0 comments
blog.KimConnect.com >> Windows >> DIFxDriverPackageInstall Error = 3

This error can occur during an installation of a Brothers branded printer or multi-functional scanner machine.

How to resolve?

Run CMD as Administrator > Issue these two commands:

# Perform Windows kernel scan and check-disk
sfc /scannow
chkdsk /r /f

# Reboot
shutdown -r -t 0

Use Brother’s Device Driver Uninstall Tool

Download:

Run the Uninstaller Tool and then retry the installation:

Symptom:
The installer has expected to to find extracted files in the C:\Temp directory. If those directories don’t exist, this error would occur:

"A driver was found for the device, but an error occurred during installation. The system can not find the path specified."

Solution:
Recreate C:\Temp if it doesn’t already exist

Also, ensure that Windows Print Spooler service status is “started” by following these steps:

1. Run: services.msc
2. Open [Services and Applications] > [Services] > find the [Print
Spooler] service.
3. Select [Print Spooler] and double-click the left mouse button to open
the setting interface of the [Print Spooler] service > Set [Startup Type] to Auto > click OK
4. Restart the computer and then retry printer driver installation
5. If that still doesn’t resolve the problem, try these two other articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install ‘Compass’ Program

Copy Compass from \\FILE02\Apps\Compass to C:\Compass   Script:   Create shortcut on desktop with target of: C:\Compass\OMNIS7.EXE agy2000.lbr…

How to Install Windows Dot Net 3.5 & 4.5

Run these commands to check dot net 3.5: PS C:\Windows\system32> import-module servermanagerPS C:\Windows\system32> get-windowsfeature web-asp-netDisplay…

Overview of Veeam Backup and Restore

Prepare the Environment Permissions - Active Directory: create a service account as a member of…