S
snowcrash
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
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