unattended w2k server installation

  • Thread starter Thread starter Elijah
  • Start date Start date
E

Elijah

I contructed my answer file in serverA to perform an
unattended installation on serverB and when i tried
invoking it in serverB by typing the following at the
command prompt: C:\net use * \\serverA\distfile <enter> a
letter drive E:\ was assigned and then I cd to E and type
the following: E:\Unattend serverB <enter> I received the
following error: "setup script file (E:\Unattend.txt)is
inaccessible or invalid." Can you please help resolve this
issue?

Elijah
 
If the i386 folder is accessible as E:\i386 on the client and the
unattend.txt file is in the e:\ folder you should use this command
line

E:\i386\winnt /s:e:\i386 /unattend:e:\unattend.txt

regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
Back
Top