Installer for driver without hardware

Hi,

We have developed a PCI driver which is a hardware simulator
i.e. driver without hardware. At present we are installing this
driver from Device Manager.

We need to develope a installer for this Simulator.

We used UpdateDriverForPlugAndPlayDevices function for installing driver with hardware.

Please share ideas , Which functions we can use for installing driver without hardware?

Thanks & Regards,
Raphel

Look at the devcon example in the WDK, it has full source that you can use (do not ship devcon.exe though). You can use the implementation of devcon install to create a root enumerated device and install your driver on it.

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@wipro.com
Sent: Friday, July 11, 2008 8:48 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Installer for driver without hardware

Hi,

We have developed a PCI driver which is a hardware simulator
i.e. driver without hardware. At present we are installing this
driver from Device Manager.

We need to develope a installer for this Simulator.

We used UpdateDriverForPlugAndPlayDevices function for installing driver with hardware.

Please share ideas , Which functions we can use for installing driver without hardware?

Thanks & Regards,
Raphel


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Hi Doron,

Thanks you very much.
I am able to install driver with devcon given in WDK sample
And will follow the implementation.

Thanks & Regards,
Raphel

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Saturday, July 12, 2008 1:41 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Installer for driver without hardware

Look at the devcon example in the WDK, it has full source that you can
use (do not ship devcon.exe though). You can use the implementation of
devcon install to create a root enumerated device and install your
driver on it.

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@wipro.com
Sent: Friday, July 11, 2008 8:48 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Installer for driver without hardware

Hi,

We have developed a PCI driver which is a hardware simulator
i.e. driver without hardware. At present we are installing this
driver from Device Manager.

We need to develope a installer for this Simulator.

We used UpdateDriverForPlugAndPlayDevices function for installing driver
with hardware.

Please share ideas , Which functions we can use for installing driver
without hardware?

Thanks & Regards,
Raphel


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer