I_Broke_My_MHZ Posted April 4, 2005 Posted April 4, 2005 I am getting massivly p***ed off. Any answeres would be greatly apreciated.So basically im doing a clean install of Win2k on Win98 unattended. So I copy the install files to c:\win2kinst, then boot to DOS and runc:\win2kinst\i386\winnt.exeIt asks me for the files directory, at which I input c:\win2kinst\i386, allows me to select a partition, then converts the drive. Fine. Then the installation starts. This is the part that is suppost to be unattended. But at the beginning it asks for where autoexec.nt and other files are. DAMNIT! What am I doing wrong?I attached my winnt.sif file if anyone wants a look.WINNT.SIF
BlkDrgn465 Posted April 4, 2005 Posted April 4, 2005 In your winnt.sif...you have:UnattendMode = ProvideDefaultIt Should be:UnattendMode = FullUnattendedYou have: TargetPath = "winnt"Should be:TargetPath = "\winnt"and i'm pretty sure that the guirunonce needs to be in the format of "command0=%systemdrive%\install\installstuff.cmd"Hope this helps a littleBreathe a little...this is supposed to be fun
I_Broke_My_MHZ Posted April 4, 2005 Author Posted April 4, 2005 Oh its fun..when it works. Trial and error is no fun, however Thanks for looking that winnt.sif file over. I made the changes. As it turned out it wasn't even being loaded since the command should have been Winnt /U:c:\win2kinst\i386\winnt.sifThat whole file copy error thing turned out to be caused by nLite, which has problems with non-boot from cd installations at the moment. So I had to remake the CD image.And to top it all off putting $oem$ in the i386 folder proved to be a mistake, since when the files were copied they were all given MSDOS compatable names (windows went ~1 happy on all my $oem$ contents). Lesson learned, put $oem$ next to i386.
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