00 - [32] [64] - KB2460049 - 27.06.2011 Service Pack 1 for Microsoft Office 2010
Обновления для MS Office 2010 Professional Plus SP1 на 25.06.2013 01 - [32] [64] - KB2494150 - 03.03.2011 Update for Microsoft Office 2010
02 - [32] [64] - KB2553092 - 29.07.2011 Update for Microsoft Office 2010
03 - [32] [64] - KB2566445 - 06.09.2011 Security Update for Microsoft SharePoint Workspace 2010
04 - [32] [64] - KB2553065 - 11.09.2011 Update for Office File Validation 2010
05 - [32] [64] - KB2553091 - 11.09.2011 Security Update for Microsoft Office 2010
06 - [32] [64] - KB2553096 - 11.09.2011 Security Update for Microsoft Office 2010
07 - [32] [64] - KB2566458 - 11.09.2011 Update for Microsoft Office 2010
08 - [32] [64] - KB2553181 - 07.11.2011 Update for Microsoft Office 2010
09 - [32] [64] - KB2553290 - 07.11.2011 Update for Microsoft OneNote 2010
10 - [32] [64] - KB2553310 - 07.11.2011 Update for Microsoft Office 2010
11 - [32] [64] - KB2553185 - 12.12.2011 Security Update for Microsoft PowerPoint 2010
12 - [32] [64] - KB2589320 - 12.12.2011 Security Update for Microsoft Office 2010
13 - [32] [64] - KB2596964 - 12.12.2011 Update for Microsoft Office 2010
(32-bit only) 14 - [32] [64] - KB2598245 - 29.03.2012 Update for Microsoft Office 2010
15 - [32] [64] - KB2553267 - 06.04.2012 Update for Microsoft Office 2010
16 - [32] [64] - KB2553406 - 06.04.2012 Update for Microsoft Outlook Social Connector 2010
17 - [32] [64] - KB2553371 - 04.05.2012 Security Update for Microsoft Office 2010
18 - [32] [64] - KB2598243 - 28.06.2012 Security Update for Microsoft Office 2010
19 - [32] [64] - KB2553447 - 29.06.2012 Security Update for Microsoft Office 2010
20 - [32] [64] - KB2589371 - 29.10.2012 Update for Microsoft SharePoint Workspace 2010
21 - [32] [64] - KB2597126 - 29.10.2012 Security Update for Microsoft Excel 2010
22 - [32] [64] - KB2687509 - 29.10.2012 Update for Microsoft Office 2010
23 - [32] [64] - KB2687623 - 29.10.2012 Update for Microsoft Outlook 2010
24 - [32] [64] - KB2598242 - 10.12.2012 Update for Microsoft Office 2010
25 - [32] [64] - KB2687501 - 10.12.2012 Security Update for Microsoft Office 2010
26 - [32] [64] - KB2687510 - 10.12.2012 Security Update for Microsoft Office 2010
27 - [32] [64] - KB2760410 - 10.12.2012 Security Update for Microsoft Word 2010
28 - [32] [64] - KB2553378 - 11.02.2013 Update for Microsoft Office 2010
(32-bit only) 29 - [32] [64] - KB2597090 - 11.02.2013 Update for Microsoft Outlook 2010
30 - [32] [64] - KB2598240 - 11.02.2013 Update for Microsoft PowerPoint 2010
31 - [32] [64] - KB2760631 - 11.02.2013 Update for Microsoft Office 2010
32 - [32] [64] - KB2687503 - 05.03.2013 Update for Microsoft Office 2010
(32-bit only) 33 - [32] [64] - KB2553501 - 08.03.2013 Security Update for Microsoft Filter Pack 2.0
34 - [32] [64] - KB2687505 - 08.03.2013 Security Update for Microsoft Visio Viewer 2010
35 - [32] [64] - KB2760600 - 08.03.2013 Security Update for Microsoft OneNote 2010
36 - [32] [64] - KB2767886 - 08.03.2013 Update for Microsoft Office 2010
37 - [32] [64] - KB2687422 - 04.04.2013 Security Update for Microsoft InfoPath 2010
38 - [32] [64] - KB2760406 - 04.04.2013 Security Update for Microsoft InfoPath 2010
39 - [32] [64] - KB2553147 - 30.04.2013 Security Update for Microsoft Publisher 2010
40 - [32] [64] - KB2810068 - 30.04.2013 Security Update for Microsoft Visio 2010
41 - [32] [64] - KB982726 - 08.05.2013 Definition Update for Microsoft Office 2010
42 - [32] [64] - KB2687276 - 25.06.2013 Security Update for Microsoft Office 2010
Пример *.bat файла для установки обновлений:
Код: @echo off
CLS
echo.
echo Installing Hotfixes for Microsoft Office 2010 Professional Plus SP1
echo -------------------------------------------------------------------
set all=42
set cnt=1
set arc=x86
ECHO [%cnt%/%all%] KB2494150 Update for Microsoft Office 2010
start /wait .\%arc%\office2010-kb2494150-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553092 Update for Microsoft Office 2010
start /wait .\%arc%\office2010-kb2553092-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2566445 Security Update for Microsoft SharePoint Workspace 2010
start /wait .\%arc%\workspaces2010-kb2566445-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553065 Update for Office File Validation 2010
start /wait .\%arc%\office2010-kb2553065-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553091 Security Update for Microsoft Office 2010
start /wait .\%arc%\office2010-kb2553091-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553096 Security Update for Microsoft Office 2010
start /wait .\%arc%\office2010-kb2553096-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2566458 Update for Microsoft Office 2010
start /wait .\%arc%\Office2010-kb2566458-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553181 Update for Microsoft Office 2010
start /wait .\%arc%\msores2010-kb2553181-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553290 Update for Microsoft OneNote 2010
start /wait .\%arc%\onenoteloc2010-kb2553290-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553310 Update for Microsoft Office 2010
start /wait .\%arc%\msoloc2010-kb2553310-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553185 Security Update for Microsoft PowerPoint 2010
start /wait .\%arc%\powerpoint2010-kb2553185-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2589320 Security Update for Microsoft Office 2010
start /wait .\%arc%\msptls2010-kb2589320-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2596964 Update for Microsoft Office 2010 (32-bit only)
IF "%arc%"=="x86" (start /wait .\%arc%\nlgmslid2010-kb2596964-fullfile-%arc%-glb.exe /quiet /passive /norestart)
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2598245 Update for Microsoft Office 2010
start /wait .\%arc%\Office2010-kb2598245-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553267 Update for Microsoft Office 2010
start /wait .\%arc%\oscmoss2010-kb2553267-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553406 Update for Microsoft Outlook Social Connector 2010
start /wait .\%arc%\oscloc2010-kb2553406-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553371 Security Update for Microsoft Office 2010
start /wait .\%arc%\graph2010-kb2553371-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2598243 Security Update for Microsoft Office 2010
start /wait .\%arc%\vbe72010-kb2598243-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553447 Security Update for Microsoft Office 2010
start /wait .\%arc%\ace2010-kb2553447-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2589371 Update for Microsoft SharePoint Workspace 2010
start /wait .\%arc%\groove2010-kb2589371-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2597126 Security Update for Microsoft Excel 2010
start /wait .\%arc%\excel2010-kb2597126-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687509 Update for Microsoft Office 2010
start /wait .\%arc%\csi2010-kb2687509-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687623 Update for Microsoft Outlook 2010
start /wait .\%arc%\outlookloc2010-kb2687623-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2598242 Update for Microsoft Office 2010
start /wait .\%arc%\proofloc2010-kb2598242-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687501 Security Update for Microsoft Office 2010
start /wait .\%arc%\mso2010-kb2687501-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687510 Security Update for Microsoft Office 2010
start /wait .\%arc%\msconv972010-kb2687510-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2760410 Security Update for Microsoft Word 2010
start /wait .\%arc%\word2010-kb2760410-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553378 Update for Microsoft Office 2010 (32-bit only)
IF "%arc%"=="x86" (start /wait .\%arc%\osetup2010-kb2553378-fullfile-%arc%-glb.exe /quiet /passive /norestart)
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2597090 Update for Microsoft Outlook 2010
start /wait .\%arc%\outlook2010-kb2597090-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2598240 Update for Microsoft PowerPoint 2010
start /wait .\%arc%\powerpoint2010-kb2598240-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2760631 Update for Microsoft Office 2010
start /wait .\%arc%\niceclass2010-kb2760631-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687503 Update for Microsoft Office 2010 (32-bit only)
IF "%arc%"=="x86" (start /wait .\%arc%\mscomctlocx2010-kb2687503-fullfile-%arc%-glb.exe /quiet /passive /norestart)
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553501 Security Update for Microsoft Filter Pack 2.0
start /wait .\%arc%\filterpack2010-kb2553501-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687505 Security Update for Microsoft Visio Viewer 2010
start /wait .\%arc%\vviewer2010-kb2687505-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2760600 Security Update for Microsoft OneNote 2010
start /wait .\%arc%\onenote2010-kb2760600-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2767886 Update for Microsoft Office 2010
start /wait .\%arc%\usp102010-kb2767886-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687422 Security Update for Microsoft InfoPath 2010
start /wait .\%arc%\infopath2010-kb2687422-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2760406 Security Update for Microsoft InfoPath 2010
start /wait .\%arc%\ipeditor2010-kb2760406-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2553147 Security Update for Microsoft Publisher 2010
start /wait .\%arc%\publisher2010-kb2553147-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2810068 Security Update for Microsoft Visio 2010
start /wait .\%arc%\visio2010-kb2810068-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB982726 Definition Update for Microsoft Office 2010
start /wait .\%arc%\outlfltr2010-kb982726-fullfile-%arc%-glb.exe /quiet /passive /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2687276 Security Update for Microsoft Office 2010
start /wait .\%arc%\ogl2010-kb2687276-fullfile-%arc%-glb.exe /quiet /passive /norestart
ECHO.
ECHO Done! Now you have all actual updates for MS Office 2010
ECHO.
PAUSE