Sysprep

G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

Hey, Does sysprep search the OemPnPDriversPath recursivly or must each sub
dir containing drivers be specified. I get the impression from what I read
that each dir that contains drivers muct be specified but would like this
confirmed.

Thanks, Darren.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

Hi
Yes, you must specify each directory which contains an .inf file to describe
your driver....

Regards
Jerome

DarrenP wrote in
3F7DC2B6-240A-4182-8DBF-52611E8E779B@microsoft.com
> Hey, Does sysprep search the OemPnPDriversPath recursivly or must each sub
> dir containing drivers be specified. I get the impression from what I
read
> that each dir that contains drivers muct be specified but would like this
> confirmed.
>
> Thanks, Darren.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

"=?Utf-8?B?RGFycmVuUA==?=" <DarrenP@discussions.microsoft.com> wrote
in news:3F7DC2B6-240A-4182-8DBF-52611E8E779B@microsoft.com:

> Hey, Does sysprep search the OemPnPDriversPath recursively or must
> each sub dir containing drivers be specified. I get the
> impression from what I read that each dir that contains drivers
> muct be specified but would like this confirmed.

Sysprep does not recursively search subdirectories, but only those
directories you explicitly specify.

For example:

If OEMPnPDriversPath=\install\driver\video

and

If I have fubar.inf in C:\install\driver\video, Sysprep WILL find it.

If I have fubar.inf in C:\install\driver\video\somesubdir, Sysprep will
NOT find it.

Sysprep will, however, exhaustively search all paths specified. So if
I defined 30 paths and fubar.inf is listed in last path specified
Sysprep will find it.

Adam
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

Thanks for verifying this guys :)

"Adam Leinss" wrote:

> "=?Utf-8?B?RGFycmVuUA==?=" <DarrenP@discussions.microsoft.com> wrote
> in news:3F7DC2B6-240A-4182-8DBF-52611E8E779B@microsoft.com:
>
> > Hey, Does sysprep search the OemPnPDriversPath recursively or must
> > each sub dir containing drivers be specified. I get the
> > impression from what I read that each dir that contains drivers
> > muct be specified but would like this confirmed.
>
> Sysprep does not recursively search subdirectories, but only those
> directories you explicitly specify.
>
> For example:
>
> If OEMPnPDriversPath=\install\driver\video
>
> and
>
> If I have fubar.inf in C:\install\driver\video, Sysprep WILL find it.
>
> If I have fubar.inf in C:\install\driver\video\somesubdir, Sysprep will
> NOT find it.
>
> Sysprep will, however, exhaustively search all paths specified. So if
> I defined 30 paths and fubar.inf is listed in last path specified
> Sysprep will find it.
>
> Adam
>