Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,069
    30
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,026
    340
    No, doesn't supersede any
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,026
    340
    Trade secret
     
  4. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    It's abbodi and komm, now :D
     
  5. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,623
    3,855
    90
    I hope I'm not being too inconsiderate by telling everyone how we find them:
    Well, most of them are quite decent! :D
     
  6. assbutt

    assbutt Guest

    Do you work at MSFT or something?
     
  7. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,552
    15,643
    270
    Maybe a friend/connection, who cares, finally "trade secret" :D
     
  8. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,623
    3,855
    90
    Wasn't my previous reply sufficient? ;)
     
  9. assbutt

    assbutt Guest

    No.‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎
     
  10. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,026
    60
  11. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,623
    3,855
    90
    #9495 burfadel, Sep 23, 2014
    Last edited by a moderator: Apr 20, 2017
  12. assbutt

    assbutt Guest

    Does your method involve any insider access, or can it be performed by anyone competent?
     
  13. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    #9497 tistou77, Sep 23, 2014
    Last edited by a moderator: Apr 20, 2017
    Hello

    I use the burfadel's script to force the integration of the hotfix in LDR (Online)

    With this script, I need to specify the path where the hotfixes are present
    There have a "code" for the hotfixes located in the same folder as the script is automatically detected?

    Currently I have it

    Code:
    @echo off
    setLocal EnableDelayedExpansion
    set Work_Folder=D:\Drivers\Win7Updates\Online
    set Option=/Online
    Thanks for your help :)
     
  14. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,623
    3,855
    90
    #9499 burfadel, Sep 24, 2014
    Last edited by a moderator: Apr 20, 2017
    I should be able to work on the main script over the next two weeks, I'm going away but will have access to a computer. I should point out that the computer I will be using is running Windows 7 x64, so at least I can get it done properly for that. I'll add in untested Windows 8.1 support. Windows 8.1 can be a bit fidgety regarding the order of the installation of updates, in an earlier test bulk installing updates resulted in blue-screens, but not consistently, and this was on a couple of different machines (helping friends out installing Windows 8.1 was useful for this testing). I'll ask Abbodi to update me on the suggested order when it comes to it. I did notice that the latest Intel AHCI drivers (13.2 series), on a Z97 board, proved to be a bit blue-screen crashy if KB2919355 wasn't installed first, (or some other update, not sure at what point) before the AHCI driver was installed.

    Anyways, once I finish the Windows 8.1 support I'll leave it as a test for a couple of weeks and ask people to test it with caution, in case the install order needs tweaking :S.
     
  15. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90