Hero
January 17th, 2007, 00:54
Hi all
I have a small hardware interface that supports PnP and a driver for it,ready to use.
But for installing is driver:
first you should insert device into your system.
second after question about driver,you select driver and it will install and be ready to use.
Here is my problem:
Is it possible that you automatically fully install your driver without this sequence?
I mean I write a small program that uses my driver .inf file and preform necessery operation for installing my device and then when I insert my device in system,there will be no need of installing my device?
First I thought that only copying .inf file into \system32\inf and .sys file into \system32\driver will be enough,but it seems that there is another generated necessery file with extension .pnf too.
is it enough to create this?if yes,how I can generate it?
Regards
I have a small hardware interface that supports PnP and a driver for it,ready to use.
But for installing is driver:
first you should insert device into your system.
second after question about driver,you select driver and it will install and be ready to use.
Here is my problem:
Is it possible that you automatically fully install your driver without this sequence?
I mean I write a small program that uses my driver .inf file and preform necessery operation for installing my device and then when I insert my device in system,there will be no need of installing my device?
First I thought that only copying .inf file into \system32\inf and .sys file into \system32\driver will be enough,but it seems that there is another generated necessery file with extension .pnf too.
is it enough to create this?if yes,how I can generate it?
Regards