Thank you. But, since you were so vastly responsive - why a 'C'?
Main Topics
Browse All TopicsI followed this guide to creating a bootable XP CD and it works great...
http://www.helpwithwindows
But I also want the installation to use an answer file from boot and can't figure it out.
I placed my answer file and a batch file for the install in the root of the CD and changed AUTORUN.INF to reflect the new batch. This works great from Windows but not when booting from the CD. Any idea's?
Finally, am I wasting my time? Should I be using WinPE for this?
Files Below:
************UNATTEND.BAT START*****************
@rem SetupMgrTag
@echo off
set AnswerFile=.\unattend.txt
set SetupFiles=E:\i386
E:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang
************UNATTEND.BAT END*****************
************UNATTEND.TXT START*****************
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
AutoActivate="no"
CrashDumpSetting="0"
DisableDynamicUpdates=Yes
DriverSigningPolicy="Ignor
FileSystem=NTFS
Hibernation=0
UnattendMode=FullUnattende
OemSkipEula=Yes
OemPreinstall=No
Repartition=Yes
TargetPath=\WINDOWS
UnattendSwitch="yes"
[GuiUnattended]
AdminPassword="Password1"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
ProductKey=(censored)
FullName="NAME"
OrgName="NAME"
ComputerName=*
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=401
LongDistanceAccess="9"
[Branding]
BrandIEUsingUnattended=Yes
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[RegionalSettings]
LanguageGroup=1
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Y
************UNATTEND.TXT END*****************
************AUTORUN.INF START*****************
[AutoRun]
open=unattend.bat
icon=setup.exe,0
************AUTORUN.INF END*****************
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.
Business Accounts
Answer for Membership
by: jkrPosted on 2006-04-05 at 11:10:37ID: 16384542
Try to
set SetupFiles=.\i386
%SetupFiles%\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang