Darkness2k Posted October 20, 2004 Posted October 20, 2004 I was just wondering what "Setup script file" Windows setup is looking for when I just run it:winnt32 /unattendIt says the script file with the serial is invalid. I've tried it as winnt.sif and unattend.txt but the only way they work is if I run winnt32 /unattend:unattend.txt... but that then goes and does a clean install instead of the upgrade.If you can let me know what file it is looking for, I'd be grateful!Chris
MHz Posted October 20, 2004 Posted October 20, 2004 When you use SetupMGR to make your answer file. It also creates a bat file.Like displayed.rem 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=.\unattend.txtset SetupFiles=E:\i386E:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%So, your command would be E:\i386\winnt32 /s:E:\i386 /unattended:.\unattended.txtAssuming that E: is the setup drive.Or you can use a cd boot method and rename unattended.txt to winnt.sif, and put it in i386 directory.
Darkness2k Posted October 20, 2004 Author Posted October 20, 2004 If I do it via the unattended.txt (or winnt.sif), then I will get a clean unattended install.I want an upgrade unattended install. This is accomplished by just runningWINNT32.EXE /unattendHowever, it then says the Script file does not contain a valid key. I don't know which file Winnt32 looks for during an unattended upgrade.
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