Hi ,
I´m trying to deploy IE 7.0 with file IE7-WindowsXP-x86-enu.exe and MUI
for
IE 7.0 with file IE7MUI-x86-enu.exe.
I´m trying to deploy via silent install with this instructions :
%~dp0IE7-WindowsXP-x86-enu.exe /quiet /update-no /norestart
%~dp0IE7MUI-x86-enu.exe /quiet /norestart
%SystemRoot%\System32\shutdown.exe -r -t 60
and after that I reboot the computer. After reboot I realized that MUI it
is
not installed but if I do the following "sort" :
%~dp0IE7-WindowsXP-x86-enu.exe /quiet /update-no /norestart
%SystemRoot%\System32\shutdown.exe -r -t 60
%~dp0IE7MUI-x86-enu.exe /quiet /norestart
%SystemRoot%\System32\shutdown.exe -r -t 60
Mui it´s succesfully installed.
Anyone has any idea to avoid rebooting the computer in the middle of the
installation ?? I need to install both packages without reboot between
them
....
Thank you very much