Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Операционные системы » Microsoft Windows » Обновления для Microsoft Windows 7 / Server 2008 R2

Модерирует : KLASS, IFkO

KLASS (18-03-2017 04:18): Продолжение в Обновления для Microsoft Windows 7 / Server 2008 R2 Часть 5  Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

   

BrotherMicroTMP



Junior Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

Код:
@echo off
CLS
echo.
echo Installing Hotfixes for Microsoft Windows 7 (I)
echo -------------------------------------------------
set all=42
set cnt=1
IF Defined ProgramW6432 (
  set arc=x64
) ELSE (
  set arc=x86
)
echo [%cnt%/%all%] KB2758694  07.01.13  Security Update for MSXML Core Services 4.0 SP3
start "" /wait "%~dp0%arc%\Update13\msxml4-KB2758694-enu.exe" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB917607   14.10.09  Windows Help Program (WinHlp32.exe) for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update09\Windows6.1-KB917607-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2496898  21.03.11  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update11\Windows6.1-KB2496898-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2533552  09.05.11  Update for Windows 7 (x32 only)
IF "%arc%"=="x86" (start /wait wusa.exe "%~dp0%arc%\Update11\Windows6.1-KB2533552-x86.msu" /quiet /norestart)
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2545698  27.06.11  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update11\Windows6.1-KB2545698-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2547666  27.06.11  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update11\Windows6.1-KB2547666-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2603229  24.10.11  Update for Windows 7 (x64 only)
IF "%arc%"=="x64" (start /wait wusa.exe "%~dp0%arc%\Update11\Windows6.1-KB2603229-x64.msu" /quiet /norestart)
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2676562  07.05.12  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2676562-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2667402  12.06.12  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2667402-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2698365  09.07.12  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2698365-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2732059  24.09.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2732059-v5-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2739286  08.10.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2739286-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2729094  09.10.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2729094-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2574819  10.09.13  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2574819-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2592687  22.10.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2592687-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2685811  12.11.12  Kernel-Mode Driver Framework Version 1.11
start /wait wusa.exe "%~dp0%arc%\Update12\kmdf-1.11-Win-6.1-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2685813  12.11.12  User-Mode Driver Framework Version 1.11
start /wait wusa.exe "%~dp0%arc%\Update12\Umdf-1.11-Win-6.1-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2750841  12.11.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2750841-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2761217  12.11.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2761217-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2779272  10.12.12  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update12\Windows6.1-KB2779272-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2773072  07.01.13  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2773072-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2670838  11.02.13  Platform Update for Windows 7  
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2670838-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2813347  08.04.13  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2813347-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2818604  13.05.13  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2818604-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2834140  12.08.13  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2834140-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2830477  11.11.13  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2830477-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
ECHO [%cnt%/%all%] KB2900986  11.11.13  Cumulative Security Update for ActiveX Killbits
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2900986-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2894844  10.12.13  Security Update for MS .NET Framework 3.5.1
start /wait wusa.exe "%~dp0%arc%\Update13\Windows6.1-KB2894844-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2919469  10.02.14  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update14\Windows6.1-KB2919469-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2898851  12.05.14  Security Update for MS .NET Framework 3.5.1
start /wait wusa.exe "%~dp0%arc%\Update14\Windows6.1-KB2898851-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2887535  07.07.14  Update to Microsoft Update client
start "" /wait "%~dp0%arc%\Update14\WindowsUpdateAgent-7.6-%arc%.exe" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB2984972  13.10.14  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update14\Windows6.1-KB2984972-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3000483  09.02.15  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update15\Windows6.1-KB3000483-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3004375  09.02.15  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update15\Windows6.1-KB3004375-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3006137  23.02.15  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update15\Windows6.1-KB3006137-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3046269  13.04.15  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update15\Windows6.1-KB3046269-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3059317  02.06.15  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update15\Windows6.1-KB3059317-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3064209  15.06.15  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update15\Windows6.1-KB3064209-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3123479  11.01.16  Security Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update16\Windows6.1-KB3123479-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3102429  19.01.16  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update16\Windows6.1-KB3102429-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3118401  15.02.16  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update16\Windows6.1-KB3118401-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%] KB3138612  01.03.16  Update for Windows 7
start /wait wusa.exe "%~dp0%arc%\Update16\Windows6.1-KB3138612-%arc%.msu" /quiet /norestart
echo.
echo Done! Please reboot your computer to complete installation!
echo.
set reboot=Y
set /p reboot="Reboot now? [Y(yes)/n(no)] "
IF "%reboot%"=="Y" (
    shutdown /r /t 00
)
IF "%reboot%"=="y" (
    shutdown /r /t 00
)
 

Всего записей: 98 | Зарегистр. 29-03-2016 | Отправлено: 19:01 17-10-2016
   

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Операционные системы » Microsoft Windows » Обновления для Microsoft Windows 7 / Server 2008 R2
KLASS (18-03-2017 04:18): Продолжение в Обновления для Microsoft Windows 7 / Server 2008 R2 Часть 5


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru