Tom's Hardware > Forum > Windows 2000/NT > Windows 2000/NT General Discussion > Trying to get SYSPREP.INF file to work to be able to push ..

Trying to get SYSPREP.INF file to work to be able to push ..

Forum Windows 2000/NT : Windows 2000/NT General Discussion - Trying to get SYSPREP.INF file to work to be able to push ..

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

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

 

I am trying to use the SYSPREP.INF file and the OEMPNPDRIVERSPATH line
to have the workstations push the search paths for the driver files
into the registry. I have tried several different thing and cannot
get this to work. I have tried the -pnp switch when running SYSPREP
and this has not helped. I have checked the registry
(HKLM\Software\Microsoft\Windows\CurrrentVersion) when being prompted
for the driver files, and the information from the OEMPNPDriversPath
in the SYSTEM.INI file is not there. It is just not working. What am
I doing wrong? I am working with Windows 2000 SP2 and SYSPREP 1.1. I
have attached the SYSPREP.INF file that I am using. Thanks in advance
for any direction.

;SetupMgrTag
[Unattended]
DriverSigningPolicy=Ignore
OemSkipEula=Yes
OemPnPDriversPath="drivers;drivers\network\l5;drivers\video\l5;drivers\usb\l5"
InstallFilesPath=C:\sysprep\i386

[GuiUnattended]
AdminPassword=PASSWORD
AutoLogon = yes
AutoLogonCount = 6
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[UserData]
FullName="FULLNAME"
ComputerName=*
OrgName="ORGNAME"
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

[TapiLocation]
CountryCode=107
AreaCode=XXX

