Unattended IE6SP1 install


Recommended Posts

Trying out an unattended install for Win2k on vmware which seems to have not gone over so well. Basically I have a batch file that runs on first boot and does this command for installing IE

IF EXIST "%systemdrive%\win2ks\ie60sp1\ie6setup.exe" ( start /wait "%systemdrive%\win2ks\ie60sp1\ie6setup.exe" /Q:A /R:N /C:"ie6wzd.exe /S:""#e"" /Q" )

It does not work. The error message was somewhere along the lines of /Q:A is an invalid switch. Does anyone here have experience with unattended installation of internet explorer?

Link to comment
Share on other sites

ie6setup.exe /Q:A /R:N /C:"ie6wzd /S:""#e"" /Q:A /R:N"

Try that instead.

Make sure Windows 2000 files are present and the installer can write to that specific directory.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.