RE: How to activate [DefaultUnInstall] section in INF file?

Hi Dave,

The installer is for network adapter (class NET).
I want to perform the cleaning when the user decides to Uninstall the driver, so after this action the drivers won’t go up after unplugging/plugging the device.

I’ve found a problem that leads to blue screen after the following scenario:

  1. install one package (2.3.0)
  2. uninstall (sys files remain in system32\drivers)
  3. install an older package (2.1.0)
    –> Blue screen
    From the debugger I saw that the previous drivers have been bounded to the newer driver being installed.

In case I delete the sys files after (2.) everything goes fine.

Thx Firas.