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
    35,561
    59,628
    450
    #2001 Enthousiast, Aug 26, 2018
    Last edited: Aug 26, 2018
    (OP)
    When do we ever use that to explain what windows arch. we run?

    NVM linux terminology....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    The used terminology is correct.

    x86_64 - the former x86 is the processor platform (Intel x86) and the latter the architecture (or 'bitness'). x64 is used as alternative descriptor because people are lazy (or like to use strings with hardcoded length).
    Contrary to public belief the 64bit Intel-type processors are not fundamentally different from the legacy 32bit ones. They merely have increased register sizes and additional 64bit instruction sets to make use of them (AMD64).
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    Yes, we always define windows architectures x86_64.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    #2004 Enthousiast, Aug 28, 2018
    Last edited: Aug 28, 2018
    (OP)
    Finally had some time to test /NVMe.

    I ran the batch files for offline integration using the /NVMe switch, when it was finished i've extracted the winre.wim from the install.wim and ran get-packages:
    Code:
    Command line that ran is dism.exe /image:c:\mount /Get-Packages
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17134.1
    
    Image Version: 6.1.7601.17514
    
    Packages listing:
    
    Package Identity : Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:04
    
    Package Identity : Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Foundation
    Install Time : 20/11/2010 16:01
    
    Package Identity : Package_for_KB2990941~31bf3856ad364e35~amd64~~6.1.3.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 28/08/2018 13:14
    
    Package Identity : Package_for_KB3087873~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 28/08/2018 13:22
    
    Package Identity : WinPE-Scripting-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:16
    
    Package Identity : WinPE-Scripting-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Feature Pack
    Install Time : 20/11/2010 16:16
    
    Package Identity : WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:41
    
    Package Identity : WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Feature Pack
    Install Time : 20/11/2010 16:41
    
    Package Identity : WinPE-Setup-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:41
    
    Package Identity : WinPE-Setup-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Feature Pack
    Install Time : 20/11/2010 16:40
    
    Package Identity : WinPE-SRT-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:16
    
    Package Identity : WinPE-SRT-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Feature Pack
    Install Time : 20/11/2010 16:15
    
    Package Identity : WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:17
    
    Package Identity : WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Feature Pack
    Install Time : 20/11/2010 16:16
    
    Package Identity : WinPE-WMI-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 20/11/2010 16:18
    
    Package Identity : WinPE-WMI-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Feature Pack
    Install Time : 20/11/2010 16:17
    
    The operation completed successfully.
    
    It integrated the 2 old NVMe updates into winre.wim

    Install.wim
    Code:
    Command line that ran is dism.exe /image:c:\mount /Get-Packages
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17134.1
    
    Image Version: 6.1.7601.17514
    
    Packages listing:
    
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 12/04/2011 07:45
    
    Package Identity : Microsoft-Windows-Client-Refresh-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Install Pending
    Release Type : Language Pack
    Install Time : 12/04/2011 07:45
    
    Package Identity : Microsoft-Windows-CodecPack-Basic-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Installed
    Release Type : Feature Pack
    Install Time : 21/11/2010 03:40
    
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Installed
    Release Type : Foundation
    Install Time : 21/11/2010 03:40
    
    Package Identity : Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:31
    
    Package Identity : Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:31
    
    Package Identity : Microsoft-Windows-IE-Troubleshooters-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514
    State : Uninstall Pending
    Release Type : Language Pack
    Install Time : 12/04/2011 07:45
    
    Package Identity : Microsoft-Windows-IE-Troubleshooters-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Uninstall Pending
    Release Type : Feature Pack
    Install Time : 21/11/2010 03:40
    
    Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~en-US~8.0.7601.17514
    State : Uninstall Pending
    Release Type : Language Pack
    Install Time : 12/04/2011 07:45
    
    Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~8.0.7601.17514
    State : Uninstall Pending
    Release Type : Feature Pack
    Install Time : 21/11/2010 03:40
    
    Package Identity : Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:31
    
    Package Identity : Microsoft-Windows-LocalPack-AU-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Local Pack
    Install Time : 12/04/2011 07:46
    
    Package Identity : Microsoft-Windows-LocalPack-CA-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Local Pack
    Install Time : 12/04/2011 07:46
    
    Package Identity : Microsoft-Windows-LocalPack-GB-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Local Pack
    Install Time : 12/04/2011 07:47
    
    Package Identity : Microsoft-Windows-LocalPack-US-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Local Pack
    Install Time : 12/04/2011 07:47
    
    Package Identity : Microsoft-Windows-LocalPack-ZA-Package~31bf3856ad364e35~amd64~~6.1.7601.17514
    State : Install Pending
    Release Type : Local Pack
    Install Time : 12/04/2011 07:47
    
    Package Identity : Microsoft-Windows-PlatformUpdate-Win7-SRV08R2-Package-TopLevel~31bf3856ad364e35~amd64~~7.1.7601.16492
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:01
    
    Package Identity : Microsoft-Windows-RDP-BlueIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16415
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Microsoft-Windows-RDP-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.1.7601.16398
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Microsoft-Windows-Winhelp-Update-Client-TopLevel~31bf3856ad364e35~amd64~~6.1.0.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:57
    
    Package Identity : Package_for_KB2479943~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:57
    
    Package Identity : Package_for_KB2491683~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:57
    
    Package Identity : Package_for_KB2506014~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:57
    
    Package Identity : Package_for_KB2506212~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2506928~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2534111~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 12/04/2011 07:39
    
    Package Identity : Package_for_KB2545698~31bf3856ad364e35~amd64~~6.1.1.3
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2547666~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2552343~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2560656~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2563227~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2564958~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:58
    
    Package Identity : Package_for_KB2574819~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Package_for_KB2579686~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Package_for_KB2604115~31bf3856ad364e35~amd64~~6.1.1.3
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Package_for_KB2620704~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Package_for_KB2621440~31bf3856ad364e35~amd64~~6.1.1.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Package_for_KB2631813~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 12:59
    
    Package Identity : Package_for_KB2640148~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:00
    
    Package Identity : Package_for_KB2647753~31bf3856ad364e35~amd64~~6.1.4.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:00
    
    Package Identity : Package_for_KB2654428~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:00
    
    Package Identity : Package_for_KB2660075~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:00
    
    Package Identity : Package_for_KB2667402~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:00
    
    Package Identity : Package_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:01
    
    Package Identity : Package_for_KB2685813~31bf3856ad364e35~amd64~~6.1.1.11
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:01
    
    Package Identity : Package_for_KB2690533~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:01
    
    Package Identity : Package_for_KB2698365~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:01
    
    Package Identity : Package_for_KB2705219~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2716513~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2719033~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2719857~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2726535~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2727528~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2729094~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2732059~31bf3856ad364e35~amd64~~6.1.5.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:02
    
    Package Identity : Package_for_KB2732487~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:03
    
    Package Identity : Package_for_KB2736422~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:03
    
    Package Identity : Package_for_KB2742599~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:03
    
    Package Identity : Package_for_KB2750841~31bf3856ad364e35~amd64~~6.1.1.3
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:03
    
    Package Identity : Package_for_KB2761217~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:03
    
    Package Identity : Package_for_KB2763523~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:03
    
    Package Identity : Package_for_KB2770660~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2773072~31bf3856ad364e35~amd64~~6.1.1.5
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2786081~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2791765~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2799926~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2800095~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2807986~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:04
    
    Package Identity : Package_for_KB2808679~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Package_for_KB2813347~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Package_for_KB2813430~31bf3856ad364e35~amd64~~6.1.1.4
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Package_for_KB2818604~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Package_for_KB2834140~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Package_for_KB2840631~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:05
    
    Package Identity : Package_for_KB2843630~31bf3856ad364e35~amd64~~6.1.3.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:06
    
    Package Identity : Package_for_KB2847927~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:06
    
    Package Identity : Package_for_KB2852386~31bf3856ad364e35~amd64~~6.1.1.3
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:06
    
    Package Identity : Package_for_KB2853952~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:06
    
    Package Identity : Package_for_KB2857650~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:06
    
    Package Identity : Package_for_KB2861698~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:06
    
    Package Identity : Package_for_KB2862330~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:07
    
    Package Identity : Package_for_KB2862335~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:07
    
    Package Identity : Package_for_KB2864202~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:07
    
    Package Identity : Package_for_KB2868038~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:07
    
    Package Identity : Package_for_KB2871997~31bf3856ad364e35~amd64~~6.1.2.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2882822~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2884256~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2891804~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2892074~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2893294~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2893519~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:08
    
    Package Identity : Package_for_KB2894844~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:09
    
    Package Identity : Package_for_KB2900986~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:09
    
    Package Identity : Package_for_KB2908783~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:09
    
    Package Identity : Package_for_KB2911501~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:09
    
    Package Identity : Package_for_KB2912390~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:09
    
    Package Identity : Package_for_KB2918077~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:09
    
    Package Identity : Package_for_KB2919469~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:10
    
    Package Identity : Package_for_KB2920188~31bf3856ad364e35~amd64~~6.1.7.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 28/08/2018 13:10
    
    Package Identity : Package_for_KB2923545~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:10
    
    Package Identity : Package_for_KB2931356~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:10
    
    Package Identity : Package_for_KB2937610~31bf3856ad364e35~amd64~~6.1.1.3
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:11
    
    Package Identity : Package_for_KB2943357~31bf3856ad364e35~amd64~~6.1.1.3
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:11
    
    Package Identity : Package_for_KB2966583~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:12
    
    Package Identity : Package_for_KB2968294~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:12
    
    Package Identity : Package_for_KB2970228~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:12
    
    Package Identity : Package_for_KB2972100~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:12
    
    Package Identity : Package_for_KB2972211~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:12
    
    Package Identity : Package_for_KB2973201~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:13
    
    Package Identity : Package_for_KB2977292~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:13
    
    Package Identity : Package_for_KB2978120~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:13
    
    Package Identity : Package_for_KB2978742~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:13
    
    Package Identity : Package_for_KB2984972~31bf3856ad364e35~amd64~~6.1.1.4
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:13
    
    Package Identity : Package_for_KB2985461~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:14
    
    Package Identity : Package_for_KB2990941~31bf3856ad364e35~amd64~~6.1.3.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 28/08/2018 13:14
    
    Package Identity : Package_for_KB2991963~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:14
    
    Package Identity : Package_for_KB2992611~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:14
    
    Package Identity : Package_for_KB3000483~31bf3856ad364e35~amd64~~6.1.1.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:15
    
    Package Identity : Package_for_KB3003743~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:15
    
    Package Identity : Package_for_KB3004375~31bf3856ad364e35~amd64~~6.1.3.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:16
    
    Package Identity : Package_for_KB3006121~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:16
    
    Package Identity : Package_for_KB3006137~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 28/08/2018 13:16
    
    Package Identity : Package_for_KB3010788~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:16
    
    Package Identity : Package_for_KB3011780~31bf3856ad364e35~amd64~~6.1.1.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3013531~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3020370~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3020388~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3020393~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3021674~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3023215~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:17
    
    Package Identity : Package_for_KB3030377~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:18
    
    Package Identity : Package_for_KB3035126~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:18
    
    Package Identity : Package_for_KB3037574~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:18
    
    Package Identity : Package_for_KB3045685~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:18
    
    Package Identity : Package_for_KB3046017~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:19
    
    Package Identity : Package_for_KB3046269~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:19
    
    Package Identity : Package_for_KB3054476~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:19
    
    Package Identity : Package_for_KB3055642~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:19
    
    Package Identity : Package_for_KB3059317~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:19
    
    Package Identity : Package_for_KB3060716~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:20
    
    Package Identity : Package_for_KB3064209~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:20
    
    Package Identity : Package_for_KB3067903~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:20
    
    Package Identity : Package_for_KB3071756~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:21
    
    Package Identity : Package_for_KB3072305~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:21
    
    Package Identity : Package_for_KB3074543~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:21
    
    Package Identity : Package_for_KB3075226~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:22
    
    Package Identity : Package_for_KB3078601~31bf3856ad364e35~amd64~~6.1.1.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:22
    
    Package Identity : Package_for_KB3078667~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:22
    
    Package Identity : Package_for_KB3086255~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:22
    
    Package Identity : Package_for_KB3087873~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Hotfix
    Install Time : 28/08/2018 13:22
    
    Package Identity : Package_for_KB3093513~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:23
    
    Package Identity : Package_for_KB3097989~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:23
    
    Package Identity : Package_for_KB3102429~31bf3856ad364e35~amd64~~6.1.2.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:23
    
    Package Identity : Package_for_KB3107998~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:23
    
    Package Identity : Package_for_KB3108371~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:23
    
    Package Identity : Package_for_KB3108664~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:24
    
    Package Identity : Package_for_KB3109103~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:24
    
    Package Identity : Package_for_KB3109560~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:24
    
    Package Identity : Package_for_KB3110329~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:24
    
    Package Identity : Package_for_KB3126587~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:25
    
    Package Identity : Package_for_KB3127220~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:25
    
    Package Identity : Package_for_KB3137061~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:25
    
    Package Identity : Package_for_KB3138378~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:26
    
    Package Identity : Package_for_KB3138612~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:26
    
    Package Identity : Package_for_KB3138910~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:26
    
    Package Identity : Package_for_KB3139398~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:26
    
    Package Identity : Package_for_KB3139914~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:26
    
    Package Identity : Package_for_KB3140245~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:27
    
    Package Identity : Package_for_KB3147071~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:27
    
    Package Identity : Package_for_KB3150220~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:27
    
    Package Identity : Package_for_KB3156016~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:28
    
    Package Identity : Package_for_KB3156019~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:28
    
    Package Identity : Package_for_KB3159398~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:28
    
    Package Identity : Package_for_KB3161102~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:28
    
    Package Identity : Package_for_KB3161949~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:28
    
    Package Identity : Package_for_KB3179573~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:29
    
    Package Identity : Package_for_KB3184143~31bf3856ad364e35~amd64~~6.1.1.4
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:29
    
    Package Identity : Package_for_KB4019990~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:29
    
    Package Identity : Package_for_KB4040966~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:29
    
    Package Identity : Package_for_KB4040980~31bf3856ad364e35~amd64~~6.1.1.0
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:30
    
    Package Identity : Package_for_KB4054998~31bf3856ad364e35~amd64~~6.1.1.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:30
    
    Package Identity : Package_for_KB4344152~31bf3856ad364e35~amd64~~6.1.1.1
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 13:30
    
    Package Identity : Package_for_KB976902~31bf3856ad364e35~amd64~~6.1.1.17514
    State : Installed
    Release Type : Update
    Install Time : 21/11/2010 03:01
    
    Package Identity : Package_for_KB982018~31bf3856ad364e35~amd64~~6.1.3.2
    State : Install Pending
    Release Type : Update
    Install Time : 28/08/2018 12:57
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24214.1.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 28/08/2018 13:35
    
    The operation completed successfully.
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. VeditaBR

    VeditaBR MDL Novice

    May 27, 2015
    27
    1
    0
    What command would be to install updates to a mounted install.wim?
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    #2006 Enthousiast, Aug 28, 2018
    Last edited: Aug 28, 2018
    (OP)
    Use the batch files: https://forums.mydigitallife.net/th...-win7-distribution.45005/page-55#post-1342451

    Example:
    Code:
    @Echo Off
    TITLE Simplix UpdatePack7R2 - with IE11 - Optimize - No Temp - NVMe - Disabled Spectre/Meltdown Fix
    COLOR 0A
    Dism /Get-WimInfo /WimFile:%~dp0wim\install.wim
    pause
    cls
    
    COLOR 0C
    set /p VER=Enter the UpdatePack7R2 version number and press Enter:
    set /p IND=Enter the Index number and press Enter:
    cls
    COLOR 0E
    ECHO UpdatePack: %~dp0exe\UpdatePack7R2-%VER%.exe + ie11
    ECHO WIM:        %~dp0wim\install.wim [Index=%IND%]
    ECHO.
    pause
    cls
    COLOR 09
    "%~dp0exe\UpdatePack7R2-%VER%.exe" /WimFile="%~dp0wim\install.wim" /ie11 /FixOff /NVMe /Optimize /Index=%IND%
    
    pause
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    209
    80
    10
    What does the /FixOff option do? I don't see it documented anywhere.
     
  8. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    Turns off Meltdown and Spectre mitigations (due to huge performance hit on some systems).

    https://forums.mydigitallife.net/th...-win7-distribution.45005/page-87#post-1427258

     
  9. BiFross_

    BiFross_ MDL Novice

    Sep 4, 2018
    1
    0
    0
    @Enthousiast, How would a newbie like myself go about installing an running your program?
    My copy of Windows 7 has all 137 updates (as of 9/4/2018), and while I recognize this is a bad idea, let us remember:
    Hindsight is always 20/20.
    Do I uninstall every single update? Or will Simplix take care of it for me?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    Just run it, it will just install newer/not installed updates.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. BlueScoop

    BlueScoop MDL Novice

    Apr 7, 2018
    31
    5
    0
    Am sure this might have been asked/answered before (don't want to go through all 100 thread pages)...

    Does UpdatePack7R2 automatically integrate the NVME hotfix updates for Windows 7 to both the boot & install.wim files?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    It's mentioned in the last 3-4 pages ;)

    For offline integration the /NVMe switch should set simplix pack to integrate the 2 NVMe updates.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. shhnedo

    shhnedo MDL Addicted

    Mar 20, 2011
    927
    1,273
    30
    No.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. BlueScoop

    BlueScoop MDL Novice

    Apr 7, 2018
    31
    5
    0
    ** Found It :rolleyes:

    What NVMe drivers do you choose to integrate that the default MS hotfix update drivers can't detect?
     
  15. mattew

    mattew MDL Member

    May 5, 2013
    106
    15
    10
    #2015 mattew, Sep 10, 2018
    Last edited: Sep 10, 2018
    I have old version ofupdate pack : UpdatePack7R2-17.1.15.exe or UpdatePack7R2-17.1.15.exe.
    why does not the intergation take place? thanks
    I have the error how in the image...
     

    Attached Files:

    • Ca.PNG
      Ca.PNG
      File size:
      46.5 KB
      Views:
      33
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    Please post the content of the log here in code tags.

    And that commandline doesn't show a mounted wim.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. fs2com

    fs2com MDL Junior Member

    Oct 14, 2009
    89
    21
    0
    Can't download the batch file... so base on the example is it the same as if I manually use this code?
    Code:
    C:\wim\UpdatePack7R2-18.8.20.exe /WimFile=C:\wim\install.wim /ie11 /FixOff /NVMe /Optimize /Index=*
     
  18. mattew

    mattew MDL Member

    May 5, 2013
    106
    15
    10
    This is the log file in format text
     

    Attached Files:

  19. shhnedo

    shhnedo MDL Addicted

    Mar 20, 2011
    927
    1,273
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. BetADNA

    BetADNA MDL Member

    Jul 26, 2015
    100
    79
    10
    patiently waiting for the new Pack :)
    MS did indeed closed some pretty hefty 0Days....

    damn..there goes some 0days worth many millions... :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...