Windows 7 Hotfix repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    It's superseded, thus better to hide it

    Code:
    set "ssu=KB2533552"
    set "arch=amd64"
    set "mumfile=Package_for_%ssu%~31bf3856ad364e35~%arch%~~6.1.1.1.mum"
    set "mountdir=C:\Mount"
    md .\temp
    expand.exe -f:*Windows*.cab *%ssu%*.msu .\ >nul
    expand.exe -f:* *%ssu%*.cab .\temp >nul
    cd .\temp
    ren update.mum %mumfile%
    findstr /i /v exclusive %mumfile%>update.mum
    dism /Image:%mountdir% /Add-Package /PackagePath:update.mum
    takeown /f "%mountdir%\Windows\servicing\Packages\%mumfile%" /A
    icacls "%mountdir%\Windows\servicing\Packages\%mumfile%" /grant *S-1-5-32-544:F
    copy /y %mumfile% "%mountdir%\Windows\servicing\Packages\"
    icacls "%mountdir%\Windows\servicing\Packages\%mumfile%" /reset
    
    change arch to x86 for 32bit
    change mountdir to your need


    KB3177467 also cannot be integrated offline normally, so the trick works for both
     
  2. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
    I don't know. I only relayed the info available on the companies' web sites.
    The main thing to take from it is that the .NET Preview should be avoided if not already installed and uninstalled if it is installed.
     
  3. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    343
    639
    10
    #10207 AndyMutz, Mar 17, 2018
    Last edited: Mar 17, 2018
    KB4088875 seems to have been pulled from windows update, as my win 7 and server 2008 r2 machines are not finding it.
    its still available on catalog though.

    -andy-
     
  4. Thiersee

    Thiersee MDL Novice

    Nov 3, 2013
    41
    41
    0
    I can confirm the issue, actuallyI only get KB4075211 first, then when installed, restarted and researched only KB4091290 and finally KB4088875.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,008
    251
    60
    #10209 mehdibleu, Mar 18, 2018
    Last edited: Mar 18, 2018
    even using Simplix Pack won't allow to integrate KB3177467 ?
     
  6. snof

    snof MDL Novice

    Mar 9, 2018
    23
    0
    0
    sorry for being stupid but I dont know . what is hotfix ? :D
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    The last time i tried it months ago, it does not
     
  8. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,008
    251
    60
    yes i noticed that few days ago by trying to integrate that update using Simplix Pack, in fact, it can't be integrated but it is still executed by RunOnce during the install so people might think that it can be integrated but it's not the case.
     
  9. exYU

    exYU MDL Novice

    Apr 16, 2015
    24
    13
    0
  10. solarstone2149

    solarstone2149 MDL Member

    Dec 11, 2009
    165
    36
    10
    err so should 4100480 be installed or no
    i see bashes on various articles on it