Yes that is the mini setup that will run everytime after SysPrep. Edit the answer file to reflect the answers you would like to make in the setup.
http://support.microsoft.c
Main Topics
Browse All TopicsExperts,
I am new to Sysprep and need some lamen guidance.
Multiple PC's to roll out with single platform (xp sp2) same hardware and different applications on each.
I assume multiple images are the best?
I have loaded all applications under the default administrator account, registered the applcations and joined to the domain. I created a directory "Sysprep" in the root of C:\ and copied all the files in the deploy cab to this c:\sysprep directory.
I created a sysprep.inf file and placed in the C:\Sysprep directory and ran sysprep util and chose "RESEAL">Shutdown then rebooted the machine with GHOST disk to create image file.
Here comes the problems?
When I reload the image file back to the machine it started the asking questions such as time zone and password questions?
Was that Mini Setup? If so, why after creating the sysprep.inf with the util? That file was placed in the sysprep dir.
What is the difference between answer file and Unattended.txt?
Why was the machine not associated with the DOMAIN, but still in a workgroup?
Why did I have to re assign admin password?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes that is the mini setup that will run everytime after SysPrep. Edit the answer file to reflect the answers you would like to make in the setup.
http://support.microsoft.c
Sysprep.inf
Sysprep.inf is an optional answer file that can be used to automate the
Mini-Setup wizard. Normally, when the Mini-Setup wizard runs, it prompts the
user for a few standard pieces of information used to configure the
computer. However, if Sysprep.inf is present, Mini-Setup uses information in
Sysprep.inf instead of prompting the user. By using Sysprep.inf, you can
have Mini-Setup prompt for certain information, or create a completely
automated installation that does not prompt the user for information at all.
Sysprep.inf is similar to the unattended Setup answer file, Unattend.txt.
Sysprep.inf supports a subset of the parameters supported by Unattend.txt
plus a few Sysprep-specific parameters. You can use Setup Manager to help
create the Sysprep.inf file.
Note To ensure that the options you specify in Sysprep.inf take effect,
Sysprep.inf must reside in the Sysprep folder on the system hard disk where
the Sysprep.exe and Setupcl.exe files are located or on a floppy disk.
And to add... If you use an unattend.txt as the basis for your sysprep.inf
, it ignores the extra stuff it does not understand. You just need to
make sure your Sysprep info is correct.
ALso they both are used for different purposes
The unattend.txt file is the answer file needed by Setup to
perform an unattended installation.
The sysprep.inf serves the same purpose as the unattend.txt, however it is used
in conjunction with the Sysprep process which is basically the MS way to clone a
machine. YOu would use Sysprep if you wanted to roll out the same configuration
to hundreds or more number of machines.
Star_trek,
Cool-
So when I ceated the sysprep with RESEAL and did not clicl mini setup this forced an minisetup "without" my inf file I created?
"I created a sysprep.inf file and placed in the C:\Sysprep directory and ran sysprep util and chose "RESEAL">Shutdown then rebooted the machine with GHOST disk to create image file."
I say this because of my original concern of having to go through and click time zone and admin password after reloading the image.
if you do not check minisetup then it will run windows install but would not set the guiunattend part which has
AdminPassword
Autologon
AutoLogonCount
OEMDuplicatorString
OEMSkipRegional
OEMSkipWelcome
TimeZone
Therefore you had to go through them after imaging.
In the link above mbritojr gave look for -reseal handle. It says "Clears the Event Viewer logs and prepares the computer for delivery to the customer. Windows Welcome or Mini-Setup is set to start the next time that the computer restarts."
Business Accounts
Answer for Membership
by: star_trekPosted on 2006-04-05 at 10:18:26ID: 16383928
When I reload the image file back to the machine it started the asking questions such as time zone and password questions? Was that Mini Setup? If so, why after creating the sysprep.inf with the util? That file was placed in the sysprep dir.
echnet/pro dtechnol/w inxppro/de ploy/ minis etup.mspx
Yes that is for minisetup. THere are ways to automate minisetup. Here is the link:
http://www.microsoft.com/t
What is the difference between answer file and Unattended.txt?
Answer file is unattened.txt