Integrate7 script – automatically slipstream updates and drivers up to 11/2023!

Discussion in 'Windows 7' started by Deleted member 190847, Jan 1, 2019.

  1. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
    #261 Space Dandy, Dec 17, 2019
    Last edited: Dec 17, 2019
  2. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
    Argh now windows loader by daz says the partition is wrong......
     
  3. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
  4. dropsman

    dropsman MDL Novice

    Feb 1, 2011
    6
    0
    0
    Hi,

    thanx for the script, it works as expected.

    But if i run 'cleanmgr' and start cleaning than windowsupdate wants to download and install KB947821.

    Do you have a solution?

    Thanx
     
  5. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
  6. #266 Deleted member 190847, Dec 18, 2019
    Last edited by a moderator: Dec 18, 2019
    (OP)
    Run:

    DISM
    /Online /Cleanup-Image /ScanHealth

    and check log file (%windir%\Logs\CBS\CheckSUR.log) so will have the answer.
     
  7. dropsman

    dropsman MDL Novice

    Feb 1, 2011
    6
    0
    0
    #267 dropsman, Dec 18, 2019
    Last edited: Dec 18, 2019
    @wkeller:

    Here the log after using 'cleanmgr':

    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.24499
    2019-12-18 18:47

    Checking Windows Servicing Packages

    Checking Package Manifests and Catalogs
    (f) CBS MUM Corrupt 0x800B0100 servicing\Packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.mum servicing\Packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.cat Package manifest cannot be validated by the corresponding catalog

    Checking Package Watchlist

    Checking Component Watchlist

    Checking Packages

    Checking Component Store

    Summary:
    Seconds executed: 1328
    Found 1 errors
    CBS MUM Corrupt Total count: 1

    Unavailable repair files:
    servicing\packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.mum
    servicing\packages\Package_for_KB2533552~31bf3856ad364e35~amd64~~6.1.1.1.cat
     

  8. This error is caused because this line of the Integrate7 script wasn't run correctly:
    Code:
    REM Restore original update.mum for KB2533552.... 
    "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E cmd /c "copy /b/y "%~dp0hotfixes\unpacked\Windows6.1-KB2533552-%ImageArchitecture%\cab\update.mum.bak" "%~dp0mount\%%i\Windows\servicing\Packages\Package_for_KB2533552~31bf3856ad364e35~%PackagesArchitecture%~~6.1.1.1.mum"" 


    I don't know the reason of this in your particular case (file missing or something with permissions). So the original .mum file of KB2533552 isn't restored.

    Anyway it is harmless and It has no effect on your OS. It is just pure cosmetic issue, so you can safely hide KB947821 on Windows Update and ignore it.
     
  9. dropsman

    dropsman MDL Novice

    Feb 1, 2011
    6
    0
    0
    #269 dropsman, Dec 20, 2019
    Last edited: Dec 20, 2019
    Thanx, I checked the NSudo.exe and it was not working anymore.

    Is it possible to slipstream the managment framework KB3191566 coz it needs .net4.x before?

    If i install them later i must reinstall the lastest cummulative update for win7.
     
  10. dropsman

    dropsman MDL Novice

    Feb 1, 2011
    6
    0
    0
    #270 dropsman, Dec 20, 2019
    Last edited: Dec 21, 2019
    KB2533623 is not needed, you can delete this update.
    You can also delete all IE11 cumulative updates.
     
  11. please add option to sliopstream sp1 into win7 iso first so that it will download the service pack according to the arch of iso then integerate it then will continue to download hotfixes security patches etc etc .
     
  12. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
    #273 Space Dandy, Jan 7, 2020
    Last edited: Jan 7, 2020

    Will keep this in mind for the future though I have never done genuine this method. :)

    I tend to use one smaller ssd as primary ssd for the OS only along with a few basic other programs and have several secondary ssd/hdd which mean I can use gpt on the secondary drives I believe even if my primary OS drove is mbr.

    I find the slic bios mod thing a little intimidating tbh. lol
     
  13. LatinMcG

    LatinMcG Bios Borker

    Feb 27, 2011
    5,711
    1,606
    180
    slmgr.vbs needs 2 commands install cert and generic key.. which is in daz loader folder keys.ini
     
  14. Doskungen

    Doskungen MDL Junior Member

    Dec 4, 2011
    53
    36
    0
    @wkeller I just came to think of something I need to ask you. With the download of the script that includes USB3 drivers among others do these USB3 drivers then include the USB 3.1 drivers for Thunderbolt/USB-C ports for the motherboards that do have them (thinking of Intel here). When I integrated my own drivers I had to hunt down separate USB 3.1 drivers from Intel and integrate those alongside the USB 3.0 drivers.... so I'm just wondering here.
     
  15. Arkonite

    Arkonite MDL Novice

    Jul 7, 2018
    15
    1
    0
    Could I use the updated script on an ISO I already used an older script on.
     
  16. I cannot guarantee you that Microsoft tools aren't buggy. Bizarre things sometimes happen.
    So I always recommend to do clean integration on original Windows 7 MSDN ISO DVD.
     
  17. martobg10

    martobg10 MDL Novice

    Jul 19, 2018
    9
    2
    0
    @wkeller
    Thank you very much for what you do!
    Windows 7 support stopped. What next? Will there be such a script for Windows 10?