From WPKG | Open Source Software Deployment and Distribution
|
|
| Line 1: |
Line 1: |
| − | Here is a silent installer for Microsoft Security Essentials. '''Warning: I haven't tested this yet. I hope to do so later today or tomorrow'''.
| + | #REDIRECT [[MSSecurityEssentials]] |
| − | | + | |
| − | The file you download, "mssefullinstall-whatever', is a self-extracting archive. So extract it to somewhere in your wpkg share directory.
| + | |
| − | | + | |
| − | Then
| + | |
| − | <source lang="xml">
| + | |
| − | <package id="securityessentials" name="Microsoft Security Essentials" revision="101611" reboot="false" priority="900">
| + | |
| − | <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Security Essentials\msseces.exe" value="1.0.1611.0">
| + | |
| − | <install cmd='%software%\securityessentials\setup.ex /s /runwgacheck /o'
| + | |
| − | </package>
| + | |
| − | </source>
| + | |
| − | | + | |
| − | Also, in setup.in, you might try changing the ShowUpgradeEULA option to false. Don't know if it makes any difference mind.
| + | |
| − | | + | |
| − | Note that if you are running XP, '''you need to manually remove Windows Defender first if it is present'''. MSSE incorporates the functionality of Windows Defender and more. The MSSE installer doesn't do this for you!
| + | |
| − | | + | |
| − | Thanks to AppDeploy, [http://www.appdeploy.com/packages/detail.asp?id=1647] for the command to run.
| + | |
| − | | + | |
| − | No removal or upgrade commands yet, hopefully someone who knows more WPKG than me can add them.
| + | |
| | | | |
| | [[Category: Silent Installers]] | | [[Category: Silent Installers]] |
Revision as of 10:09, 18 February 2010