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
    47,027
    93,865
    450
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    @Walcott

    Can you put a pause here:
    Code:
    echo.
    echo===============================================
    echo Extracting Source ISO's...
    echo===============================================
    bin\7z x -y -o"WIN7ISO\" "Source_ISOs\7_x86\"
    echo.
    bin\7z x -y -o"WIN10ISO\" "Source_ISOs\10_x86\"
    pause
    echo.
    echo===============================================
    echo Copying required ISO Files...
    echo===============================================
    copy /Y "WIN10ISO\bootmgr" "ISO" >NUL 2>&1
    copy /Y "WIN10ISO\bootmgr.efi" "ISO" >NUL 2>&1
    echo.
    And re-run? At the pause can you check and show the content of the "WIN7ISO" and "WIN10ISO" folders?
     
  3. Walcott

    Walcott MDL Novice

    Sep 25, 2010
    27
    9
    0
    So that is the mistake.
    I didn't know it was necessary to also provide an ISO of W10.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    Both, the old and the new scripts all use a windows 10 ISO to be either a base or use some of their files for the resulting ISO.
     
  5. ssjkakaroto

    ssjkakaroto MDL Junior Member

    Mar 3, 2011
    59
    18
    0
    @Enthousiast can I just extract a driver pack (e.g. DP_MassStorage_20000.7z) in the "drivers" folder or do I have to properly separate the drivers into the "(W)LAN_7_x64", "(W)LAN_7_x86", "nVME_7_x64", etc. folders?
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    Can you link me to that 7z?

    The MDL SiMPLiX tool is changing, so the boot.wim doesn't need any drivers anymore, because it's based on a win 10 ISO/Boot.wim, but for either of the versions, you can put them in the nVME_7_x64 or x86 folder, depending on the target arch.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
  8. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    307
    340
    10
    Hi @Enthousiast,

    I tested the script "W7_x64_Enterprise_Only_New_RC.cmd" and an error occurred when integrating Dart into WinRE.wim ...

    In the original script I didn't find the commands for extracting Dart ...

    Trying to fix this, I added the Dart extraction commands inside the LABEL ": DaRTLocale", right after:

    "IF DEFINED DartLang (
    echo.
    echo DaRT Language Used:% DartLang%
    ) "

    And before the LABEL ": Compression" ...

    Tested again and now it worked correctly!

    Attached are the script and the test results ...
     

    Attached Files:

  9. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    307
    340
    10
    Edited...
    double...
     
  10. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    307
    340
    10
    Hi @Enthousiast,

    I tested the "W7_x64_Single_Index_Only_New_RC.cmd" script to create the "Win_7_Professional_x64_SiMPLiXED_2020-01-30.ISO" ...

    Everything went very well, without errors!

    Attached is the test result ...
     

    Attached Files:

  11. ssjkakaroto

    ssjkakaroto MDL Junior Member

    Mar 3, 2011
    59
    18
    0
    What exactly are forced drivers?

    I used these packs with SDIO to create a backup of the most current drivers for my machine and the one it chose for the NVME controller was Samsung\FORCED\7x64\3.1.0.1901. The one you have in your pack is 3.2.0.1910, so I'm guessing that driver pack is not the most up to date.
     
  12. felix3650

    felix3650 MDL Novice

    Dec 26, 2014
    16
    16
    0
    #313 felix3650, Jan 31, 2020
    Last edited: Jan 31, 2020
    Forced drivers is just a practice of forcing the installation of a specific driver version regardless if it's the latest or not. An example: some intel mass storage controllers provide a better performance on a specific driver version rather than the latest driver so tools like SDI have a script to force install that driver regardless if windows warn you about it. Or another example: you have an intel iGPU (the HDXXX ones especially) that don't have a driver for windows 10. Intel dropped support for those cards so users force install windows 7 drivers to at least get basic 2D acceleration (NT 6.1 drivers installed on NT 6.3 systems).
    I hope I'm clear :)

    PS: attached file is for @Enthousiast ;)
     

    Attached Files:

  13. Boskorp

    Boskorp MDL Novice

    Jun 20, 2011
    20
    3
    0
    Can we Integrate SmartFix along MS DaRT?
     
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,235
    910
    60
    Hello ! I suggest a expert mode, with a SET=1 to define to 0 for the user defined to install Drivers, DaRT, SiMPLiX or not ;)

    example :
    Code:
    SET InstallDaRT=1
    If %InstallDaRT%==0 goto CompressionType
    :CompressionType
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    307
    340
    10
    Here are the test logs with the script "W7_x64_Single_Index_Only_New_RC.cmd":

    - Win_7_HomeBasic_x64_SiMPLiXED_2020-01-31.iso
    - Win_7_HomePremium_x64_SiMPLiXED_2020-01-31.iso
    - Win_7_Professional_x64_SiMPLiXED_2020-01-30.iso
    - Win_7_Ultimate_x64_SiMPLiXED_2020-01-31.iso

    To speed up testing, I removed the UpdatePack7R2-20.1.17.exe from the .\ EXE folder

    All processes were completed without error.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    Or just put :: in front of call SiMPLiX.bat :)
     
  17. free1975yuly

    free1975yuly MDL Expert

    Aug 24, 2011
    1,830
    160
    60
    I've done with this yesterday and everythings works like charm (I've installed few drivers after install )
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    #319 Enthousiast, Feb 1, 2020
    Last edited: Feb 1, 2020
    (OP)
    TEST BETA (no enterprise iso needed):
    Code:
    ==============================================
    Script Started At  1:52:03,91
    ==============================================
    
    Preparing...
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Scanning drive C for stale files
    Scanning drive F for stale files
    Scanning drive G for stale files
    Scanning drive H for stale files
    The operation completed successfully.
    
    Creating Work folders...
    
    Settings
    
    =========================================================
    Integrate DaRT ?
    =========================================================
    
    [ 1 ] - Integrate DaRT
    
    [ 2 ] - Don't Integrate DaRT
    
    =========================================================
    
    * Type your option and press Enter: 1
    ==============================================
    Set ISO Locale For DaRT
    (if no DaRT language is available
    en-US will be used)
    ==============================================
    Enter Language code {default en-us} : en-US
    
    
    DaRT Language Used : en-us
    
    ==========================================================
    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
    
    ===============================================
    Copying Content Of Addons_x64 To EXE Folder...
    ===============================================
    
    ==============================================
    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 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
    
    
    ==============================================
    WinRE - Driver Integration...
    ==============================================
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Exporting: [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\WIN7ISO\Sources\install.wim, 1] ->
               [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\WIM\aio.install.wim]
    
    
    [ 100% ] Exporting progress
    
    Successfully exported image #1.
    
    
    Total elapsed time: 24 sec
    
    
    
    
    
    Creating Starter
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    [===========================99.6%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    [==========================100.0%==========================]
    The operation completed successfully.
            1 file(s) copied.
    Press any key to continue . . .
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    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.17763.771
    
    Image Version: 6.1.7601.17514
    
    Current edition is:
    
    Current Edition : Starter
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Editions that can be upgraded to:
    
    Target Edition : Ultimate
    Target Edition : Enterprise
    Target Edition : Professional
    Target Edition : HomePremium
    Target Edition : HomeBasic
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image File : C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\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".
    Setting the NAME property of image 1 to "Windows 7 Starter".
    Setting the DESCRIPTION property of image 1 to "Windows 7 Starter".
    "WIM\aio.install.wim" original size: 2756135 KiB
    Using LZX compression with 8 threads
    Archiving file data: 5858 MiB of 5858 MiB (100%) done
    "WIM\aio.install.wim" optimized size: 2684703 KiB
    Space saved: 71432 KiB
    Press any key to continue . . .
    Extracting file data: 161 MiB of 161 MiB (100%) done
    Done extracting files.
    
    ==============================================
    Mounting Winre...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    ==============================================
    WinRE - Integrating '(W)LAN' Drivers...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 70 driver package(s) to install.
    Installing 1 of 70 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x64\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    ..........
    Installing 70 of 70 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\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.17763.771
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 5 driver package(s) to install.
    Installing 1 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\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 2 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x64\mtinvme.inf: The driver package was successfully installed.
    Installing 3 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x64\secnvme.inf: The driver package was successfully installed.
    Installing 4 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit_Lite-On_NVMe_driver_v1.4.0.0._WHQL_for_Plextor_SSDs\nvme.inf: The driver package was successfully installed.
    Installing 5 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit_OCZ_NVMe_driver_v1.2.126.843 WHQL\ocznvme.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    
    ==============================================
    WinRE - Integrating 'USB3.x' Drivers...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 27 driver package(s) to install.
    Installing 1 of 27 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x64\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    ..........
    Installing 27 of 27 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\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.17763.771
    
    Image File : C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Winre_x64\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ==============================================
    Extracting 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: 250170 KiB
    Using LZX compression with 8 threads
    Archiving file data: 668 MiB of 668 MiB (100%) done
    Calculating integrity table for WIM: 227 MiB of 227 MiB (100%) done
    "Winre_x64\Winre.wim" optimized size: 232941 KiB
    Space saved: 17228 KiB
    Scanning "Winre_x64\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    227 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 227 MiB of 227 MiB (100%) done
    
    ====================================================================
    Integrating Drivers into Install.wim...
    ====================================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 70 driver package(s) to install.
    Installing 1 of 70 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x64\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    ..........
    Installing 70 of 70 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\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.17763.771
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 5 driver package(s) to install.
    Installing 1 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\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 2 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x64\mtinvme.inf: The driver package was successfully installed.
    Installing 3 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x64\secnvme.inf: The driver package was successfully installed.
    Installing 4 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit_Lite-On_NVMe_driver_v1.4.0.0._WHQL_for_Plextor_SSDs\nvme.inf: The driver package was successfully installed.
    Installing 5 of 5 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x64\64bit_OCZ_NVMe_driver_v1.2.126.843 WHQL\ocznvme.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 27 driver package(s) to install.
    Installing 1 of 27 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x64\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    ..........
    Installing 27 of 27 - C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\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.17763.771
    
    Image File : C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\WIM\aio.install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    =============================================
    Starting SiMPLiX UpdatePack...
    =============================================
    
    Resuming AiO Script...
    
    Creating All SKU's And Setting Edition Flags...
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 55 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    
    
    Error: 0x800f0905
    
    An error occurred while operating system components were being updated. The upgrade cannot proceed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    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: 27 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: 28 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]
    
    Successfully set image flags: [HomeBasic]
    
    
    
    Creating HomePremium...
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 49 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    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: 31 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: 30 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]
    
    Successfully set image flags: [HomePremium]
    
    
    
    Creating Professional...
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\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.17763.771
    
    Image Version: 6.1.7601.17514
    
    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: 31 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: 30 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]
    
    Successfully set image flags: [Professional]
    
    
    
    Creating Ultimate...
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 49 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    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: 31 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: 27 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]
    
    Successfully set image flags: [Ultimate]
    
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Mounting: [C:\SiMPLiX_AiO_ISO_Tool_v19.12.19\wim\aio.install.wim, 1] -> [C:\AiO_Mount]...
    
    [ 100% ] Mounting progress
    
    Successfully mounted image.
    
    Total elapsed time: 48 sec
    
    
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    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.
    
    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: 29 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: 27 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]
    
    Successfully set image flags: [Enterprise]
    
    
    
    Setting last modification date...
    
    ==============================================
    Content of WIM...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Details for image : WIM\aio.install.wim
    
    Index : 1
    Name : Windows 7 Starter
    Description : Windows 7 Starter
    Size : 11.955.392.551 bytes
    
    Index : 2
    Name : Windows 7 HomeBasic
    Description : Windows 7 HomeBasic
    Size : 11.957.505.869 bytes
    
    Index : 3
    Name : Windows 7 HomePremium
    Description : Windows 7 HomePremium
    Size : 12.419.981.904 bytes
    
    Index : 4
    Name : Windows 7 Professional
    Description : Windows 7 Professional
    Size : 12.287.014.726 bytes
    
    Index : 5
    Name : Windows 7 Ultimate
    Description : Windows 7 Ultimate
    Size : 12.449.592.323 bytes
    
    Index : 6
    Name : Windows 7 Enterprise
    Description : Windows 7 Enterprise
    Size : 12.292.048.773 bytes
    
    The operation completed successfully.
    
    ==============================================
    Creating Install.WIM. Please Wait...
    ==============================================
    Using LZX compression with 8 threads
    Archiving file data: 6691 MiB of 6691 MiB (100%) done
    
    
    
    ==============================================
    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 3395387392 bytes (before optimization)
    
    Writing 63 files in 12 directories to Win_7_AiO_x64_SiMPLiXED_2020-02-01.iso
    
    100% complete
    
    Storage optimization saved 0 files, 0 bytes (0% of image)
    
    After optimization, image file is 3395514368 bytes
    Space saved because of embedding, sparseness or optimization = 0
    
    Done.
    
    ==============================================
    All Processing Complete...
    ==============================================
    
    ==============================================
    Cleanup...
    ==============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Scanning drive C for stale files
    Scanning drive F 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  2:18:29,78
    ==============================================
    
    Press any key to exit
    
    
    Error found at creating homebasic:(

    Pausing this sidetrack for the moment.

    This is in a very early test stage!!!
     
  19. Lioninstreet

    Lioninstreet MDL Novice

    Jan 23, 2016
    26
    4
    0
    Failure to launch....

    The zip file will download without a subscription to mega using Chrome. But when I try to open it with 7zip a password is required, bypassing the screen permits a download but many files appear to be missing. If I try to extract it with windows unzip tool I get error 0x80004005: Unspecified error.

    issue on my side?