smeijer wrote:Hi FrankH,
Was about to write exactly the same thing
Could you share which parts of the doupdate.cmd you deleted/commented out?
Thanks!
Hi smeijer,
not that difficult really. Just edit the script "wsusoffline\client\cmd\doupdate.cmd", and find the line following lines:
- Code: Select all
rem *** Install Internet Explorer ***
if "%OS_SRV_CORE%"=="1" goto SkipIEInst
echo Checking Internet Explorer version...
Then change it to the following:
- Code: Select all
rem *** Install Internet Explorer ***
rem if "%OS_SRV_CORE%"=="1" goto SkipIEInst
rem echo Checking Internet Explorer version...
echo Skipping mandatory Internet Explorer 11 Installation...
goto SkipIEInst
This will cause the script to simply skip the entire IE installation process. Of course if you allow wsusoffline to update itself, this change will be lost.