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. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    All installation is over with success, I have not the log :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
    #262 Enthousiast, Jan 20, 2020
    Last edited: Jan 20, 2020
    (OP)
    What exact script and what source iso's did you use? Can you post the full iso filenames of the source isos? So, i can test myself.
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    fr_windows_10_enterprise_2016_ltsb_x86_dvd_9058127
    fr_windows_7_ultimate_with_sp1_x86_dvd_u_677434
    W7AIO_x86.cmd

    Is OK ?
    You need my Autounattend.xml ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
    I never use one myself, but for the test, it could be handy to have:)
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    The installation work without Autounattend.xml, all is OK, but for my work the Autounattend.xml is very useful...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    I can upload for you any files if you need :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
    You can upload it if you wish, so i can test it myself :)
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #268 Chibi ANUBIS, Jan 20, 2020
    Last edited: Jan 20, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Thank you, you can get my Autounattend.xml in attachement :)
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #271 Chibi ANUBIS, Jan 21, 2020
    Last edited: Jan 21, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
    #273 Enthousiast, Jan 21, 2020
    Last edited: Jan 21, 2020
    (OP)
    @Chibi ANUBIS

    I did a test and ran the extract line (where it gave the error) manually, with direct link to wimlib-imagex, and all goes ok.

    This is the host os architecture detection code:
    Code:
    :: Detect OS Architecture
    reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set arch=x86 || set arch=x64
    if %arch%==x86 (
    set "_wimlib=%~dp0bin\wimlib-imagex.exe"
    ) else (
    set "_wimlib=%~dp0%bin64\wimlib-imagex.exe"
    )
    and this is the first line where the errors start:
    Code:
    %_wimlib% extract WIN10ISO\sources\boot.wim 2 setup.exe --no-acls --dest-dir=BOOT
    When i pause the script right before that line of code runs, and run it manually, it works:
    Code:
    bin\bin64\wimlib-imagex extract WIN10ISO\sources\boot.wim 2 setup.exe --no-acls --dest-dir=BOOT
    So i have to test some more to see where this fault got introduced, because in my previous tests, all worked fine.

    EDIT:
    Think i found it, the x64 bin line in the arch detection code is not correct.

    This is what it should have been:
    Code:
    :: Detect OS Architecture
    reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set arch=x86 || set arch=x64
    if %arch%==x86 (
    set "_wimlib=%~dp0bin\wimlib-imagex.exe"
    ) else (
    set "_wimlib=%~dp0%bin\bin64\wimlib-imagex.exe"
    )
    
    Now the script works:
    Code:
    Script Started At 19:35:32.20
    
    Preparing...
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Scanning drive C for stale files
    Scanning drive D for stale files
    Scanning drive G for stale files
    Scanning drive J for stale files
    The operation completed successfully.
    
    Creating Work folders...
    
    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, 240828 bytes (236 KiB)
    
    Extracting archive: DaRT_W7\Dart_w7_fr-FR.tpk
    --
    Path = DaRT_W7\Dart_w7_fr-FR.tpk
    Type = wim
    Physical Size = 240828
    Size = 8589934592
    Packed Size = 2144769
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2016-11-07 09:50:15
    Modified = 2016-11-07 09:56:30
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 22
    Files: 53
    Size:       2700560
    Compressed: 240828
    
    Copying Content Of Addons_x86 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, 2358484992 bytes (2250 MiB)
    
    Extracting archive: SOURCE_ISOs\7_x86_Enterprise\fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso
    --
    Path = SOURCE_ISOs\7_x86_Enterprise\fr_windows_7_enterprise_with_sp1_x86_dvd_u_677727.iso
    Type = Udf
    Physical Size = 2358484992
    Comment = GSP1RMCENVOL_FR_DVD
    Cluster Size = 2048
    Created = 2011-04-12 04:15:59
    
    Everything is Ok
    
    Folders: 200
    Files: 873
    Size:       2374025382
    Compressed: 2358484992
    
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 folder, 1 file, 2622289920 bytes (2501 MiB)
    
    Extracting archive: SOURCE_ISOs\10_x86\fr_windows_10_enterprise_2016_ltsb_x86_dvd_9058127.iso
    --
    Path = SOURCE_ISOs\10_x86\fr_windows_10_enterprise_2016_ltsb_x86_dvd_9058127.iso
    Type = Udf
    Physical Size = 2622289920
    Comment = CES_X86FREV_FR-FR_DV5
    Cluster Size = 2048
    Created = 2016-07-16 18:21:34
    
    Everything is Ok
    
    Folders: 95
    Files: 990
    Size:       2617106812
    Compressed: 2622289920
    
    Copying required ISO Files...
    
    
    Creating Sources folder...
    
    Creating 'Boot.wim'...
    Press any key to continue . . .
    Extracting file data: 77 KiB of 77 KiB (100%) done
    Done extracting files.
    Extracting file data: 65 MiB of 65 MiB (100%) done
    Done extracting files.
    Extracting file data: 1164 KiB of 1164 KiB (100%) done
    Done extracting files.
    Extracting file data: 78 bytes of 78 bytes (100%) done
    Done extracting files.
    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.
    Deleted WIM path "\setup.exe"
    Deleted WIM path "\sources"
    Scanning "BOOT/"
    68 MiB scanned (146 files, 6 directories)
    Using LZX compression with 8 threads
    Archiving file data: 55 MiB of 55 MiB (100%) done
    "ISO\sources\boot.wim" original size: 157799 KiB
    Using LZX compression with 8 threads
    Archiving file data: 452 MiB of 452 MiB (100%) done
    "ISO\sources\boot.wim" optimized size: 151963 KiB
    Space saved: 5836 KiB
    
    Inserting 'DaRT7' into Boot.wim
    Scanning "Dart_w7\Dart_w7\1\"
    55 MiB scanned (293 files, 39 directories)
    Using LZX compression with 8 threads
    Archiving file data: 55 MiB of 55 MiB (100%) done
    Scanning "Dart_w7\Dart_w7_LP\1\"
    1317 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1317 KiB of 1317 KiB (100%) done
    
    Integrating 'nVME' Drivers In Boot.wim index 1...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 5 driver package(s) to install.
    Installing 1 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: The driver package was successfully installed.
    Installing 2 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x86\mtinvme.inf: The driver package was successfully installed.
    Installing 3 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32Bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x86\secnvme.inf: The driver package was successfully installed.
    Installing 4 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_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:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_OCZ_NVMe_driver_v1.2.126.843_WHQL\ocznvme.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Integrating 'USB3.x' Drivers In Boot.wim index 1...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 22 driver package(s) to install.
    Installing 1 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    Installing 2 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: The driver package was successfully installed.
    Installing 3 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: The driver package was successfully installed.
    Installing 4 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: The driver package was successfully installed.
    Installing 5 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\ASMedia\USB_3.x\1.16.59.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\ASMedia\USB_3.x\1.16.59.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Fresco\USB_3.0\3.8.5514.0\Host\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Fresco\USB_3.0\3.8.5514.0\Hub\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.1_tb\17.2.70.3\tusb3hub.inf: The driver package was successfully installed.
    Installing 11 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.1_tb\17.2.70.3\tusb3xhc.inf: The driver package was successfully installed.
    Installing 12 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: The driver package was successfully installed.
    Installing 13 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: The driver package was successfully installed.
    Installing 14 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: The driver package was successfully installed.
    Installing 15 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 16 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 17 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 18 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 19 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Texas\1.16.6.0\tihub3.inf: The driver package was successfully installed.
    Installing 20 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Texas\1.16.6.0\tixhci.inf: The driver package was successfully installed.
    Installing 21 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: The driver package was successfully installed.
    Installing 22 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\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.18362.1
    
    Image File : C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\ISO\Sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Integrating 'nVME' Drivers In Boot.wim index 2...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 5 driver package(s) to install.
    Installing 1 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: The driver package was successfully installed.
    Installing 2 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x86\mtinvme.inf: The driver package was successfully installed.
    Installing 3 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32Bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x86\secnvme.inf: The driver package was successfully installed.
    Installing 4 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_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:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_OCZ_NVMe_driver_v1.2.126.843_WHQL\ocznvme.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Integrating 'USB3.x' Drivers In Boot.wim index 2...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 22 driver package(s) to install.
    Installing 1 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    Installing 2 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: The driver package was successfully installed.
    Installing 3 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: The driver package was successfully installed.
    Installing 4 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: The driver package was successfully installed.
    Installing 5 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\ASMedia\USB_3.x\1.16.59.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\ASMedia\USB_3.x\1.16.59.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Fresco\USB_3.0\3.8.5514.0\Host\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Fresco\USB_3.0\3.8.5514.0\Hub\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.1_tb\17.2.70.3\tusb3hub.inf: The driver package was successfully installed.
    Installing 11 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.1_tb\17.2.70.3\tusb3xhc.inf: The driver package was successfully installed.
    Installing 12 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: The driver package was successfully installed.
    Installing 13 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: The driver package was successfully installed.
    Installing 14 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: The driver package was successfully installed.
    Installing 15 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 16 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 17 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 18 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 19 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Texas\1.16.6.0\tihub3.inf: The driver package was successfully installed.
    Installing 20 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Texas\1.16.6.0\tixhci.inf: The driver package was successfully installed.
    Installing 21 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: The driver package was successfully installed.
    Installing 22 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\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.18362.1
    
    Image File : C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\ISO\Sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Optimizing Boot.wim
    "ISO\sources\boot.wim" original size: 193737 KiB
    Using LZX compression with 1 thread
    Archiving file data: 529 MiB of 529 MiB (100%) done
    "ISO\sources\boot.wim" optimized size: 184701 KiB
    Space saved: 9035 KiB
    
    WinRE - DaRT Integration...
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Exporting: [C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\WIN7ENTISO\Sources\install.wim, 1] ->
               [C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\WIM\aio.install.wim]
    
    
    [ 100% ] Exporting progress
    
    Successfully exported image #1.
    
    
    Total elapsed time: 11 sec
    
    
    
    
    Extracting file data: 140 MiB of 140 MiB (100%) done
    Done extracting files.
    Scanning "Dart_w7\Dart_w7\1\"
    55 MiB scanned (293 files, 39 directories)
    Using LZX compression with 8 threads
    Archiving file data: 55 MiB of 55 MiB (100%) done
    Scanning "Dart_w7\Dart_w7_LP\1\"
    1317 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1317 KiB of 1317 KiB (100%) done
    
    Mounting Winre...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    WinRE - Integrating '(W)LAN' Drivers...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 68 driver package(s) to install.
    Installing 1 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    Installing 2 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Atheros\3\Win7_32\netL1e86.inf: The driver package was successfully installed.
    Installing 3 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Atheros\4\Win7_32\L1C62x86.inf: The driver package was successfully installed.
    Installing 4 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\1\edgewin7.inf: The driver package was successfully installed.
    Installing 5 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\2\xenowin7.inf: The driver package was successfully installed.
    Installing 6 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\3\bflwf.inf: The driver package was successfully installed.
    Installing 7 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\3\e22w7x86.inf: The driver package was successfully installed.
    Installing 8 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\1\b57nd60x.inf: The driver package was successfully installed.
    Installing 9 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\2\k57nd60x.inf: The driver package was successfully installed.
    Installing 10 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\3\b57win32.inf: The driver package was successfully installed.
    Installing 11 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxdiag.inf: The driver package was successfully installed.
    Installing 12 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxfcoe.inf: The driver package was successfully installed.
    Installing 13 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxnd.inf: The driver package was successfully installed.
    Installing 14 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxois.inf: The driver package was successfully installed.
    Installing 15 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxvbd.inf: The driver package was successfully installed.
    Installing 16 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\evbd.inf: The driver package was successfully installed.
    Installing 17 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\5\b44win.inf: The driver package was successfully installed.
    Installing 18 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\1\NDIS62\ixe6232.inf: The driver package was successfully installed.
    Installing 19 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\1\NDIS62\ixn6232.inf: The driver package was successfully installed.
    Installing 20 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\1\NDIS62\ixt6232.inf: The driver package was successfully installed.
    Installing 21 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1c6232.inf: The driver package was successfully installed.
    Installing 22 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1e6232.INF: The driver package was successfully installed.
    Installing 23 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1k6232.inf: The driver package was successfully installed.
    Installing 24 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1q6232.inf: The driver package was successfully installed.
    Installing 25 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1r6232.inf: The driver package was successfully installed.
    Installing 26 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1y6232.INF: The driver package was successfully installed.
    Installing 27 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\3\NDIS62\fei6232.inf: The driver package was successfully installed.
    Installing 28 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\4\NDIS62\qd1nodrv.inf: The driver package was successfully installed.
    Installing 29 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\4\NDIS62\qd2nodrv.inf: The driver package was successfully installed.
    Installing 30 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\JMicron\2\JME.inf: The driver package was successfully installed.
    Installing 31 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Marvell\1\yk62x86.inf: The driver package was successfully installed.
    Installing 32 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Nvidia\1\nvfd6x32.inf: The driver package was successfully installed.
    Installing 33 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Nvidia\2\nvfd6032.inf: The driver package was successfully installed.
    Installing 34 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Realtek\1\Win7\Netrtl32.inf: The driver package was successfully installed.
    Installing 35 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Realtek\2\Win7\rt86win7.inf: The driver package was successfully installed.
    Installing 36 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\VIA\1\Win7\netvfx86.inf: The driver package was successfully installed.
    Installing 37 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\VIA\2\Win7\netvg62.inf: The driver package was successfully installed.
    Installing 38 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\1\netathr.inf: The driver package was successfully installed.
    Installing 39 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\2\netathr.inf: The driver package was successfully installed.
    Installing 40 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\3\netathr.inf: The driver package was successfully installed.
    Installing 41 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\5\netathur.inf: The driver package was successfully installed.
    Installing 42 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\6\ar6knwf.inf: The driver package was successfully installed.
    Installing 43 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Broadcom\1\bcmwl6.inf: The driver package was successfully installed.
    Installing 44 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Broadcom\2\bcmwl6.inf: The driver package was successfully installed.
    Installing 45 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Broadcom\3\bcmwl6.inf: The driver package was successfully installed.
    Installing 46 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Intel\3\NETwLv32.INF: The driver package was successfully installed.
    Installing 47 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Intel\3\NETwNs32.INF: The driver package was successfully installed.
    Installing 48 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Intel\4\NETwNs32.INF: The driver package was successfully installed.
    Installing 49 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\2\netr70.inf: The driver package was successfully installed.
    Installing 50 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\3\Win7\netr61.inf: The driver package was successfully installed.
    Installing 51 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\3\Win7\netr6x.inf: The driver package was successfully installed.
    Installing 52 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\4\Win7\netr73.inf: The driver package was successfully installed.
    Installing 53 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\5\Win7\netr28.inf: The driver package was successfully installed.
    Installing 54 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\6\Win7\netr28u.inf: The driver package was successfully installed.
    Installing 55 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\1\NET8185.inf: The driver package was successfully installed.
    Installing 56 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\10\Win7\netrtwlanu.inf: The driver package was successfully installed.
    Installing 57 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\11\Win7X86\net8192du.inf: The driver package was successfully installed.
    Installing 58 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\12\Win7X86\net8192de.inf: The driver package was successfully installed.
    Installing 59 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\2\Win7\Netrtuw.inf: The driver package was successfully installed.
    Installing 60 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\3\Win7\net8187b.inf: The driver package was successfully installed.
    Installing 61 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\4\Win7\net8187Se.inf: The driver package was successfully installed.
    Installing 62 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\5\Win7\net8192su.inf: The driver package was successfully installed.
    Installing 63 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\6\Win7\net819xp.inf: The driver package was successfully installed.
    Installing 64 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\7\Win7\net8192se.inf: The driver package was successfully installed.
    Installing 65 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\8\Win7\net8192u.inf: The driver package was successfully installed.
    Installing 66 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\9\Win7\net8192ce.inf: The driver package was successfully installed.
    Installing 67 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\SIS\1\sis163u.inf: The driver package was successfully installed.
    Installing 68 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\VIA\1\Win7\VW7UX86V.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    WinRE - Integrating 'nVME' Drivers...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 5 driver package(s) to install.
    Installing 1 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: The driver package was successfully installed.
    Installing 2 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x86\mtinvme.inf: The driver package was successfully installed.
    Installing 3 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32Bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x86\secnvme.inf: The driver package was successfully installed.
    Installing 4 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_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:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_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.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 22 driver package(s) to install.
    Installing 1 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    Installing 2 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: The driver package was successfully installed.
    Installing 3 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: The driver package was successfully installed.
    Installing 4 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: The driver package was successfully installed.
    Installing 5 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\ASMedia\USB_3.x\1.16.59.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\ASMedia\USB_3.x\1.16.59.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Fresco\USB_3.0\3.8.5514.0\Host\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Fresco\USB_3.0\3.8.5514.0\Hub\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.1_tb\17.2.70.3\tusb3hub.inf: The driver package was successfully installed.
    Installing 11 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.1_tb\17.2.70.3\tusb3xhc.inf: The driver package was successfully installed.
    Installing 12 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: The driver package was successfully installed.
    Installing 13 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: The driver package was successfully installed.
    Installing 14 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: The driver package was successfully installed.
    Installing 15 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 16 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 17 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 18 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 19 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Texas\1.16.6.0\tihub3.inf: The driver package was successfully installed.
    Installing 20 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\Texas\1.16.6.0\tixhci.inf: The driver package was successfully installed.
    Installing 21 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: The driver package was successfully installed.
    Installing 22 of 22 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\USB3x_7_x86\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.18362.1
    
    Image File : C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Winre_x86\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    [WARNING] "Winre_x86\Winre.wim" does not contain integrity information.  Skipping integrity check.
    "Winre_x86\Winre.wim" original size: 223717 KiB
    Using LZX compression with 8 threads
    Archiving file data: 584 MiB of 584 MiB (100%) done
    Calculating integrity table for WIM: 202 MiB of 202 MiB (100%) done
    "Winre_x86\Winre.wim" optimized size: 207221 KiB
    Space saved: 16495 KiB
    Scanning "Winre_x86\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    202 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 202 MiB of 202 MiB (100%) done
    Integrating '(W)LAN' And nVME Drivers into Install.wim
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 68 driver package(s) to install.
    Installing 1 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    Installing 2 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Atheros\3\Win7_32\netL1e86.inf: The driver package was successfully installed.
    Installing 3 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Atheros\4\Win7_32\L1C62x86.inf: The driver package was successfully installed.
    Installing 4 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\1\edgewin7.inf: The driver package was successfully installed.
    Installing 5 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\2\xenowin7.inf: The driver package was successfully installed.
    Installing 6 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\3\bflwf.inf: The driver package was successfully installed.
    Installing 7 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Bigfoot\3\e22w7x86.inf: The driver package was successfully installed.
    Installing 8 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\1\b57nd60x.inf: The driver package was successfully installed.
    Installing 9 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\2\k57nd60x.inf: The driver package was successfully installed.
    Installing 10 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\3\b57win32.inf: The driver package was successfully installed.
    Installing 11 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxdiag.inf: The driver package was successfully installed.
    Installing 12 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxfcoe.inf: The driver package was successfully installed.
    Installing 13 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxnd.inf: The driver package was successfully installed.
    Installing 14 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxois.inf: The driver package was successfully installed.
    Installing 15 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\bxvbd.inf: The driver package was successfully installed.
    Installing 16 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\4\evbd.inf: The driver package was successfully installed.
    Installing 17 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Broadcom\5\b44win.inf: The driver package was successfully installed.
    Installing 18 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\1\NDIS62\ixe6232.inf: The driver package was successfully installed.
    Installing 19 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\1\NDIS62\ixn6232.inf: The driver package was successfully installed.
    Installing 20 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\1\NDIS62\ixt6232.inf: The driver package was successfully installed.
    Installing 21 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1c6232.inf: The driver package was successfully installed.
    Installing 22 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1e6232.INF: The driver package was successfully installed.
    Installing 23 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1k6232.inf: The driver package was successfully installed.
    Installing 24 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1q6232.inf: The driver package was successfully installed.
    Installing 25 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1r6232.inf: The driver package was successfully installed.
    Installing 26 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\2\NDIS62\e1y6232.INF: The driver package was successfully installed.
    Installing 27 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\3\NDIS62\fei6232.inf: The driver package was successfully installed.
    Installing 28 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\4\NDIS62\qd1nodrv.inf: The driver package was successfully installed.
    Installing 29 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Intel\4\NDIS62\qd2nodrv.inf: The driver package was successfully installed.
    Installing 30 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\JMicron\2\JME.inf: The driver package was successfully installed.
    Installing 31 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Marvell\1\yk62x86.inf: The driver package was successfully installed.
    Installing 32 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Nvidia\1\nvfd6x32.inf: The driver package was successfully installed.
    Installing 33 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Nvidia\2\nvfd6032.inf: The driver package was successfully installed.
    Installing 34 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Realtek\1\Win7\Netrtl32.inf: The driver package was successfully installed.
    Installing 35 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\Realtek\2\Win7\rt86win7.inf: The driver package was successfully installed.
    Installing 36 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\VIA\1\Win7\netvfx86.inf: The driver package was successfully installed.
    Installing 37 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\L\VIA\2\Win7\netvg62.inf: The driver package was successfully installed.
    Installing 38 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\1\netathr.inf: The driver package was successfully installed.
    Installing 39 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\2\netathr.inf: The driver package was successfully installed.
    Installing 40 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\3\netathr.inf: The driver package was successfully installed.
    Installing 41 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\5\netathur.inf: The driver package was successfully installed.
    Installing 42 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Atheros\6\ar6knwf.inf: The driver package was successfully installed.
    Installing 43 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Broadcom\1\bcmwl6.inf: The driver package was successfully installed.
    Installing 44 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Broadcom\2\bcmwl6.inf: The driver package was successfully installed.
    Installing 45 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Broadcom\3\bcmwl6.inf: The driver package was successfully installed.
    Installing 46 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Intel\3\NETwLv32.INF: The driver package was successfully installed.
    Installing 47 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Intel\3\NETwNs32.INF: The driver package was successfully installed.
    Installing 48 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Intel\4\NETwNs32.INF: The driver package was successfully installed.
    Installing 49 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\2\netr70.inf: The driver package was successfully installed.
    Installing 50 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\3\Win7\netr61.inf: The driver package was successfully installed.
    Installing 51 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\3\Win7\netr6x.inf: The driver package was successfully installed.
    Installing 52 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\4\Win7\netr73.inf: The driver package was successfully installed.
    Installing 53 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\5\Win7\netr28.inf: The driver package was successfully installed.
    Installing 54 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Ralink\6\Win7\netr28u.inf: The driver package was successfully installed.
    Installing 55 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\1\NET8185.inf: The driver package was successfully installed.
    Installing 56 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\10\Win7\netrtwlanu.inf: The driver package was successfully installed.
    Installing 57 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\11\Win7X86\net8192du.inf: The driver package was successfully installed.
    Installing 58 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\12\Win7X86\net8192de.inf: The driver package was successfully installed.
    Installing 59 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\2\Win7\Netrtuw.inf: The driver package was successfully installed.
    Installing 60 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\3\Win7\net8187b.inf: The driver package was successfully installed.
    Installing 61 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\4\Win7\net8187Se.inf: The driver package was successfully installed.
    Installing 62 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\5\Win7\net8192su.inf: The driver package was successfully installed.
    Installing 63 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\6\Win7\net819xp.inf: The driver package was successfully installed.
    Installing 64 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\7\Win7\net8192se.inf: The driver package was successfully installed.
    Installing 65 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\8\Win7\net8192u.inf: The driver package was successfully installed.
    Installing 66 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\Realtek\9\Win7\net8192ce.inf: The driver package was successfully installed.
    Installing 67 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\SIS\1\sis163u.inf: The driver package was successfully installed.
    Installing 68 of 68 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\(W)LAN_7_x86\W\VIA\1\Win7\VW7UX86V.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 5 driver package(s) to install.
    Installing 1 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: The driver package was successfully installed.
    Installing 2 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x86\mtinvme.inf: The driver package was successfully installed.
    Installing 3 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32Bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x86\secnvme.inf: The driver package was successfully installed.
    Installing 4 of 5 - C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_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:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\Drivers\nVME_7_x86\32bit_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.18362.1
    
    Image File : C:\Test\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.
    
    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]
    
    
    
    Starting SiMPLiX UpdatePack...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Details for image : C:\Test\SiMPLiX_AiO_ISO_Tool_v19.12.19\wim\aio.install.wim
    
    Index : 1
    Name : Windows 7 Enterprise
    Description : Windows 7 Enterprise
    Size : 8,509,452,259 bytes
    
    The operation completed successfully.
    
    
     
  13. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    318
    373
    10
    #274 SunLion, Jan 22, 2020
    Last edited: Jan 23, 2020
    @Enthousiast


    First of all, thank you very much for your excellent work.

    As I just wanted to create the Enterprise image, I edited the "W7_x64_Enterprise_Only.cmd" file, adding the option to choose the compression of the INSTALL file: ESD or WIM

    Here it worked well ...

    I am attaching the file as a TXT. Just rename it to BAT.

    Hugs

    EDIT

    To assist in the analysis of changes in the script, I inform you that, in addition to adding the option of ESD or WIM compression, I modified the items below:

    - "Copying required ISO Files"
    Lines 87, 88 e 90:
    Changed from "WIN7ENTISO" to "WIN10ISO"

    - "Create ISO\Sources"
    Lines 106, 107 e 108:
    Changed from "WIN7ENTISO" to "WIN10ISO"

    - Added the integration of USB drivers to install.wim, in case anyone wants to use windows 7 boot.wim in the future:
    "Integrating Drivers into Install.wim"
    Line 187

    Only that!
     

    Attached Files:

  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
    @SunLion
    Thanks, i will give it a go asap :)
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,672
    450
    @SunLion all worked but your script created the install.wim too, when install.esd was selected, fixed it with a little help from @mxman2k and we've put the selector at the start of the script:)

    Have to put in the DaRT language selector, i have in my beta scripts, and correct the bin thingy in the separate sku scripts and can release the improved tool around this weekend.
     
  16. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    318
    373
    10
    @Enthousiast

    Sorry ... My fault.
    I forgot to add the output for 'GOTO' in the ESD / WIM options.

    I adjusted this in the script.

    Tested and working!

    I am attaching the modified script.

    Thanks for everything!
     

    Attached Files:

  17. aquarius84

    aquarius84 MDL Member

    Oct 3, 2012
    202
    61
    10
    waiting for the 2020 Full Package of this Masterpiece of tool!!!