Bypass Windows 7 Extended Security Updates Eligibility

Discussion in 'Windows 7' started by abbodi1406, Nov 17, 2019.

  1. eMTeee

    eMTeee MDL Novice

    Feb 3, 2020
    25
    17
    0
  2. dzaer

    dzaer MDL Novice

    Feb 26, 2020
    2
    0
    0
    I'm lost. Where do I get the download links for the updates? They are links from May in the first post.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Update History is for installation through WU only
    it's not important
    no update offer in WU = update is installed

    check Control Panel \ Programs and Features \ Installed Updates
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    #3906 Enthousiast, Jul 31, 2020
    Last edited: Jul 31, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Oliver Donald

    Oliver Donald MDL Novice

    Dec 5, 2017
    11
    5
    0
    Using this dotNetFx4_ESU_Installer_r, I got

    ==== ERROR ====
    .NET 4.5.2 is the minimum supported version.

    I checked HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
    and found that in my case Release was 378389, which means line 28:
    if %_ver% lss 379893 goto :E_Min
    applied and then the error. I deleted line 28 so line 29:
    if %_ver% lss 393297 set _tag=NDP45
    could be executed. Luckily, it worked so, I am letting you know.
    By the way, this was on Win7 Ultimate x86 with
    .NET Target Version 4.0.0 and .NET Version 4.5.50709
    applying KB4565616v2
     
  6. eMTeee

    eMTeee MDL Novice

    Feb 3, 2020
    25
    17
    0
    Yeah it's not always evident whether it is installed correctly or not.
    The new "r" version of the dotNetFx4_ESU_Installer runs the .NET installer unattended so if there's an error during the installation process then you won't see the usual log displayed in the .NET installer's last summary page.
    Nor the script will show any of such errors unless you run it from a command prompt (and not from Explorer or other shells). If you do the latter you won't see any message since the script's window closes immediately after the process.
    You can though check the result in a log file named KBXXXXXX_Date_TIme.html created in AppData\Local\Temp.

    I added a pause command to line109 to avoid this to fool me again.
    Code:
    if %ERRORLEVEL% neq 0 if %ERRORLEVEL% neq 3010 echo Failed. Error code: %ERRORLEVEL%
    pause
    goto :eof
    
     
  7. JasWat1728

    JasWat1728 MDL Novice

    Jan 13, 2020
    21
    0
    0
    Sorry @abbodi1406 for the mention but so far I've been getting no replies on why I'm unable to install a security update on an Ultimate system while an Enterprise system has no issues installing it.

     
  8. eMTeee

    eMTeee MDL Novice

    Feb 3, 2020
    25
    17
    0
    KB4565539 is the July security only cumulative update. Maybe you have the July security & qualtiy rollup already installed so then the security only rollup is not applicable.
    Check the "Microsoft Windows" and "Microsoft .NET Framework 4.x.x" groups in the list of Control Panel -> Programs and Features -> View Installed Updates to see what you have or have not installed. If unsure, post a screenshot of the latest items of each group.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. AutumnBreeze

    AutumnBreeze MDL Novice

    Dec 22, 2019
    34
    4
    0
  11. Mazufa

    Mazufa MDL Junior Member

    Dec 28, 2019
    62
    11
    0

    I have now installed a completely new Windows 7 Professional 64bit operating system. I also installed all the normal updates, and install all the device drivers manually way. I have also activated the Windows 7 ostamallani original license code.

    I have not yet installed any antivirus program because we agreed that we will first install the Bybass and Npd updates.

    I have put you a private message, so could you be in touch with me out there when you have time? :)

    Thanks! :)

    Regards
    Mazufa
     
  12. alzcoew397

    alzcoew397 MDL Senior Member

    Oct 6, 2018
    493
    245
    10
    if you simply install simplx pack 7 you wouldn'thave to make a format, but whatever ...
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Live installing the pack won't install the ndp4x update, only the .351.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. xkubus

    xkubus MDL Novice

    Dec 10, 2011
    35
    43
    0
    The new framework can be installed via an addon.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    #3919 Enthousiast, Aug 3, 2020
    Last edited: Aug 3, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    @eMTeee
    the revived dotNetFx4_ESU_Installer.cmd don't close immediately (unless there is batch or path error)
    it run the exe update and wait until it finish, then show the code if there are any error

    @JasWat1728
    did you installed latest servicing stack update first?