Re: Uninstall driver + restore/use old one



Use system restore to return to a point prior to your driver installation.

To do that within your delivery package and without using SystemRestore,
most of the uninstall you will have to invent. Typically, running a normal
"uninstall" will mostly only set the Start field of the registry service
entry to "Disable", which means you will bump into an instance of the driver
when you install. Really removing it means you have to find the INF/PNF
files, delete them, remove your drivers registry keys and then delete the
SYS files. Of course you also have to decide about removing the WDF files
and registry entries that are done for you when you install a WDF driver.
Once you do all of that, if it's a sigined driver, don't be surprised but
what you will see it "restored" for you from the caches XP and Vista
maintain.

Generally, that level of uninstall is simply not worth it.

--
The personal opinion of
Gary G. Little


"snowcrash" <snowcrash.32x91q@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:snowcrash.32x91q@xxxxxxxxxxxxxxxxxxxxxxxx

Hello there,

I wrote an installer for a special graphics driver (.sys + .inf) for
W2K, XP and Vista.

Before using this installer, the "VGA Safe" driver from Windows is
active and works fine.

The installation of my new graphics driver works fine, all works as
excepted, but I also have to deliver an uninstallation method of this
driver, which then should fallback to the original (or former one)
driver.

When uninstalling, I'm using some snipplets from the "Devcon" example
(command "remove") of the DDK, but unfortunately, the driver gets not
removed completely.

After a reboot, the "Found new hardware" wizard pops up and wants to
re-install the NEW driver, which was removed/deleted from my uninstaller
before.

Now my question: How can I remove the driver entirely without traces
and fallback to the original driver?

Thank you in advance,
Snowcrash



--
snowcrash
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------



.



Relevant Pages

  • Re: Maxtor SATA Primary & WinXP...Wont install...
    ... That's how I managed to "misplace" the driver cd & manual for my brand ... It's an ASUS P4S800D-X + my hubby bought me a new MAXTOR SATA ... "Setup did not find any hard disk drives installed in your computer. ... Early in the installation of Windows XP you will see a brief message ...
    (microsoft.public.windowsxp.hardware)
  • scsi vhci driver and QLA2310, multi-path
    ... Hello I have installed qla2310 adapter in sunfire with solaris 8. ... the installation of driver for QLA2310 there I can see disks on the ... more than one path to the disk. ... SFS_base_packages.S8.tar.Z in which is vhci driver but it was not ...
    (comp.arch.storage)
  • scsi vhci driver and QLA2310, multi-path
    ... Hello I have installed qla2310 adapter in sunfire with solaris 8. ... the installation of driver for QLA2310 there I can see disks on the ... more than one path to the disk. ... SFS_base_packages.S8.tar.Z in which is vhci driver but it was not ...
    (comp.sys.sun.hardware)
  • Re: System Restore & cant find a program in Add and Remove
    ... Installation did not work (the driver was ... I was told by tech support at Nokia I ... That is why I went to System Restore. ... Have you looked for the driver files on the installation disk. ...
    (microsoft.public.windowsxp.perform_maintain)
  • Need help with driver installation please!
    ... Hi can I please get some assistance with installing an acx100 driver to ... what it means by installation directory). ... The kernel version can be obtained using "uname -r", ... its safe to ignore this warning) and the card ...
    (comp.os.linux.networking)

Loading