MDL Win 7 Tool for SiMPLiX UpdatePack AiO ISO (with install.wim/esd) Creation

Discussion in 'Windows 7' started by Enthousiast, Apr 16, 2019.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    The boot.wim from my tool doesn't need to be updated by the pack, the boot.wim is windows 10.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. mooms

    mooms MDL Junior Member

    Nov 6, 2013
    58
    75
    0
    Hello, just a message to say thank you for this tool :)
    I used it on French Windows 7, it worked fine.
    I integrated some drivers, installers and tweaks, DotNet, DirectX and Runtimes addons, and of course the latest Simplix pack.

    Do you know how remove the delete confirmation dialog from the recycle bin when you delete a file ? I was using Wintoolkit before, it have this tweak, but I did not succeed to find the registry key needed to replicate it.
     
  3. hebba

    hebba MDL Novice

    Feb 16, 2020
    6
    0
    0
    So i made an iso and i installed enterprise version but for some reason it installed home basic n. What did i do wrong? My source iso for win7 is
    Code:
    en_windows_7_ultimate_n_with_sp1_x64_dvd_u_677543
    and win10 is
    Code:
    en_windows_10_enterprise_ltsc_2019_x64_dvd_5795bb03
     
  4. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    Most likely something to do with indexes. Describe what you're doing step by step.
     
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,533
    21,780
    210
    For scripting such as SetupComplete.cmd etc:
    Code:
    
    REM ConfirmDelete Value => 0 = No Confirmation Dialog / 1 = Show Confirmation Dialog.
    REG add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "ConfirmFileDelete" /t REG_DWORD /d "0" /f >NUL 2>&1
    REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "ConfirmFileDelete" /t REG_DWORD /d "0" /f >NUL 2>&1
    
    
    For use as a .reg file:
    Code:
    Windows Registry Editor Version 5.00
    
    ;  ConfirmDelete Value => 00000000 = No Confirmation Dialog / 00000001 = Show Confirmation Dialog.
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "ConfirmFileDelete"=dword:00000000
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "ConfirmFileDelete"=dword:00000000
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. hebba

    hebba MDL Novice

    Feb 16, 2020
    6
    0
    0
    Nvm I used a different iso and it works now!
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    488
    182
    10
    Only the vcredist and the dotnetfx files were updated from the .wa ones, right? The directx ones remained the same.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    There never will be a newer directx9 released, dx9c is the latest and last.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    488
    182
    10
    Ok :)
    I am putting the links abbodi mentioned on my rss feeds list so as to keep an eye on the other 2.
     
  11. richter_belmont

    richter_belmont MDL Novice

    Jun 6, 2013
    16
    54
    0
    UpdatePack7R2 21.1.15
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    working on it:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. RafhaCorreia

    RafhaCorreia MDL Novice

    Aug 14, 2015
    16
    4
    0
    #1035 RafhaCorreia, Jan 15, 2021
    Last edited: Jan 15, 2021
    ---- DELETE
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Code:
    
    ==============================================
    Settings
    ==============================================
    
    =========================================================
    Integrate DaRT ?
    =========================================================
    
    [ 1 ] - Integrate DaRT
    
    [ 2 ] - Don't Integrate DaRT
    
    =========================================================
    
    * Type your option and press Enter: 1
    
    =========================================================
    Integrate SmartFix ?
    =========================================================
    
    [ 1 ] - Integrate SmartFix
    
    [ 2 ] - Don't Integrate SmartFix
    
    =========================================================
    
    * Type your option and press Enter: 1
    
    =========================================================
    Integrate Drivers Into Install.wim ?
    =========================================================
    
    [ 1 ] - Integrate Drivers Into Install.wim ?
    
    [ 2 ] - Don't Integrate Into Install.wim ?
    
    =========================================================
    
    * Type your option and press Enter: 1
    
    =========================================================
    Integrate Drivers Into WinRE ?
    =========================================================
    
    [ 1 ] - Integrate Drivers Into WinRE ?
    
    [ 2 ] - Don't Integrate Into WinRE ?
    
    =========================================================
    
    * Type your option and press Enter: 1
    
    ==========================================================
    Select the compression type for the "Install" file
    ==========================================================
    
    [ 1 ] - ESD File - Smaller install file, longer creation.
    
    [ 2 ] - WIM File - Standard install file.
    
    ==========================================================
    
    * Type your option and press Enter: 2
    ==============================================
    Script Started At 13:43:26,80
    ==============================================
    
    ==============================================
    Extracting Source ISO's...
    ==============================================
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 folder, 1 file, 3320903680 bytes (3168 MiB)
    
    Extracting archive: SOURCE_ISOs\7_x64\en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso
    --
    Path = SOURCE_ISOs\7_x64\en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso
    Type = Udf
    Physical Size = 3320903680
    Comment = GSP1RMCULXFRER_EN_DVD
    Cluster Size = 2048
    Created = 2011-04-12 10:38:58
    
    Everything is Ok
    
    Folders: 199
    Files: 877
    Size:       3337339268
    Compressed: 3320903680
    
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 folder, 1 file, 3577901056 bytes (3413 MiB)
    
    Extracting archive: SOURCE_ISOs\10_x64\en_windows_10_enterprise_2016_ltsb_x64_dvd_9059483.iso
    --
    Path = SOURCE_ISOs\10_x64\en_windows_10_enterprise_2016_ltsb_x64_dvd_9059483.iso
    Type = Udf
    Physical Size = 3577901056
    Comment = CES_X64FREV_EN-US_DV5
    Cluster Size = 2048
    Created = 2016-07-16 15:31:30
    
    Everything is Ok
    
    Folders: 96
    Files: 987
    Size:       3572824357
    Compressed: 3577901056
    
    ===============================================
    Copying Content Of Addons_x64 To EXE Folder...
    ===============================================
    
    ==========================================================
    DaRT Language Used : en-us
    ==========================================================
    
    ==============================================
    Copying required ISO Files...
    ==============================================
    
    
    ==============================================
    Create ISO\Sources...
    ==============================================
    
    Copy over files...
    
    ==============================================
    Modifying Win 10 boot.wim to look like 7...
    ==============================================
    Extracting file data: 2304 KiB of 2304 KiB (100%) done
    Done extracting files.
    Extracting file data: 959 KiB of 959 KiB (100%) done
    Done extracting files.
    Extracting file data: 8143 KiB of 8143 KiB (100%) done
    Done extracting files.
    Scanning "TEMP\" (loading as WIM path: "\sources")...
    11 MiB scanned (3 files, 1 directories)
    Updating "\sources\background.bmp" in WIM image
    Updating "\sources\spwizimg.dll" in WIM image
    Updating "\sources\ARUNIMG.dll" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 11 MiB of 11 MiB (100%) done
    
    
    ==============================================
    Optimizing Boot.wim...
    ==============================================
    "ISO\sources\boot.wim" original size: 269319 KiB
    Using LZX compression with 8 threads
    Archiving file data: 765 MiB of 765 MiB (100%) done
    "ISO\sources\boot.wim" optimized size: 267546 KiB
    Space saved: 1772 KiB
    
    ==============================================
     Creating Starter en-US...
    ==============================================
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Exporting: [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\WIN7ISO\Sources\install.wim, 1] ->
               [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\WIM\aio.install.wim]
    
    
    [ 100% ] Exporting progress
    
    Successfully exported image #1.
    
    
    Total elapsed time: 36 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    Removing package Microsoft-Windows-HomeBasicEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    [==========================100.0%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    [===========================99.6%========================= ]
    The operation completed successfully.
    
    ==============================================
     inserting en-US language xml...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    [==========================100.0%==========================]
    The operation completed successfully.
            1 file(s) copied.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\WIM\aio.install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    Setting the DISPLAYNAME property of image 1 to "Windows 7 Starter".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 7 Starter_SiMPLiXED".
    Setting the NAME property of image 1 to "Windows 7 Starter".
    Setting the DESCRIPTION property of image 1 to "Windows 7 Starter_SiMPLiXED".
    "WIM\aio.install.wim" original size: 2756121 KiB
    Using LZX compression with 8 threads
    Archiving file data: 5858 MiB of 5858 MiB (100%) done
    "WIM\aio.install.wim" optimized size: 2684689 KiB
    Space saved: 71432 KiB
    Extracting file data: 161 MiB of 161 MiB (100%) done
    Done extracting files.
    
    ==============================================
    WinRE - Driver Integration...
    ==============================================
    
    ==============================================
    Mounting Winre...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    ==============================================
    WinRE - Integrating '(W)LAN' Drivers...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 77 driver package(s) to install.
    Installing 1 of 77 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\(W)LAN_7_x64\Intel_LAN\E1C62x64.inf: The driver package was successfully installed.
    .....................
    Installing 77 of 77 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\(W)LAN_7_x64\W\VIA\1\Win7\VW7UX64V.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    
    ==============================================
    WinRE - Integrating 'nVME' Drivers...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 34 driver package(s) to install.
    Installing 1 of 34 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\nVME_7_x64\64bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: The driver package was successfully installed.
    .....................
    Installing 34 of 34 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\nVME_7_x64\USB3x_7_x64\VIA\USB_3.0\6.1.7600.5601\xhcdrv.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Winre_x64\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ==============================================
    Extracting en-us DaRT packages...
    ==============================================
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 file, 27731918 bytes (27 MiB)
    
    Extracting archive: DaRT_W7\Dart_w7.tpk
    --
    Path = DaRT_W7\Dart_w7.tpk
    Type = wim
    Physical Size = 27731918
    Size = 8589934592
    Packed Size = 130835574
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2016-11-07 09:40:29
    Modified = 2016-11-07 09:44:37
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 75
    Files: 564
    Size:       118550622
    Compressed: 27731918
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 file, 224232 bytes (219 KiB)
    
    Extracting archive: DaRT_W7\Dart_w7_en-US.tpk
    --
    Path = DaRT_W7\Dart_w7_en-US.tpk
    Type = wim
    Physical Size = 224232
    Size = 8589934592
    Packed Size = 1929029
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2016-11-07 09:50:07
    Modified = 2016-11-07 09:56:29
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 22
    Files: 53
    Size:       2423232
    Compressed: 224232
    
    ==============================================
    WinRE - DaRT 7 Integration...
    ==============================================
    Scanning "Dart_w7\Dart_w7\2\"
    57 MiB scanned (270 files, 36 directories)
    Using LZX compression with 8 threads
    Archiving file data: 57 MiB of 57 MiB (100%) done
    Scanning "Dart_w7\Dart_w7_LP\2\"
    1182 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1182 KiB of 1182 KiB (100%) done
    
    Optimizing WinRe...
    [WARNING] "Winre_x64\Winre.wim" does not contain integrity information.  Skipping integrity check.
    "Winre_x64\Winre.wim" original size: 265051 KiB
    Using LZX compression with 8 threads
    Archiving file data: 709 MiB of 709 MiB (100%) done
    Calculating integrity table for WIM: 241 MiB of 241 MiB (100%) done
    "Winre_x64\Winre.wim" optimized size: 247683 KiB
    Space saved: 17367 KiB
    Scanning "Winre_x64\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    241 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 241 MiB of 241 MiB (100%) done
    
    ====================================================================
    Integrating Drivers into Install.wim...
    ====================================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 77 driver package(s) to install.
    Installing 1 of 77 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\(W)LAN_7_x64\Intel_LAN\E1C62x64.inf: The driver package was successfully installed.
    .....................
    Installing 77 of 77 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\(W)LAN_7_x64\W\VIA\1\Win7\VW7UX64V.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 34 driver package(s) to install.
    Installing 1 of 34 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\nVME_7_x64\64bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: The driver package was successfully installed.
    .....................
    Installing 34 of 34 - C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\Drivers\nVME_7_x64\USB3x_7_x64\VIA\USB_3.0\6.1.7600.5601\xhcdrv.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image File : C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\WIM\aio.install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    =============================================
    Starting SiMPLiX UpdatePack...
    =============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Details for image : C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\wim\aio.install.wim
    
    Index : 1
    Name : Windows 7 Starter
    Description : Windows 7 Starter_SiMPLiXED
    Size : 12.019.789.525 bytes
    
    The operation completed successfully.
    
    Code:
    The installation log of UpdatePack 7 / 2008 R2 / 21.1.15
    Installation start time - 13:57:45 15.01.2021
    Operating system - Windows 7 Starter SP1 x64
    
    UpdRoots - Integration of the update has been successfully completed
    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
    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
    KB2864202 - Integration of the update has been successfully completed (Recovery)
    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
    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 (Recovery)
    KB3004375-v3 - Integration of the update has been successfully completed
    KB3006137 - 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
    KB3087873-v2 - Integration of the update has been successfully completed (Recovery)
    KB3102429-v2 - Integration of the update has been successfully completed
    KB3138612 - 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
    KB4474419-v3 - Integration of the update has been successfully completed
    KB4490628 - Integration of the update has been successfully completed
    KB4592510 - 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
    KB4575903 - Integration of the update has been successfully completed
    KB4578952 - Integration of the update has been successfully completed
    KB4598279 - Integration of the update has been successfully completed
    Addon - SmartFix Tool 2.3.9
    Addon - DirectX End-User Runtimes (June 2010)
    Addon - Microsoft .NET Framework 4.8
    Addon - Microsoft Visual C++ Redistributables
    
    Installation finish time - 14:38:35 15.01.2021
    The number of installed updates - 54
    Total installation time of UpdatePack - 40:50
    Operation of the program has been successfully finished
    
    Code:
    =============================================
    Resuming AiO Script...
    =============================================
    
    =============================================
    Creating All SKU's And Setting Edition Flags...
    =============================================
    
    =============================================
    Creating HomeBasic en-US...
    =============================================
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 51 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.24563
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Committing: [C:\AiO_Mount]...
    
    [ 100% ] Appending progress
    
    Successfully committed image.
    
    Total elapsed time: 46 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Unmounting: [C:\AiO_Mount]...
    
    [ 100% ] Mount cleanup progress
    
    Successfully unmounted image.
    
    Total elapsed time: 39 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Windows 7 HomeBasic]
    
    Successfully set image description: [Windows 7 HomeBasic_SiMPLiXED]
    
    Successfully set image flags: [HomeBasic]
    
    
    
    =============================================
    Creating HomePremium en-US...
    =============================================
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 53 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.24563
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-HomeBasicEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Committing: [C:\AiO_Mount]...
    
    [ 100% ] Appending progress
    
    Successfully committed image.
    
    Total elapsed time: 48 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Unmounting: [C:\AiO_Mount]...
    
    [ 100% ] Mount cleanup progress
    
    Successfully unmounted image.
    
    Total elapsed time: 39 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Windows 7 HomePremium]
    
    Successfully set image description: [Windows 7 HomePremium_SiMPLiXED]
    
    Successfully set image flags: [HomePremium]
    
    
    =============================================
    Creating Professional en-US...
    =============================================
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 52 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.24563
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-HomePremiumEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Committing: [C:\AiO_Mount]...
    
    [ 100% ] Appending progress
    
    Successfully committed image.
    
    Total elapsed time: 49 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Unmounting: [C:\AiO_Mount]...
    
    [ 100% ] Mount cleanup progress
    
    Successfully unmounted image.
    
    Total elapsed time: 38 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Windows 7 Professional]
    
    Successfully set image description: [Windows 7 Professional_SiMPLiXED]
    
    Successfully set image flags: [Professional]
    
    
    =============================================
    Creating Ultimate en-US...
    =============================================
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 50 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.24563
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Committing: [C:\AiO_Mount]...
    
    [ 100% ] Appending progress
    
    Successfully committed image.
    
    Total elapsed time: 49 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Unmounting: [C:\AiO_Mount]...
    
    [ 100% ] Mount cleanup progress
    
    Successfully unmounted image.
    
    Total elapsed time: 38 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Windows 7 Ultimate]
    
    Successfully set image description: [Windows 7 Ultimate_SiMPLiXED]
    
    Successfully set image flags: [Ultimate]
    
    
    =============================================
    Creating Enterprise en-US...
    =============================================
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\Tool\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 53 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.24563
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-UltimateEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 6.1.7601.24563
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Committing: [C:\AiO_Mount]...
    
    [ 100% ] Appending progress
    
    Successfully committed image.
    
    Total elapsed time: 50 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Unmounting: [C:\AiO_Mount]...
    
    [ 100% ] Mount cleanup progress
    
    Successfully unmounted image.
    
    Total elapsed time: 40 sec
    
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Windows 7 Enterprise]
    
    Successfully set image description: [Windows 7 Enterprise_SiMPLiXED]
    
    Successfully set image flags: [Enterprise]
    
    
    
    =============================================
    Setting last modification date...
    =============================================
    
    ==============================================
    Content of WIM...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Details for image : WIM\aio.install.wim
    
    Index : 1
    Name : Windows 7 Starter
    Description : Windows 7 Starter_SiMPLiXED
    Size : 17.145.329.327 bytes
    
    Index : 2
    Name : Windows 7 HomeBasic
    Description : Windows 7 HomeBasic_SiMPLiXED
    Size : 17.169.142.865 bytes
    
    Index : 3
    Name : Windows 7 HomePremium
    Description : Windows 7 HomePremium_SiMPLiXED
    Size : 17.600.640.838 bytes
    
    Index : 4
    Name : Windows 7 Professional
    Description : Windows 7 Professional_SiMPLiXED
    Size : 17.476.922.546 bytes
    
    Index : 5
    Name : Windows 7 Ultimate
    Description : Windows 7 Ultimate_SiMPLiXED
    Size : 17.638.454.348 bytes
    
    Index : 6
    Name : Windows 7 Enterprise
    Description : Windows 7 Enterprise_SiMPLiXED
    Size : 17.481.303.973 bytes
    
    The operation completed successfully.
    15:18:14,21
    
    ==============================================
    Creating Install.WIM. Please Wait...
    ==============================================
    Using LZX compression with 8 threads
    Archiving file data: 11 GiB of 11 GiB (100%) done
    
    15:18:47,19
    
    ==============================================
    Creating ISO...
    ==============================================
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree
    Scanning source tree complete (63 files in 12 directories)
    
    Computing directory information complete
    
    Image file is 5692686336 bytes (before optimization)
    
    Writing 63 files in 12 directories to Win_7_AiO_x64_en-US_SiMPLiXED_2021-01-15.iso
    
    100% complete
    
    Storage optimization saved 0 files, 0 bytes (0% of image)
    
    After optimization, image file is 5692819456 bytes
    Space saved because of embedding, sparseness or optimization = 0
    
    Done.
    15:19:44,46
    
    ==============================================
    All Processing Complete...
    ==============================================
    
    ==============================================
    Cleanup...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Scanning drive C for stale files
    Scanning drive G for stale files
    Scanning drive H for stale files
    The operation completed successfully.
    =============================================
    Cleaning Up Addons_x64 From EXE Folder...
    =============================================
    
    
    ==============================================
     Script Finished At 15:19:52,86
    ==============================================
    
    Press any key to exit...
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
    Looking good.
    Wil you update the OP with the tool version you used above - SiMPLiX_AiO_ISO_Full_Tool_2_3_21.1.15?
    In your own good time of course.
    Best wishes,
    hugh
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Will do tomorrow:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #1039 Enthousiast, Jan 17, 2021
    Last edited: Jan 17, 2021
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...