Shoshoni Posted September 19, 2005 Posted September 19, 2005 (edited) I am finally at the point where I'm almost finished. And as always, then I just get another problem. I hope you guys can help me out. This is really ackward:In this situation the i386 folder is on the cd.K:\XP\i386\winnt32.exe /syspart:c: /unattend:E:\Restore\XP\i386\winnt.sif /s:E:\Restore\XP\i386\(E: is a harddrive)Everything runs fine in this scenario. I discoverered this by accident because nothing else was working. I got errors all the time (cyclic redundancy check).So the most obvious thing to do next was:E:\Restore\XP\i386\winnt32.exe /syspart:c: /unattend:E:\Restore\XP\i386\winnt.sif /s:E:\Restore\XP\i386\This should work heh but not with me! After I booted WinPE and ran winnt32,everything went fine until the moment that the first filecopying (BT~ folder etc.) begins.The App simply gave me this error:Setup can't make a filelist to copy. The system cannot find the specified file It really drives me nuts. I've spend months making a cd and then I get this! Thanks in advance for your help and time! Edited September 19, 2005 by Shoshoni
Shoshoni Posted September 20, 2005 Author Posted September 20, 2005 I guess that no one is able to help me. Thanks anyways
Shoshoni Posted September 21, 2005 Author Posted September 21, 2005 I did already, but nothing worked! This worked quite good:@echo offTITLE=Windows Preinstallation Environment - Unattended InstallationIF EXIST D:\$oem$.zip SET CDROM=D:IF EXIST J:\$oem$.zip SET CDROM=J:IF EXIST K:\$oem$.zip SET CDROM=K:IF EXIST L:\$oem$.zip SET CDROM=L:IF EXIST X:\$oem$.zip SET CDROM=X:ECHO Setting resolution to 1024x768...%CDROM%\i386\system32\setres.exe h1024 v768 b32format c: /q /y /fs:ntfscopy %CDROM%\winnt.sif C:\ >nulcopy %CDROM%\txtsetup.sif C:\ >nulchdir /d E:\Restore\XP\i386\ECHO Windows XP will now be installed on your computer...winnt32.exe /syspart:c: /unattend:E:\Restore\XP\i386\winnt.sifchdir /d C:\exit
rtK Posted September 21, 2005 Posted September 21, 2005 Hmm looks like you you are putting some wrong pathsthis is a part of the script I use to make unattended installs over network with PE (I use MS PE not Bart's)@echo offset installroot=..\os\es_proset SetupFiles=%installroot%\i386set AnswerFile=..\os\sif\prooem.txt%SetupFiles%\winnt32 /syspart:c: /tempdrive:c /s:%SetupFiles% /unattend:%AnswerFile% /makelocalsource /copysource:langThis baby been working like a charm since final xp was out
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