Locate drivers.

zzpack

New member
Member
Local time
2:53 AM
Messages
11
Is there any application to search for and locate drivers out there?

I have an uninstalled application, and I want to search for
any driver files in that app.

I know I can go through all (500+) files and search on
the file extensions, but that is a gruesome and tedious task... :(
 

My Computer

OS
x86
Is there any application to search for and locate drivers out there?

I have an uninstalled application, and I want to search for
any driver files in that app.

I know I can go through all (500+) files and search on
the file extensions, but that is a gruesome and tedious task... :(

You can always go in: C:\Windows\System32\drivers & C:\Windows\SysWOW64\drivers...

then highlight those are suspected have stayed after uninstall or right click properties of the suspected drivers.

Once locate, delete it. You'll have to remember the name of the deleted driver to delete the path in the registry aswell.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Professional SP1 - x64 [Non-UEFI Boot]
CPU
Ivy Bridge Core i5 3570K (Delidded)
Motherboard
Asus P8Z77-V LE PLUS
Memory
G.Skill "Ares" DDR3 PC3-12800 - 1600MHz (16Gb)
Graphics Card(s)
Asus Dual-RX480-O4G
Sound Card
Creative Sound Blaster Z w/5.1 sound system
Monitor(s) Displays
Asus IPS 23"
Screen Resolution
16/9
Hard Drives
Internal:
500Go Sata 6Gb/s (x2)
500Go Sata 3Gb/s (x2)
SSD 60Go Sata 6Gb/s
PSU
In Win C 900W Series 80+ Platinum
Case
Thermaltake Chaser A71
Cooling
Custom Water Cooling Loop
Keyboard
Cooler Master QuickFire XTi
Mouse
Razer Imperator 2012 (4G)
Antivirus
MSE
Browser
IE 11.0.xxx Rtm
Other Info
"Raid0" with Intel Smart Response Technology (HDD/SSD)
Well, I´m not interested to search for installed or uninstalled drivers.
I have an uninstalled application and in that package I want to locate any
drivers.

I have put out this question on other forums as well, but I don´t get
any response. So I have come to the conclusion that only the application
developers can give any answer on their respective apps.
 

My Computer

OS
x86
This might not be exactly what you're looking for but Microsoft has something called Driver Install Frameworks (DIFx) for developers that simplifies and customizes the installation of driver packages for devices that have not yet been installed in a computer.

Driver Package Installer (DPInst) (Windows Driver Kit)

Going a few steps forward, developers then provide a driver package which consists of all the software components that must be provided to support the software under Windows. A driver package will minimally include those driver files, which are typically dynamic-link libraries with the .sys file name extension.

Providing a Driver Package (Windows Driver Kit)

It seems from this information that a reverse engineering process might be required to extract driver information from an application if it hasn't already been installed on a computer. Not to mention there might be some legal issues involving proprietary information. In the alternative, it seems like it would be easier (relatively speaking) to use a utility like Nirsoft's DriverView to take a "snapshot" of the drivers currently installed on a machine. Then install your application, take a second snapshot, and compare the two to see what drivers have been added. Once that information is obtained you could always uninstall the application.

DriverView: Loaded Windows Drivers List
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Sony Vaio VPCEB47GM Laptop
OS
Win 7 Pro 64-bit
CPU
Intel i5 2.4 Ghz
Memory
8GB DDR3
Graphics Card(s)
Intel HD 3000
Sound Card
IDT High Definition
Monitor(s) Displays
15.6 WGXA Anti-Glare LED
Screen Resolution
1280x800
Hard Drives
640Gb 7200rpm
Antivirus
MSE
Browser
Opera (primary) with IE9 backup
Back
Top