Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > When is it necessary to call SetupCopyOEMInf?

Reply
Thread Tools Display Modes

When is it necessary to call SetupCopyOEMInf?

 
 
Melchor
Guest
Posts: n/a

 
      06-02-2010
As far as I know, it will validate the catalog file and copy inf files to
%windor%\inf. However I found without calling this function, driver
installation still succeed. Now I'm wondering do I really need to call it in
my driver install program? Thanks.
 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      06-02-2010
It will install the whole driver package to the driver store, at least on Vista+.

The "do you trust this software?" question is asked only at this phase. Later, on devnode setup, it will not be asked if the driver is already on the store (again - on all OSes except XP 32, where some strange things occur).

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

"Melchor" <> wrote in message news:7343A914-6DAE-4528-ACAC-...
> As far as I know, it will validate the catalog file and copy inf files to
> %windor%\inf. However I found without calling this function, driver
> installation still succeed. Now I'm wondering do I really need to call it in
> my driver install program? Thanks.

 
Reply With Quote
 
Melchor
Guest
Posts: n/a

 
      06-03-2010
Sounds like it is only necessary for plug and play devices. If my driver is
file system filter or NDIS intermediate drivers, this step seems to be
optional, doesn't it?

"Maxim S. Shatskih" wrote:

> It will install the whole driver package to the driver store, at least on Vista+.
>
> The "do you trust this software?" question is asked only at this phase. Later, on devnode setup, it will not be asked if the driver is already on the store (again - on all OSes except XP 32, where some strange things occur).
>
> --
> Maxim S. Shatskih
> Windows DDK MVP
>
> http://www.storagecraft.com
>


 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      06-03-2010
FSF yes, NDIS IM is IIRC installed by INF so can also require this.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

"Melchor" <> wrote in message news:FCF81031-5990-4C28-93D8-...
> Sounds like it is only necessary for plug and play devices. If my driver is
> file system filter or NDIS intermediate drivers, this step seems to be
> optional, doesn't it?
>
> "Maxim S. Shatskih" wrote:
>
>> It will install the whole driver package to the driver store, at least on Vista+.
>>
>> The "do you trust this software?" question is asked only at this phase. Later, on devnode setup, it will not be asked if the driver is already on the store (again - on all OSes except XP 32, where some strange things occur).
>>
>> --
>> Maxim S. Shatskih
>> Windows DDK MVP
>>
>> http://www.storagecraft.com
>>

>

 
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
Windows Update page cannot be displayed GnarlyCar Windows Update 10 10-28-2010 06:15 PM
CEICW freezes at configuring firewall John Windows Small Business Server 8 05-11-2010 03:33 AM
sbs 2003 Network Configuration Joel Z Windows Small Business Server 9 03-26-2010 10:02 PM
CIECW wizard fails at network configuration Neil Windows Small Business Server 12 02-26-2010 08:31 AM
Help Trouble shooting remote Access - OWA and Remote work place John Windows Small Business Server 8 01-25-2010 01:02 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