![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Issue with Uninstallation of a driver using inf file
Hi.. I have a basic doubt regarding an 'Uninstallation' in the inf files. The WDK document says that DefaultUninstall is optional, if one needs to provide in uninstallation functionality. But most of the drivers do not have Uninstall section in their inf files, so how does uninstallation takes place (from the device manager 'uninstall' ) I was just want to know how the control is traced once we uninstall from the device manager, does it access the inf file again, which may or may not have Uninstall section ( so does it just reverts back automatically whatever it has uninstalled ) regards, -- Seth_bot ------------------------------------------------------------------------ Seth_bot's Profile: http://forums.techarena.in/member.php?userid=35482 View this thread: http://forums.techarena.in/showthread.php?t=856127 http://forums.techarena.in |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Issue with Uninstallation of a driver using inf file
hi, I am facing the same problem. Did you find any way to uninstall directly from inf file using device manager. Defaultuninstall will not work for uninstallation from device manager. -- jds ------------------------------------------------------------------------ jds's Profile: http://forums.techarena.in/member.php?userid=38063 View this thread: http://forums.techarena.in/showthread.php?t=856127 http://forums.techarena.in |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Issue with Uninstallation of a driver using inf file
No, I still dont have the solution with me. The problem Iam facing is with manual uninstallation (using device manager) does not remove all the files (even those listed on the 'Driver File Details' ). These files do get removed when using Add/Remove Programs. So my first ques: does device manager uninstallation does not delete all files (appln support) and if yes, is there a workaround? Regards, -- Seth_bot ------------------------------------------------------------------------ Seth_bot's Profile: http://forums.techarena.in/member.php?userid=35482 View this thread: http://forums.techarena.in/showthread.php?t=856127 http://forums.techarena.in |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Issue with Uninstallation of a driver using inf file
Typically, no, Device Manager will not remove, physically delete, the files
or directories that have been installed for a device driver. Nor will it remove registry entries, simply marking the main service key as Disabled. Deleting those items, including the registry keys and the INF files is up to the discretion of the installer. -- The personal opinion of Gary G. Little "Seth_bot" <Seth_bot.32aobe@DoNotSpam.com> wrote in message news:Seth_bot.32aobe@DoNotSpam.com... > > No, > I still dont have the solution with me. > > The problem Iam facing is with manual uninstallation (using device > manager) does not remove all the files (even those listed on the > 'Driver File Details' ). > These files do get removed when using Add/Remove Programs. > > So my first ques: does device manager uninstallation does not delete > all files (appln support) > > and if yes, is there a workaround? > > Regards, > > > -- > Seth_bot > ------------------------------------------------------------------------ > Seth_bot's Profile: http://forums.techarena.in/member.php?userid=35482 > View this thread: http://forums.techarena.in/showthread.php?t=856127 > > http://forums.techarena.in > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|