You are here:Home»KB»Applications»Slipstreaming Switches
Thursday, 24 June 2010 00:01

Slipstreaming Switches

Written by

/Q /NORESTART

For progress bar only: /qb /norestart


Microsoft Security Essentials

setup.exe /s /runwgacheck
---------------

To eliminate the update check after install add this command:

taskkill.exe /f /im /msseces.exe

so the install script should look like this:

mssefullinstall-x86fre-en-us-vista-win7.exe /s /runwgacheck
taskkill /f /im msseces.exe

--------------
This works for me:

mssefullinstall-x86fre-en-us-xp.exe /s /runwgacheck /o

This will only do the installation. It won't update or start mse.

If you want to start and update then run this after the installation:

msseces.exe /update -hide


 

 

Read 636 times