Simplix Pack to update Live Win7 System/ Integrate hotfixes into Win7 distribution

Discussion in 'Windows 7' started by Enthousiast, May 13, 2013.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    Why all this overcomplicating, simply matching setup.exe solves all, even doable by beginners.
     
  2. vailr

    vailr MDL Novice

    May 3, 2010
    9
    0
    0
    Haven't seen this mentioned here: for unknown reasons, am now able to boot Win 7 from an Intel 10th gen (Z490) system with the "CSM disabled" setting unchanged, in a dual-boot configuration (on separate SSD/HD) with Win 10/11. Whereas previously, would require switching in bios setup between "CSM Disabled" to "CSM Enabled" in order to successfully boot Win 7.
     
  3. harvey rabbit

    harvey rabbit MDL Novice

    Feb 7, 2010
    31
    12
    0
    Again, thanks to all who have set up and offered this Simplix update patch. One thing I can't find info on though is since Microsoft announced that they have stopped patching Win 7 ESL in January 2023 what exactly are these continuing updates? I can see they're offered directly from MS on their site for download to eligible computers but which systems are still officially eligible for them and how are they able to be installed on my standard Win 7 Pro system?

    Also.. I see on the MS update d/l site there are cumulative updates and separate security updates. Are the security updates included in the cumulative download?

    TIA
     
  4. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,761
    7,692
    210
    Still supported are Server 2008R2 and Windows 7 Embedded. Updates were always the same for both normal Win7 and Embedded/Server.

    Cumulative includes security updates and the IE one. As there are no non-security features whatsoever are released for Win7 these days, both are exactly the same (Cumulative vs. Security of each month + IE). Note that Security-only is not cumulative, you need each month's update. Personally, just using the CU now.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    565
    264
    30
    boss911's UP7Integrator script seems to not only make setup.exe but other files to support NVME or something like that.
    Code:
    :NVMeFileCopy
     CLS
     CALL:GetInfoBootWim
     IF NOT DEFINED CheckInfoBootWim GOTO:EOF
     ECHO, & ECHO Copying files to support NVMe...
     FOR %%I IN (alert.gif appcompat.xsl appcompat_bidi.xsl appcompat_detailed_bidi_txt.xsl appcompat_detailed_txt.xsl arunres.dll autorun.dll cmisetup.dll ^
                 compatprovider.dll compliance.ini cryptosetup.dll diager.dll diagnostic.dll dism.exe dismcore.dll dismcoreps.dll dismhost.exe dismprov.dll ^
                 drvmgrtn.dll du.dll folderprovider.dll hwcompat.dll hwcompat.txt hwexclude.txt idwbinfo.txt input.dll locale.nls logprovider.dll ^
                 msxml6.dll msxml6r.dll ndiscompl.dll nlsbres.dll ntdsupg.dll offline.xml pidgenx.dll pkeyconfig.xrm-ms pnpibs.dll rollback.exe ^
                 schema.dat sdbapiu.dll segoeui.ttf setup.exe smiengine.dll spflvrnt.dll spprgrss.dll spwizeng.dll spwizres.dll sqmapi.dll ^
                 ssshim.dll unattend.dll unbcl.dll upgloader.dll upgreport.dll uxlib.dll uxlibres.dll w32uiimg.dll w32uires.dll warning.gif ^
                 wdsclient.dll wdsclientapi.dll wdscore.dll wdscsl.dll wdsimage.dll wdstptc.dll wdsutil.dll win32ui.dll winsetup.dll xmllite.dll) DO (
       BIN\wimlib-imagex.exe extract "%WIMDir%\boot.wim" %IndexBoot% \sources\%%I --no-attributes --no-acls --dest-dir="%WIMDir%" >nul
     )
    GOTO:EOF
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,190
    90,659
    340
    Would be easier
    Code:
     BIN\wimlib-imagex.exe extract "%WIMDir%\boot.wim" %IndexBoot% \sources\* --no-attributes --no-acls --dest-dir="%WIMDir%\ztmp" >nul
     xcopy /CRUY "%WIMDir%\ztmp" "%WIMDir%\" >nul
     rmdir /s /q "%WIMDir%\ztmp\"
     
  7. xkubus

    xkubus MDL Novice

    Dec 10, 2011
    34
    41
    0
    #4667 xkubus, Sep 7, 2023
    Last edited by a moderator: Sep 7, 2023
    Why not just:
    Code:
    BIN\wimlib-imagex.exe extract "%WIMDir%\boot.wim" %IndexBoot% \sources\* --no-attributes --no-acls --dest-dir="%WIMDir%" >nul
    
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    Why would you need to copy those files at all?
     
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,761
    7,692
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    453
    168
    10
    Thanks a lot. I also had that page/post bookmarked as well, but I did not notice it earlier.
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,761
    7,692
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. ryegrass

    ryegrass MDL Junior Member

    Oct 9, 2019
    74
    90
    0
    UpdatePack Downloader.exe is now downloading September's Updates.


    Updater.JPG

    MD5 Hash: 4E604B36A990D94E1F5901795B008088

    SHA-1: 942B3F06832BD9811506ECD8AA5E7CA16EEC9863
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    #4675 Enthousiast, Sep 14, 2023
    Last edited: Sep 15, 2023
    (OP)
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
  15. ExiledRose6084

    ExiledRose6084 MDL Junior Member

    Apr 14, 2023
    96
    52
    0
    Thanks for the links & info, updating now after downloading the latest pack.
     
  16. Fisk

    Fisk MDL Novice

    Jun 20, 2010
    45
    5
    0
  17. liviwion

    liviwion MDL Novice

    Jan 8, 2017
    2
    0
    0
    Can you reshare this file?The download link is invalid.
     
  18. Fisk

    Fisk MDL Novice

    Jun 20, 2010
    45
    5
    0
    Is it possible to specify using arguments what updates I don't want to apply/integrate? I did read all the Op and simplix page many times but could not find anything about.

    For example, I would like to skip KB5030265 (any Monthly Rollup since KB4519976) because it breaks SageThumbs but keep the rest.

    Thanks for the help!