Sysprep not working

K

Kyle Kilback

I'm trying to use sysprep with a sysprep.inf file and it
does not seem to work. I put sysprep.exe, setupcl.exe
and sysprep.inf in C:\sysprep folder and run
sysprep.exe. The only thing I do is click on Reseal and
then it does its thing and shuts down. When I start the
machine up again, the settings I've specified in the
sysprep.inf file do not take. I pasted the sysprep.inf
file below that I am using. I am using the XPSP1 version
of sysprep.

---START FILE---
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386

[GuiUnattended]
AdminPassword=something
EncryptedAdminPassword=No
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=4
OemSkipWelcome=1

[UserData]
ProductKey=*****-*****-*****-*****-*****
FullName="CompanyName"
OrgName="CompanyName"
ComputerName=*

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

[Identification]
JoinDomain=our_domain
DomainAdmin=domain_admin_account
DomainAdminPassword=domain_admin_password

[Networking]
InstallDefaultComponents=Yes

---END FILE---

Thanks,
Kyle
 
S

Stephan

Issue the SYSPREP command via a command prompt and use
the -MINI switch. This switch tells sysprep to look for
and use the sysprep.inf file.
-Stephan
 

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