December 30, 200421 yr Author Can you post the contents of WINNT.BAT file please.@rem SetupMgrTag@echo offremrem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.remset AnswerFile=.\Winnt.sifset SetupFiles=.\i386F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%
December 30, 200421 yr This is the batch file that Setupmgr produced? Yes.You will not need it, for CD install. Unattended.txt renamed to winnt.sif, then placed winnt.sif into I386 folder.
December 30, 200421 yr @MhzIf you've included it in I386 folder - as blasted has - and it contains incorrect info then it could be the cause of his prob.You either leave it out - as most of us do - OR if you use it, it must contain the correct info.
December 30, 200421 yr @MhzIf you've included it in I386 folder - as blasted has - and it contains incorrect info then it could be the cause of his prob.You either leave it out - as most of us do - OR if you use it, it must contain the correct info.It should not be there. And would doubt that it would be interpreted as it resides on a floppy if used.Info means nothing. Ok.
December 30, 200421 yr Can you post the contents of WINNT.BAT file please.@rem SetupMgrTag@echo offremrem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.remset AnswerFile=.\Winnt.sifset SetupFiles=.\i386F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%Try This For Your Winnt.bat@rem SetupMgrTag@echo offfor %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%iRemRem This is a SAMPLE batch script generated by Setup Manager.Rem If this script is moved from the location where it was generated, it may have to be modified.Remset AnswerFile=.\winnt.sifset SetupFiles=%CDROM%:\i386%CDROM%:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang
December 31, 200421 yr Author Can you post the contents of WINNT.BAT file please.@rem SetupMgrTag@echo offremrem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.remset AnswerFile=.\Winnt.sifset SetupFiles=.\i386F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%Try This For Your Winnt.bat@rem SetupMgrTag@echo offfor %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%iRemRem This is a SAMPLE batch script generated by Setup Manager.Rem If this script is moved from the location where it was generated, it may have to be modified.Remset AnswerFile=.\winnt.sifset SetupFiles=%CDROM%:\i386%CDROM%:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:langi tryed to install butt still the sama problem(s) windows get installed unattended with the account i made,butt still i cant get past the create user account, setup internet and my setup.cmd dont start,why wont this work for me???
December 31, 200421 yr 2blasted: Hope so this will solve your problem:to skip User etc. part (OOBE), U need to provide UnattendSwitch=yes... Instead U got UnattendSwitch="yes"Just remove quotation markAbout second problem - after installation, can u see setup.cmd in that local folder?
December 31, 200421 yr Author 2blasted: Hope so this will solve your problem:to skip User etc. part (OOBE), U need to provide UnattendSwitch=yes... Instead U got UnattendSwitch="yes"Just remove quotation markAbout second problem - after installation, can u see setup.cmd in that local folder?what do u mean by local folder?
December 31, 200421 yr The files from $oem$\$1\Install will be copied to your local drive... There should be path c:\Install - can U see setup.cmd in that folder?
December 31, 200421 yr Author The files from $oem$\$1\Install will be copied to your local drive... There should be path c:\Install - can U see setup.cmd in that folder?the only 3 folders i see in c are documents and settings , programfiles and windows.i want to tell again that i test the unattend cd with virtual pc
Create an account or sign in to comment