ectavares Posted March 20, 2004 Posted March 20, 2004 Hi!I followed the tutorial showed at http://unattended.msfn.org/ but I didnt get any sucessful result.1 I copied the windows xp cd to a folder called xpcd2.I created an answer file and renamed it to winnt.sif since I am installing from a CD.3.I put the winnt.sif inside folder I386.4.I created all folders shown there($oem$,$1,...)Here is my winnt.sif :;SetupMgrTag[Data]AutoPartition=0MsDosInitiated="0"UnattendedInstall="Yes"[unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesUnattendSwitch="Yes"TargetPath=\WINDOWSFileSystem=*[GuiUnattended]AdminPassword=mypasswordEncryptedAdminPassword=YesAutoLogon=YesAutoLogonCount=1OEMSkipRegional=1TimeZone=85OemSkipWelcome=1[userData]ProductID=xxxx-xxxx-xxxx-xxxxFullName="Eduardo Tavares"OrgName="EDT"ComputerName=EduardoTavares[Display]BitsPerPel=32Xresolution=1280YResolution=1024[TapiLocation]AreaCode=678[identification]JoinWorkgroup=WORKGROUP[Networking]InstallDefaultComponents=Yes[Components]msmsgs=offmsnexplr=off freecell=offhearts=offminesweeper=offpinball=offsolitaire=offspider=offzonegames=off[GuiRunOnce]%systemdrive%\install\start.cmdI created my start.cmd like the tutorial showed .First I cant create boot cd because I cant find microsoft corporation.img like i read on a tutorial in the net.Second I have an error message and third The answers are not automatically answered.What should I do?
Aaron Posted March 20, 2004 Posted March 20, 2004 You can go to this page: http://unattended.msfn.org/xp/finish.htm to grab CDImage. It comes with a boot image and a batch script to automate the ISO creation.
ectavares Posted March 20, 2004 Author Posted March 20, 2004 I have already done this and still couldnt get it right. :afro:
AirMaleDFW Posted March 20, 2004 Posted March 20, 2004 @ectavares: The only reason I could see that creating an ISO wouldn't work is if you didn't read the Readme.txt file and edit the file "ISO Creator for WinXP Pro.cmd" so it points to the correct directories.Now, there are many reasons why an ISO won't work after you make it... but for you to fail at the point of creating an ISO is all about editing the batch file.
Exodia Posted March 21, 2004 Posted March 21, 2004 ectavaresYou seem to be having lots of problems creating an unattended install. Youre obviously very new to this so i sugest you start over from scratch and take it slow.First things first, slipstream SP1 into your cd, this way it will be integrated for you. Check your other post, i posted a link for you.Then, try creating a simple winnt.sif file and test out the install. Dont add anything until you get that working right. Then just work your way up from there.It took me a 2 days to get my first unattended cd with oem apps and updates working fine. Just take it slow and follow the directions carefully.
big_gie Posted March 21, 2004 Posted March 21, 2004 It took me a 2 days to get my first unattended cd with oem apps and updates working fine.2 days?????????????!!!!!!!!!!!!!I'm still working on it since last summer!!!!!!!!!!!
borhan Posted March 21, 2004 Posted March 21, 2004 Did u use Gosh's method?If so, the winnt.sif should placed in "BOOT" folder.
ectavares Posted March 21, 2004 Author Posted March 21, 2004 Big what did you do to get it working because I cant do it. :/
JPamplin Posted March 22, 2004 Posted March 22, 2004 Use Nero 5 or 6 to make your bootable CD, if you have it, then find a DOS boot floppy and use that as the boot image of the CD (Nero will ask for it when you're making the CD image).Also, your WINNT.SIF has FileSystem=* - Windows will ask you what file system you want, so this line MUST be changed if you want to go fully unattended! Remove that line entirely.Here's the first part of my WINNT.SIF file to get you started:[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended Repartition=No OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="Yes" TargetPath=\WINDOWS WaitForReboot="No" OemFilesPath="d:\Install\WinXP\$OEM$" OemPnPDriversPath="Drivers\0INTEL;Drivers\1VIA;Drivers\2SiS" DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore KeyboardLayout="US" Hibernation=No[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1[GuiRunOnce]d:\batfiles\postxp.cmdGood luck, and keep trying,JP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now