Uninstall I8042prt filter driver

Hello,
For uninstall my i8042prt filter driver programmatically I perform install i8042prtr driver
using keyboard.inf from system32\inf directory and call:
UpdateDriverForPlugAndPlayDevices (NULL,
“*PNP30B”. //for example
" keyboard.inf ",
…);
It’s works, but is it right way?
Regards
Mark

I don’t know whether it’s the “right way”, but we do it that way too.

Mark Shnaider wrote:

Hello,
For uninstall my i8042prt filter driver programmatically I
perform install i8042prtr driver
using keyboard.inf from system32\inf directory and call:
UpdateDriverForPlugAndPlayDevices (NULL,
“*PNP30B”.
//for example
" keyboard.inf ",
…);
It’s works, but is it right way?
Regards
Mark


…/ray..

Please remove “.spamblock” from my email address if you need to contact
me outside the newsgroup.