How To Install And Update Windows Vista SP2 64-bit Beyond Its EOL/ESU Dates

Discussion in 'Windows Vista' started by CaptainSpeleo, May 3, 2021.

  1. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,453
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    #762 CaptainSpeleo, Jun 13, 2023
    Last edited: Jun 15, 2023
    (OP)
    contents deleted
     
  3. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    I fired up my test laptop this evening which is running Windows Vista Business SP2 64-bit and was up to date to May 2023.

    Windows Update automatically loaded and displayed these 2 updates:
    KB5027279 June 2023 Security Monthly Quality Rollup for Windows Server 2008 64-bit
    KB5027543 June 2023 Security and Quality Rollup for Microsoft .NET Framework 4.6.2 for Windows Server 2008 SP2 64-bit

    Both updates successfully installed. :)
     
  4. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    My test laptop is running Windows Vista Business SP2 64-bit and was up to date to June 2023.

    Windows Update automatically detected and displayed and installed these 2 updates today:
    KB5028222 July 2023 Security Monthly Quality Rollup for Windows Server 2008 64-bit
    KB5028942 July 2023 Security and Quality Rollup for Microsoft .NET Framework 4.6.2 for Windows Server 2008 SP2 64-bit

    After doing a restart and updating the needed script, this update was manually installed:
    KB5028167 July 2023 Cumulative Security Update for Internet Explorer 9 for Windows Server 2008 64-bit.
    It updated IE9 to version 9.0.295.

    The guide in post #1 has been updated to reflect the new IE9 update and updated script in step #18.
     
  5. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    #765 TesterMachineOS, Aug 5, 2023
    Last edited: Aug 5, 2023
    Is there a way to integrate the updates in an offline way? in short without having the system live, but as in the traditional way using Dism to integrate the updates in install.wim

    (until now the only way I know of was using vLite which requires Vista's WAIK to remove components and integrate updates).
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,758
    340
    The traditional way using Dism works if your Host OS is Windows 7 or later, and install.wim is Vista SP1+
    Code:
    mkdir .\cab
    expand.exe -f:*Windows*.cab Windows6.0-KB960362-x86.msu .\cab >nul
    dism /Image:"C:\MountDir\\" /SysDriveDir:"C:\MountDir\\" /Quiet /NoRestart /Add-Package /PackagePath:cab\Windows6.0-KB960362-x86.cab /IgnoreCheck
    rd /s /q .\cab
     
  7. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    In my case I used an integration using Dism++ which worked and kept the iso clean. no damage
     
  8. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    August 2023 patch Tuesday:
    (Windows Vista SP2 64-bit already up to date to July 2023):

    Windows Update automatically detected and displayed and installed these 2 updates:
    KB5029318 August 2023 Security Monthly Quality Rollup for Windows Server 2008 64-bit
    KB5029654 August 2023 Security and Quality Rollup for Microsoft .NET Framework 4.6.2 for Windows Server 2008 SP2 64-bit

    After doing a restart and updating the needed script, this update was manually installed:
    KB5029243 July 2023 Cumulative Security Update for Internet Explorer 9 for Windows Server 2008 64-bit.
    It updated IE9 to version 9.0.300.

    The guide in post #1 has been updated to reflect the new IE9 update and new script in step #18.
     
  9. xrononautis

    xrononautis MDL Senior Member

    Mar 30, 2021
    358
    186
    10
    Hello Captain!
    Somehow I managed to miss the IE9 update :) Thank you for listing them!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    You're welcome about the IE9 update.

    It's been a while since I've tested your script, but I'll test it again sooner or later.
     
  11. xrononautis

    xrononautis MDL Senior Member

    Mar 30, 2021
    358
    186
    10
    Nothing really new there.. I am just updating the links to the cumulative nowdays :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    #772 CaptainSpeleo, Aug 11, 2023
    Last edited: Sep 11, 2023
    (OP)
    :thumbsup:
    Just got your new 0.01.0063 script.
     
  13. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    #774 CaptainSpeleo, Sep 5, 2023
    Last edited: Sep 11, 2023
    (OP)
    Thanks!
    The guide has been updated to reflect the new roots certificate.
    :)

    Does anyone know when Server 2008 updates come to an end and Vista can no longer be updated?
    From what I've read, it appears to be January 2024, but I can't confirm that.
    :confused:
     
  14. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30
    September 2023 patch Tuesday:
    (Windows Vista SP2 64-bit already up to date to August 2023):

    Windows Update automatically detected and displayed and installed these 2 updates:
    KB5030271 September 2023 Security Monthly Quality Rollup for Windows Server 2008 64-bit
    KB5030185 September 2023 Security and Quality Rollup for Microsoft .NET Framework 4.6.2 for Windows Server 2008 SP2 64-bit

    There was no IE9 update, so it remains at 9.0.300.
     
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,708
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,453
    60
    @Carlos Detweiller Will see if it really means we have “final” 6.0 build in that time :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,708
    210
    Depends on demand of important business customers.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,758
    340
    MECM sets 2026-01-06 as EOS for Server 2008 / 2008 R2 Premium Assurance
    so, who knows

    off-topic
    it also added Windows 11, version 23H2 yesterday, although not generally available yet
     
  19. CaptainSpeleo

    CaptainSpeleo MDL Addicted

    May 24, 2020
    921
    599
    30