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

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

  1. haris_mdlf69

    haris_mdlf69 MDL Senior Member

    Oct 23, 2018
    386
    609
    10
    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...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,007
    93,809
    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.
     
  3. haris_mdlf69

    haris_mdlf69 MDL Senior Member

    Oct 23, 2018
    386
    609
    10
    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...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,007
    93,809
    450
    It seems like it needs to copy files to the mounted wim, load the reg hive and put all the reg stuff in, but i don't know half of it, maybe ask @abbodi1406 ?
     
  5. Lindy Wise

    Lindy Wise MDL Novice

    Jan 2, 2020
    4
    0
    0
    #2885 Lindy Wise, Jan 13, 2020
    Last edited: Jan 14, 2020
    Do I need to install the Update Pac to continue to use Windows 7, or is the Bypass ESU enough?
     
  6. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,662
    2,217
    60
    No. You paid for a license to legally use a copy of a company's intellectual property. There is the fact that microsoft forcing people to upgrade is not cool, but no, you don't own windows 7 per se.

    The UpdatePack is merely a tool that installs/integrates all relative updates up until the current "Patch Tuesday". This means:
    - updates to security
    - updates to system components that in one way or another needed to be reworked to fit in today's standards/software requirements
    - updates to any known hardware/compatibility issues
    The list goes on.
    Long story short: this UpdatePack lets you have an up-to-date windows 7 systems with as little problems as possible.

    The esu bypass is meant to enable you to download updates past January 14(tomorrow, at least for me), when Windows 7 will no longer receive mainstream updates like it has until now.

    The two are completely optional. You can always download a clean media refresh windows 7 iso, install it and start manually updating it. It's entirely your choice.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Lindy Wise

    Lindy Wise MDL Novice

    Jan 2, 2020
    4
    0
    0
    #2887 Lindy Wise, Jan 13, 2020
    Last edited: Jan 14, 2020
    Thank you so much for answering my questions.
     
  8. webman

    webman MDL Novice

    Dec 21, 2019
    8
    1
    0
    I have receive notification of the end of support : i say to don't notify again . I hope don't see same notification again . In the pack there isn't update Kb for notification .
     
  9. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    288
    62
    10
    #2889 ARCIGA, Jan 15, 2020
    Last edited: Jan 17, 2020
    Please, Tell Me; When Will The New Version Be Available: UpdatePack7R2-20.1.17?
     
  10. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,662
    2,217
    60
    When it's ready.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. haris_mdlf69

    haris_mdlf69 MDL Senior Member

    Oct 23, 2018
    386
    609
    10
    Greetings @Enthousiast,

    Just wanna Update you that finally I managed to integrate dotnet with the guidance of @abbodi1406.

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

    aquarius84 MDL Member

    Oct 3, 2012
    202
    61
    10
    :roll1:
     
  13. angelwolf71885

    angelwolf71885 MDL Novice

    Sep 3, 2009
    23
    3
    0
    DUMP QUESTION im sure this has been asked before but...is there a chance that you would be willing to do a simplex update pack for visa? or dose this update pack work on vista? and XP pack would be fun too
     
  14. John Sutherland

    John Sutherland MDL Addicted

    Oct 15, 2014
    867
    1,388
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. fz500

    fz500 MDL Novice

    Nov 4, 2009
    25
    14
    0
    #2897 fz500, Jan 17, 2020
    Last edited: Jan 17, 2020
    Integrated UpdatePack7R2-20.1.17 system

    Installing Navicat.Premium v15 software will cause an error when opening the program (unknown internal error)

    Has anyone encountered it?

    Sorry for bad english translation is google translation
     
  16. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,662
    2,217
    60
    @fz500 what are you on about?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. fz500

    fz500 MDL Novice

    Nov 4, 2009
    25
    14
    0
    Sorry for bad english translation is google translation, Content has changed
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,007
    93,809
    450
    Code:
    The installation log of UpdatePack 7 / 2008 R2 / 20.1.17
    Installation start time - 2:59:37 17.01.2020
    Operating system - Windows 7 Ultimate SP1 x64
    
    KB917607 - Integration of the update has been successfully completed
    KB2533552 - Integration of the update has been successfully completed
    KB2545698 - Integration of the update has been successfully completed
    KB2547666 - Integration of the update has been successfully completed
    KB2574819-v2 - Integration of the update has been successfully completed
    KB2592687 - Integration of the update has been successfully completed
    KB2603229 - Integration of the update has been successfully completed
    KB2667402-v2 - Integration of the update has been successfully completed
    KB2670838 - Integration of the update has been successfully completed
    KB2685811 - Integration of the update has been successfully completed
    KB2685813 - Integration of the update has been successfully completed
    KB2698365 - Integration of the update has been successfully completed
    KB2716513 - Integration of the update has been successfully completed
    KB2729094-v2 - Integration of the update has been successfully completed
    KB2732059-v5 - Integration of the update has been successfully completed
    KB2750841 - Integration of the update has been successfully completed
    KB2761217 - Integration of the update has been successfully completed
    KB2773072 - Integration of the update has been successfully completed
    KB2818604 - Integration of the update has been successfully completed
    KB2830477 - Integration of the update has been successfully completed
    KB2834140-v2 - Integration of the update has been successfully completed
    KB2862330-v2 - Integration of the update has been successfully completed
    KB2884256 - Integration of the update has been successfully completed
    KB2894844 - Integration of the update has been successfully completed
    KB2900986 - Integration of the update has been successfully completed
    KB2919469 - Integration of the update has been successfully completed
    KB2920188-v7 - Integration of the update has been successfully completed
    KB2970228 - Integration of the update has been successfully completed
    KB2984972 - Integration of the update has been successfully completed
    KB2990941-v3 - Integration of the update has been successfully completed
    KB3000483 - Integration of the update has been successfully completed
    KB3004375-v3 - Integration of the update has been successfully completed
    KB3006137 - Integration of the update has been successfully completed
    KB3020370 - Integration of the update has been successfully completed
    KB3020393 - Integration of the update has been successfully completed
    KB3046269 - Integration of the update has been successfully completed
    KB3059317 - Integration of the update has been successfully completed
    KB3064209 - Integration of the update has been successfully completed
    KB3102429-v2 - Integration of the update has been successfully completed
    KB3138378 - Integration of the update has been successfully completed
    KB3138612 - Integration of the update has been successfully completed
    KB3140245 - Integration of the update has been successfully completed
    KB3147071 - Integration of the update has been successfully completed
    KB3156016 - Integration of the update has been successfully completed
    KB3159398 - Integration of the update has been successfully completed
    KB3161102 - Integration of the update has been successfully completed
    KB3161949 - Integration of the update has been successfully completed
    KB3179573 - Integration of the update has been successfully completed
    KB3184143 - Integration of the update has been successfully completed
    KB4019990 - Integration of the update has been successfully completed
    KB4054998 - Integration of the update has been successfully completed
    KB4474419-v3 - Integration of the update has been successfully completed
    KB4490628 - Integration of the update has been successfully completed
    KB4532945 - Integration of the update has been successfully completed
    KB4536952 - Integration of the update has been successfully completed
    UpdRoots - Integration of the update has been successfully completed
    Internet Explorer 11 - Integration of the update has been successfully completed
    IE-Hyphenation-en - Integration of the update has been successfully completed
    IE-Spelling-en - Integration of the update has been successfully completed
    KB3125574-v4 - Integration of the update has been successfully completed
    KB4534310 - Integration of the update has been successfully completed
    Addon - DirectX End-User Runtimes (June 2010)
    Addon - Microsoft .NET Framework 4.8
    Addon - Microsoft Visual C++ Redistributables
    
    Installation finish time - 3:39:53 17.01.2020
    The number of installed updates - 62
    Total installation time of UpdatePack - 40:16
    Operation of the program has been successfully finished