blasted Posted December 30, 2004 Author Posted December 30, 2004 "&S$" does not excist is wrong typed,yes
DLF Posted December 30, 2004 Posted December 30, 2004 Can you post the contents of WINNT.BAT file please.
blasted Posted December 30, 2004 Author Posted December 30, 2004 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%
MHz Posted December 30, 2004 Posted December 30, 2004 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.
DLF Posted December 30, 2004 Posted December 30, 2004 @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.
MHz Posted December 30, 2004 Posted December 30, 2004 @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.
gunsmokingman Posted December 30, 2004 Posted December 30, 2004 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
blasted Posted December 31, 2004 Author Posted December 31, 2004 ok i will try i will keep you informed
blasted Posted December 31, 2004 Author Posted December 31, 2004 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???
Martin Zugec Posted December 31, 2004 Posted December 31, 2004 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?
blasted Posted December 31, 2004 Author Posted December 31, 2004 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?
Martin Zugec Posted December 31, 2004 Posted December 31, 2004 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?
blasted Posted December 31, 2004 Author Posted December 31, 2004 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
Martin Zugec Posted December 31, 2004 Posted December 31, 2004 Ok, first things first... Can U try that OOBE solution I provided?
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