SF.net SVN: unattended:[4288] trunk/install/scripts/mse.bat
jjp3--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4288
http://sourceforge.net/p/unattended/code/4288
Author: jjp3
Date: 2018-10-14 17:10:43 +0000 (Sun, 14 Oct 2018)
Log Message:
-----------
MS Security Essentials 1.277.989.0
Added Paths:
-----------
trunk/install/scripts/mse.bat
Added: trunk/install/scripts/mse.bat
===================================================================
--- trunk/install/scripts/mse.bat (rev 0)
+++ trunk/install/scripts/mse.bat 2018-10-14 17:10:43 UTC (rev 4288)
@@ -0,0 +1,20 @@
+:: OPTIONAL: Install MS Security Essentials
+:: HOME: http://windows.microsoft.com/en-gb/windows/security-essentials-all-versions
+:: URL|ESN|http://mse.dlservice.microsoft.com/download/2/A/C/2AC6E889-9EBB-4E06-A011-1AA9DAEDDB69/eses/x86/mseinstall.exe|packages/mse/mseinstall-x86.exe
+:: URL|ESN|http://mse.dlservice.microsoft.com/download/2/A/C/2AC6E889-9EBB-4E06-A011-1AA9DAEDDB69/eses/amd64/mseinstall.exe|packages/mse/mseinstall-amd64.exe
+
+:: DEFINITIONS: http://www.microsoft.com/security/portal/definitions/adl.aspx
+:: URL|ALL|http://definitionupdates.microsoft.com/download/DefinitionUpdates/VersionedSignatures/AM/1.277.989.0/x86/mpam-fe.exe|packages/mse/mpam-fe-x86-1.277.989.0.exe
+:: URL|ALL|http://definitionupdates.microsoft.com/download/DefinitionUpdates/VersionedSignatures/AM/1.277.989.0/amd64/mpam-fe.exe|packages/mse/mpam-fe-amd64-1.277.989.0.exe
+:: URL|ALL|http://definitionupdates.microsoft.com/download/DefinitionUpdates/NRI/x86/nis_full.exe|packages/mse/nis_full-x86.exe
+:: URL|ALL|http://definitionupdates.microsoft.com/download/DefinitionUpdates/NRI/amd64/nis_full.exe|packages/mse/nis_full-amd64.exe
+
+@Echo off
+::todo.pl "\"%PROGRAMFILES%\Microsoft Security Client\msseces.exe\" /update"
+
+:: INSTALL updates
+todo.pl "%Z%\packages\mse\mpam-fe-%PROCESSOR_ARCHITECTURE%-1.277.989.0.exe /s"
+
+todo.pl ".reboot"
+
+todo.pl "start /wait %Z%\packages\mse\mseinstall-%PROCESSOR_ARCHITECTURE%.exe /s /runwgacheck /o"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.