Hardware not being found with sysprep.

G

Guest

I’m having problems getting sysprep to descover new hardware when I use a
sysprep image on another pc.
My sysprep.inf file looks like this

;SetupMgrTag
[Unattended]
ExtendOemPartition=1
OemSkipEula=Yes
InstallFilesPath=c:\sysprep\i386
UnattendMode=FullUnattended
OemPnPDriversPath=asker\nic;asker\audio;asker\skjermkort;asker\Chipset

[GuiUnattended]
AdminPassword="test"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1

[UserData]
ProductKey=*-*-*
FullName="Ak"
OrgName="Asker kommune"
ComputerName=*

[TapiLocation]
CountryCode=47

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000414
UserLocale=00000414
InputLocale=0414:00000414

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


[Identification]
JoinWorkgroup=ARBEIDSGRUPPE

[Networking]
InstallDefaultComponents=Yes
The driver files are located under c:\asker
When searching manually for the drivers they are found.

Thanks for all the help.
 
G

Guest

Hey Hans

After looking at your sysprep file you are missing the following line

OemPreinstall=Yes

Here is a look at my sysprep file

[Unattended]
OemSkipEula=Yes
OemPreinstall=Yes
OemPnPDriversPath="drivers\815E Chipset;drivers"
ExtendOemPartition=1
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
InstallFilesPath=C:\sysprep\i386


[GuiUnattended]
AdminPassword="******"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1

[UserData]
ProductID=*****-*****-*****-*****-*****
FullName="Name"
OrgName="Company Name"
ComputerName=*

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

[Display]
BitsPerPel=32
Vrefresh=85
Xresolution=1024
YResolution=768

[Identification]
JoinWorkgroup=Workgroup

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[Sysprep]
BuildMassStorageSection=yes

[SysprepMassStorage]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top