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

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

  1. Lioninstreet

    Lioninstreet MDL Novice

    Jan 23, 2016
    26
    4
    0
    I'm just trying to put together a fully updated w7x64 disk image (with the NVME drivers, hotfixes, etc.) should I need to to use it for a reinstall after EOL.

    After finding a thread referencing the SIMPLIX option it looks like one of the better starting points. Working thru the outline on post 10, I ran into the dead link for the reference to Ultimate Image.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    You could use the boss911 integrator, or my simplix tool (full download), it will produce a fully uptodate win 7 iso.
     
  3. Lioninstreet

    Lioninstreet MDL Novice

    Jan 23, 2016
    26
    4
    0
    Your integrator and the threads on it look like the way to go. I'm more of a self taught hobbyist working a SOHO than an IT pro, so thanks for taking the time to arrow point.
     
  4. son13wo33

    son13wo33 MDL Member

    Nov 24, 2011
    120
    24
    10
    pls any torrent link cuz my connection unstable
     
  5. webman

    webman MDL Novice

    Dec 21, 2019
    8
    1
    0
  6. dekkolvr1

    dekkolvr1 MDL Novice

    Apr 11, 2014
    6
    1
    0
    I have this addons:

    DirectX_June2010_x64.WA
    dotNetFx48_20190514_x64.WA
    vcredist_x64_2013d_WinAll.WA
    vcredist_x64_2019_WinAll_14.20.27508.WA
    vcredist_x64_SxS_Win7.WA

    They are the most up to date?

    Probably, this is the last Simplix Pack, right? 19.12.19
    Or next month, we have another and a last update before 14 Jan 2020?

    I need the info, to made a last ISO with all versions.

    Thanks, and Happy New Year.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    #2870 Enthousiast, Dec 31, 2019
    Last edited: Dec 31, 2019
    (OP)
    You only need:
    Code:
    7be3fa90ef8a3e7790b85fa06317d373a640e6c6 *dotNetFx48_20191210_x64.WA
    a8b6db831d876a676d0acc8bba11a520dc5537ee *vcredist_x64_Win7_20191015.WA
    7244d80c532c882a0a945d9d97e0067dd0b35294 *DirectX_June2010_x64.WA
    
    or
    
    3a229e502e39fc26aa9fc21e30c713b5b4e0ef02 *dotNetFx48_20191210_x86.WA
    648a642444e7ff520aa0ee4831b067a26918f045 *vcredist_x86_Win7_20191015.WA
    a2a0880986ed464403035822d296fc2b76f7ff25 *DirectX_June2010_x86.WA
    
    From here: https://forums.mydigitallife.net/th...pack-aio-iso-with-install-esd-creation.79421/

    Jan. 14. 2020 will be the last normal patch tuesday, after that it's ESUs only, simplix probably will fix the bypass in the packs, to install those updates online.
     
  8. molisz

    molisz MDL Novice

    Apr 18, 2016
    41
    25
    0
    do i need both 32 and 64bit versions of the addons to make 64bit iso?
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    No, only x64 is needed for x64 ISO:)
     
  10. webman

    webman MDL Novice

    Dec 21, 2019
    8
    1
    0
  11. nima1024

    nima1024 MDL Member

    Sep 18, 2010
    240
    42
    10
    Does x64 VCRedist pack contain x86 variant of runtimes?
     
  12. ЯƎHTͶAꟼ

    ЯƎHTͶAꟼ MDL Senior Member

    Jan 29, 2017
    350
    95
    10
    Will the pack include updates till 2023?
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    Nobody knows, maybe simplix announces it around next tuesday (last public patch tuesday for 7).
     
  14. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    Greetings @Enthousiast ,

    Hope you're doing well..!
    Can you please guide me in details, how do you manage to integrate/slipstreamed dotnet in Windows ISO offline image via .bat/.cmd script. I spent hours on the internet but didn't find any satisfactory answer regarding this.
    I created a script for myself to slipstream all the necessary drivers & updates but can't find a workaround to integrate dotnet(.exe) in the ISO file.

    Here is the slipstream script:

    Dism /Get-WimInfo /WimFile:C:\Win7\sources\boot.wim
    Dism /Get-WimInfo /WimFile:C:\Win7\sources\install.wim
    PAUSE
    mkdir C:\BOOT2
    Dism /Mount-WIM /WimFile:C:\Win7\sources\boot.wim /index:2 /MountDir:C:\BOOT2
    Dism /Image:C:\BOOT2 /Add-Driver /Driver:C:\Drivers /Recurse
    Dism /Unmount-WIM /MountDir:C:\BOOT2 /Commit
    rmdir C:\BOOT2
    mkdir C:\ULTIMATE
    Dism /Mount-WIM /WimFile:C:\Win7\sources\install.wim /index:4 /MountDir:C:\ULTIMATE
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB3020369-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb3125574-v4-x64_2dafb1d203c8964239af3048b5dd4b1264cd93b9.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2729094-v2-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2670838-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2834140-v2-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2639308-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /packagepath:C:\IE11
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2990941-v3-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-KB3087873-v2-x64.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb4474419-v3-x64_b5614c6cea5cb4e198717789633dca16308ef79c.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb4490628-x64_d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu
    Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb4530734-x64_4aa5440abd6c88a8101f069d0799ff5466048cc2.msu
    Dism /Image:C:\ULTIMATE /Add-Driver /Driver:C:\Drivers /Recurse
    Dism /Unmount-WIM /MountDir:C:\ULTIMATE /Commit
    rmdir C:\ULTIMATE
    Dism /Get-WimInfo /WimFile:C:\Win7\sources\boot.wim
    Dism /Get-WimInfo /WimFile:C:\Win7\sources\install.wim
    PAUSE


    Regards.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    This thread is about simplix updatepacks and the updatepack installs all the needed updates and dotnet, vcredist and dx9c WA addons (by @abbodi1406) when the WA files are put next to the updatepack.
     
  16. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    I know Sir this is not the right palce for asking this, I was just a little curious that is it somehow possible to integrate dotnet.exe or WA vai DISM.

    Regards.
    I know @Enthousiast that this is not the right place for asking this, but I was a little curious that is it somehow possible to integrate dotnet.exe or WA Addons(by @abbodi1406) via DISM.

    Regards.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...