inf file

in inf file i want to give source file path as
system32 directry
is it possible
if it is how i,e
i want to point [SourceDisksFiles] to system32 directry


Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&wn

DirId of 11 will do the job.

----- Original Message -----
From: “asha natraj”
To: “NT Developers Interest List”
Sent: Wednesday, March 26, 2003 1:42 PM
Subject: [ntdev] inf file

> in inf file i want to give source file path as
> system32 directry
> is it possible
> if it is how i,e
> i want to point [SourceDisksFiles] to system32 directry
>
>
______________________________________________________________________
_
> Odomos - the only mosquito protection outside 4 walls -
> Click here to know more!
>
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odo
mos&&wn
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com
>

Source file path?

If you’re trying to setup the system to silently install your driver
once your device is detected, copy your package elsewhere and call
SetupCopyOEMInf to copy the inf to the Windows\Inf folder. That API
will record where your driver and other package files (if there are
other files) really are and use that location as the source location.

This API is documented in the SDK and at MSDN at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/setupap
i/setup/setupcopyoeminf.asp.

Hope this helps.

Bryan S. Burgin
xxxxx@microsoft.com

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: asha natraj [mailto:xxxxx@rediffmail.com]
Sent: Wednesday, March 26, 2003 2:43 AM
To: NT Developers Interest List
Subject: [ntdev] inf file

in inf file i want to give source file path as
system32 directry
is it possible
if it is how i,e
i want to point [SourceDisksFiles] to system32 directry


Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomo
s&&wn


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

hi,

as u told that DirId of 11 will do the job.
[SourceDiskNames]
.
.
[SourceFileNames]
aaa.dll = 11 ; DirId of system32
can i give like this
then what should be the sourcedisknames or how to give
sourcediskname
should be given
if this is not the right way can u give an example how to give

On Wed, 26 Mar 2003 Maxim S. Shatskih wrote :

DirId of 11 will do the job.

----- Original Message -----
From: “asha natraj”
>To: “NT Developers Interest List”
>Sent: Wednesday, March 26, 2003 1:42 PM
>Subject: [ntdev] inf file
>
>
> > in inf file i want to give source file path as
> > system32 directry
> > is it possible
> > if it is how i,e
> > i want to point [SourceDisksFiles] to system32 directry
> >
> >
>
>

> > Odomos - the only mosquito protection outside 4 walls -
> > Click here to know more!
> >
>http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odo
>mos&&wn
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as:
>xxxxx@storagecraft.com
> > To unsubscribe send a blank email to
>xxxxx@lists.osr.com
> >
>
>
>
>—
>You are currently subscribed to ntdev as:
>xxxxx@rediffmail.com
>To unsubscribe send a blank email to
>xxxxx@lists.osr.com

__
Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&wn