PseudoRandomDragon Posted July 13, 2005 Share Posted July 13, 2005 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 More sharing options...
SergeantNoob Posted July 15, 2005 Share Posted July 15, 2005 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 More sharing options...
Recommended Posts