Jojje Posted June 10, 2004 Posted June 10, 2004 After booting the computer with a network-enabled disk a start the installation with set AnswerFile=.\unattend.txtset UdfFile=.\unattend.udbset ComputerName=%1set SetupFiles=i:\WinXP_en\i386if "%ComputerName%" == "" goto USAGEi:\WinXP_en\i386\winnt /s:%SetupFiles% /u:%AnswerFile% /udf:%ComputerName%,%UdfFile% Everything starts OK but in the end it hangs when copying unattend.udfAny suggestions?
Bâshrat the Sneaky Posted June 10, 2004 Posted June 10, 2004 set UdfFile=.\unattend.udbI don't know ANYTHING of the installation method you're using, but I think I've noticed a typing mistake... Perhaps that was the only problem???
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