Sysprep 2.0 and sysprep.inf

Minisetup is not reading the INF file created with setupmgr. exe. I have a dir located at c:\sysprep and inside this dir is the sysprep. exe and the sysprep. inf. Any suggestions to why it is not reading the inf file? Sysprep.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar09.webp

28 Posts
Location -
Joined 2000-04-13
Minisetup is not reading the INF file created with setupmgr.exe. I have a dir located at c:\sysprep and inside this dir is the sysprep.exe and the sysprep.inf. Any suggestions to why it is not reading the inf file?
Sysprep.inf shown below
 
;SetupMgrTag
[GuiUnattended]
AdminPassword=Not showing
EncryptedAdminPassword=Yes
OEMSkipRegional=1
OEMDuplicatorstring=WOODMERE_1.0
TimeZone=35
 
[userData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName=""
OrgName="Lear Corporation"
 
[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
 
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=231
LongDistanceAccess="9"
 
[identification]
JoinWorkgroup=WOODMERE
 
[Networking]
InstallDefaultComponents=Yes
 
[unattended]
TargetPath=\WINDOWS
 
[branding]
BrandIEUsingUnattended=Yes
 
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar30.webp

3 Posts
Location -
Joined 2003-01-30
When you run sysprep, before you select reseal, make sure mini-setup is checked.

data/avatar/default/avatar09.webp

28 Posts
Location -
Joined 2000-04-13
OP
But shouldn't it look for the sysprep.inf if I select the mini setup or not? Or do I have to select miniseetup to use the sysprep.inf?