Windows 7 Hotfix repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,192
    84,706
    340
  2. mattew

    mattew MDL Member

    May 5, 2013
    106
    15
    10
    can i know how do you do?
    Thanks abbodi 1406
     
  3. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,009
    251
    60
    #10203 mehdibleu, Feb 25, 2018
    Last edited: Feb 25, 2018
    @abbodi1406
    what is the problem with this update KB976932 ?
    i don't have this update installed on my win7 machine, i had used simplix pack to integrate updates into install.wim but this update wasn't integrated.
     
  4. mattew

    mattew MDL Member

    May 5, 2013
    106
    15
    10
    mehdbleu i don't use simplx pack...
    I use wintoolkit and I have a list of updates that is similar to the one on the site. At the end of the process,windows update asks me KB976932,kb890830 and kb915597....
    I remember that there a method to create addon cab/msu for kb890830 and kb915597 but i don't remember how do it....
     
  5. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,009
    251
    60
    i dont have both of these updates installed on my machine either, simplix pack integrates all necessary updates into the system excluding some telemetry updates.
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,192
    84,706
    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
     
  7. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    829
    694
    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.
     
  8. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    335
    629
    10
    #10212 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-
     
  9. 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...
  10. mehdibleu

    mehdibleu MDL Expert

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

    snof MDL Novice

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,192
    84,706
    340
    The last time i tried it months ago, it does not
     
  13. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,009
    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.