Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > How to install mirror driver from application?

Reply
Thread Tools Display Modes

How to install mirror driver from application?

 
 
Josef Vesely
Guest
Posts: n/a

 
      08-18-2003

Hi,

i want to install a display mirror driver (from .inf file)
as a device driver programmaly from an application.

If I install my driver manually using "add new ardware"
the entry is added to the "device manager" tree and it
works without any problems.

But I want to have the same effect by installing driver
programmaly with some API (like Setup API), but the
SetupDi*** functions (DDK), which are looking as a best
way, need the hardwareID.
Because mirror driver isn't pointing to a device, there
isn't hardareID for DDK functions.

Could you send me, please, some hints how to solve this
problem. In the best way a few lines of code (best in c++)
as a template ...

thanks very much for reply,
Josef Vesely
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver installation during application install chasfax Windows Vista Security 0 06-28-2007 11:26 PM
Vista Prints Mirror images to HP 3840 Any way to fix driver? jsau Windows Vista Printing / Faxing / Scanning 2 02-10-2007 09:48 PM
Suggestions for 3rd party mirror driver? Leila Windows Vista General Discussion 3 01-03-2007 05:11 AM
Video Mirror Driver Questions Wim Hellenthal Windows Vista Drivers 0 08-16-2003 11:36 AM
WinNT Mirror driver Shibu Joseph Windows Vista Drivers 1 08-06-2003 02:36 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59