[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=win2000dist

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[GUIRunOnce]
Command0="c:\winnt\zmg\1strun.vbs"

Sponsored Links
Register or log in to remove.

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

 

Have you tried adding the line "OemPreinstall=Yes" to the [Unattended]
section of the inf file?

I'm not 100% sure whether this is required for the OEMPnPDriversPath to be
processed, but it is required for processing the $OEM$ directory, which is
how drivers often get copied to the C: drive.

Also, why are you still using Windows 2000 SP2? Are you aware that SP4 is
out and there are many seriously vulnerabilities which you may not be
protected from by sticking on SP2? Unless there's a very good reason for
sticking with SP2, I'd recommend you get to SP4.

Regards

Oli


"Brian" <brian.boere@homehardware.ca> wrote in message
news:9d4c8ba8.0411230633.2093b134@posting.google.com...
>I am trying to use the SYSPREP.INF file and the OEMPNPDRIVERSPATH line
> to have the workstations push the search paths for the driver files
> into the registry. I have tried several different thing and cannot
> get this to work. I have tried the -pnp switch when running SYSPREP
> and this has not helped. I have checked the registry
> (HKLM\Software\Microsoft\Windows\CurrrentVersion) when being prompted
> for the driver files, and the information from the OEMPNPDriversPath
> in the SYSTEM.INI file is not there. It is just not working. What am
> I doing wrong? I am working with Windows 2000 SP2 and SYSPREP 1.1. I
> have attached the SYSPREP.INF file that I am using. Thanks in advance
> for any direction.
>
> ;SetupMgrTag
> [Unattended]
> DriverSigningPolicy=Ignore
> OemSkipEula=Yes
>
> OemPnPDriversPath="drivers;drivers\network\l5;drivers\video\l5;drivers\usb\l5"
> InstallFilesPath=C:\sysprep\i386
>
> [GuiUnattended]
> AdminPassword=PASSWORD
> AutoLogon = yes
> AutoLogonCount = 6
> OEMSkipRegional=1
> TimeZone=35
> OemSkipWelcome=1
>
> [UserData]
> FullName="FULLNAME"
> ComputerName=*
> OrgName="ORGNAME"
> ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
>
> [TapiLocation]
> CountryCode=107
> AreaCode=XXX
>
> [SetupMgr]
> DistFolder=C:\sysprep\i386
> DistShare=win2000dist
>
> [Identification]
> JoinWorkgroup=WORKGROUP
>
> [Networking]
> InstallDefaultComponents=Yes
>
> [GUIRunOnce]
> Command0="c:\winnt\zmg\1strun.vbs"

Reply to Anonymous

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

 

Thanks Oli, I can't remember for sure if I tried the
"OemPreinstall=Yes" (I have tried so many things) I will try it again
to see if it will work.

Is there a specific location that I have to put the Driver files. In
my SYSPREP.INF file, the OemPnPDriversPath has been
"drivers;drivers\network\l5;drivers\video\l5;drivers\usb\l5". The
actual location of the folder is C:\Drivers. From everything that I
have read, I think this is correct. Should the "Drivers" folder be
somewhere else to get it to work properly?

As far as the SP2, I am assisting the desktop department, and they
have decided that they do not have the time nor the need to upgrade to
SP4. I have not been able to figure out their exact reasoning.
(although I do agree with you)

Thanks.
Brian


"Oli Restorick [MVP]" <oli@mvps.org> wrote in message news:<utMuVQb0EHA.4028@TK2MSFTNGP15.phx.gbl>...
> Have you tried adding the line "OemPreinstall=Yes" to the [Unattended]
> section of the inf file?
>
> I'm not 100% sure whether this is required for the OEMPnPDriversPath to be
> processed, but it is required for processing the $OEM$ directory, which is
> how drivers often get copied to the C: drive.
>
> Also, why are you still using Windows 2000 SP2? Are you aware that SP4 is
> out and there are many seriously vulnerabilities which you may not be
> protected from by sticking on SP2? Unless there's a very good reason for
> sticking with SP2, I'd recommend you get to SP4.
>
> Regards
>
> Oli
>
>
> "Brian" <brian.boere@homehardware.ca> wrote in message
> news:9d4c8ba8.0411230633.2093b134@posting.google.com...
> >I am trying to use the SYSPREP.INF file and the OEMPNPDRIVERSPATH line
> > to have the workstations push the search paths for the driver files
> > into the registry. I have tried several different thing and cannot
> > get this to work. I have tried the -pnp switch when running SYSPREP
> > and this has not helped. I have checked the registry
> > (HKLM\Software\Microsoft\Windows\CurrrentVersion) when being prompted
> > for the driver files, and the information from the OEMPNPDriversPath
> > in the SYSTEM.INI file is not there. It is just not working. What am
> > I doing wrong? I am working with Windows 2000 SP2 and SYSPREP 1.1. I
> > have attached the SYSPREP.INF file that I am using. Thanks in advance
> > for any direction.
> >
> > ;SetupMgrTag
> > [Unattended]
> > DriverSigningPolicy=Ignore
> > OemSkipEula=Yes
> >
> > OemPnPDriversPath="drivers;drivers\network\l5;drivers\video\l5;drivers\usb\l5"
> > InstallFilesPath=C:\sysprep\i386
> >
> > [GuiUnattended]
> > AdminPassword=PASSWORD
> > AutoLogon = yes
> > AutoLogonCount = 6
> > OEMSkipRegional=1
> > TimeZone=35
> > OemSkipWelcome=1
> >
> > [UserData]
> > FullName="FULLNAME"
> > ComputerName=*
> > OrgName="ORGNAME"
> > ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
> >
> > [TapiLocation]
> > CountryCode=107
> > AreaCode=XXX
> >
> > [SetupMgr]
> > DistFolder=C:\sysprep\i386
> > DistShare=win2000dist
> >
> > [Identification]
> > JoinWorkgroup=WORKGROUP
> >
> > [Networking]
> > InstallDefaultComponents=Yes
> >
> > [GUIRunOnce]
> > Command0="c:\winnt\zmg\1strun.vbs"

Reply to Brian

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

 

Hi Brian

The driver location would be fine. Personally, I use abbreviations for the
folder names (to keep the path short).

I would dispute your desktop department's reasoning. If you read the
Microsoft Product Support Lifecycle
(http://support.microsoft.com/default.aspx?pr=lifecycle), specifically the
text related to hotfixes, you'll find that the business would be exposed to
considerable risk by not having hotfixes available for the old service pack.

Microsoft has been generous with providing patches for non-support SP levels
with the most severe patches.

They may say "We have a firewall, so we're protected". Ask them if they
have any laptops in the company at all. As soon as a laptop is removed from
the company's network and plugged in (through dial-up, wireless, or
whatever), the company firewall is providing no protection whatsoever. As
soon as the infected laptop comes back into the company network, your
business is likely to be down for the day.

Still, when they have to reinstall every machine because of some virus, they
might find time to install a recent service pack while they're at it.

Sorry if that sounds harsh (especially given that you already agree with
me), but the "we don't have time" attitude soon changes once you've had a
virus outbreak.

Since you're doing a deployment, now is exactly the right time to do the
service pack rollout.

Cheers

Oli




"Brian" <brian.boere@homehardware.ca> wrote in message
news:9d4c8ba8.0411260623.76be5709@posting.google.com...
> Thanks Oli, I can't remember for sure if I tried the
> "OemPreinstall=Yes" (I have tried so many things) I will try it again
> to see if it will work.
>
> Is there a specific location that I have to put the Driver files. In
> my SYSPREP.INF file, the OemPnPDriversPath has been
> "drivers;drivers\network\l5;drivers\video\l5;drivers\usb\l5". The
> actual location of the folder is C:\Drivers. From everything that I
> have read, I think this is correct. Should the "Drivers" folder be
> somewhere else to get it to work properly?
>
> As far as the SP2, I am assisting the desktop department, and they
> have decided that they do not have the time nor the need to upgrade to
> SP4. I have not been able to figure out their exact reasoning.
> (although I do agree with you)
>
> Thanks.
> Brian
>
>
> "Oli Restorick [MVP]" <oli@mvps.org> wrote in message
> news:<utMuVQb0EHA.4028@TK2MSFTNGP15.phx.gbl>...
>> Have you tried adding the line "OemPreinstall=Yes" to the [Unattended]
>> section of the inf file?
>>
>> I'm not 100% sure whether this is required for the OEMPnPDriversPath to
>> be
>> processed, but it is required for processing the $OEM$ directory, which
>> is
>> how drivers often get copied to the C: drive.
>>
>> Also, why are you still using Windows 2000 SP2? Are you aware that SP4
>> is
>> out and there are many seriously vulnerabilities which you may not be
>> protected from by sticking on SP2? Unless there's a very good reason for
>> sticking with SP2, I'd recommend you get to SP4.
>>
>> Regards
>>
>> Oli
>>
>>
>> "Brian" <brian.boere@homehardware.ca> wrote in message
>> news:9d4c8ba8.0411230633.2093b134@posting.google.com...
>> >I am trying to use the SYSPREP.INF file and the OEMPNPDRIVERSPATH line
>> > to have the workstations push the search paths for the driver files
>> > into the registry. I have tried several different thing and cannot
>> > get this to work. I have tried the -pnp switch when running SYSPREP
>> > and this has not helped. I have checked the registry
>> > (HKLM\Software\Microsoft\Windows\CurrrentVersion) when being prompted
>> > for the driver files, and the information from the OEMPNPDriversPath
>> > in the SYSTEM.INI file is not there. It is just not working. What am
>> > I doing wrong? I am working with Windows 2000 SP2 and SYSPREP 1.1. I
>> > have attached the SYSPREP.INF file that I am using. Thanks in advance
>> > for any direction.
>> >
>> > ;SetupMgrTag
>> > [Unattended]
>> > DriverSigningPolicy=Ignore
>> > OemSkipEula=Yes
>> >
>> > OemPnPDriversPath="drivers;drivers\network\l5;drivers\video\l5;drivers\usb\l5"
>> > InstallFilesPath=C:\sysprep\i386
>> >
>> > [GuiUnattended]
>> > AdminPassword=PASSWORD
>> > AutoLogon = yes
>> > AutoLogonCount = 6
>> > OEMSkipRegional=1
>> > TimeZone=35
>> > OemSkipWelcome=1
>> >
>> > [UserData]
>> > FullName="FULLNAME"
>> > ComputerName=*
>> > OrgName="ORGNAME"
>> > ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
>> >
>> > [TapiLocation]
>> > CountryCode=107
>> > AreaCode=XXX
>> >
>> > [SetupMgr]
>> > DistFolder=C:\sysprep\i386
>> > DistShare=win2000dist
>> >
>> > [Identification]
>> > JoinWorkgroup=WORKGROUP
>> >
>> > [Networking]
>> > InstallDefaultComponents=Yes
>> >
>> > [GUIRunOnce]
>> > Command0="c:\winnt\zmg\1strun.vbs"

Reply to Anonymous

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

 

Brian wrote:
> I am trying to use the SYSPREP.INF file and the OEMPNPDRIVERSPATH line
> to have the workstations push the search paths for the driver files
> into the registry. I have tried several different thing and cannot
> get this to work. I have tried the -pnp switch when running SYSPREP
> and this has not helped. I have checked the registry
> (HKLM\Software\Microsoft\Windows\CurrrentVersion) when being prompted
> for the driver files, and the information from the OEMPNPDriversPath
> in the SYSTEM.INI file is not there. It is just not working. What am
> I doing wrong? I am working with Windows 2000 SP2 and SYSPREP 1.1. I
> have attached the SYSPREP.INF file that I am using. Thanks in advance
> for any direction.

Hi,

Just to be sure, is your sysprep.inf file in c:\sysprep ?

--
===========================
Nicolas (kirioss chez ifrance pt com)
This behavior is by design (Microsoft)
===========================

Reply to Anonymous
Tom's Hardware > Forum > Windows 2000/NT > Windows 2000/NT General Discussion > Trying to get SYSPREP.INF file to work to be able to push ..
Go to:

There are 1227 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them