@echo off
net use x: %LOGONSERVER%\install$ /persistent:no
cls
echo Internet Explorer 7 now installing...
echo.
echo.

x:\Microsoft\IE7\IE7-WindowsXP-x86-enu.exe /passive

regedit /s c:\mrc\FixRunOnceIE7.reg

net use x: /d
