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. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,561
    450
    Old 1Ghz,1GB ram netbooks or eeepcs did, but i agree it's a useless sku, except it's the used one for creating enterprise in this scenario.

    I actually initially made this script for AIO creation only, because it doesn't take much longer to create all than only 1, and it doesn't increase the iso size significantly.
     
  3. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    317
    371
    10
    For my part, I can say that the script is wonderful, very good!

    It makes life easier for many people when creating their images.

    Has all the options in one place, from the creation of an AIO or just a SKU, any one of them!

    It's a great job!

    I am very grateful for the effort and dedication with which @Enthousiast helps everyone here at the MDL.

    :clap3::clap3::clap3:
     
  4. felix3650

    felix3650 MDL Novice

    Dec 26, 2014
    16
    16
    0
    The install.wim file stores all editions in an efficient way. Ultimate is the base and the "lower feature-set" editions like Pro, Home etc have only an XML telling setup to exclude some files and configs during installation.
    Even if one removes Ultimate the space saved accounts in the hundreds of MB range. So not much worth it in my opinion.
    I'd personally go with Windows 7 Enterprise for the same feature-set as Ultimate but with a more Professional Edition feeling :)
     
  5. blkthorne

    blkthorne MDL Novice

    Jan 26, 2020
    49
    76
    0
    #405 blkthorne, Feb 29, 2020
    Last edited: Mar 3, 2020
    So I wanted to create an x64 AiO for 10 year old hardware with no integrated drivers. I started by editing SiMPLiX.bat, replacing "/NVMe" with "/NoUSB". Within drivers are three folders each for x86 and x64.

    I thought maybe I could delete all six folders? Nope. Maybe it's better for the script if I keep them and only delete their contents? Nope. The output ISO files were too small (2.81GB) and HashMyFiles showed no match.

    Two standard source ISO files were used (9059483 and 677332), same scripts, files, DaRT disabled and ESD chosen. The only difference between both attempts was that I added the six empty folders back into drivers.

    Then I looked at W7_x64_AiO_New_2.cmd and decided to cut a large selection for everything from "WinRE - Driver Integration" to "Integrating Drivers into Install.wim" including the dism /Unmount line.

    This worked fine for me but effectively nullified any DaRT choice, force disabling it. So for brownie points I started over and this time cut out a specific selection from "Mounting Winre" to and including dism /Unmount.

    Then I cut a smaller selection from "Integrating Drivers into Install.wim" to and including dism /Unmount.

    This resulted in keeping the extract "WIM\aio.install.wim" line, which is just after :WINRE, needed for : DaRT and :OPTIMIZE which are now also kept.

    I know this is all overkill and unintended use of the script, but I thought updating my post might be helpful since I answered my own questions about AiO creation with no integrated drivers.

    Random information: the optimize function increased ISO size by 4.85MB. I found a copy paste error GOTO :WIM under the DaRT IF GOTO statements (should be GOTO :OPTIMIZE) but a non-issue as it's bypassed.

    I'm sure I will use the original script as intended for a few Kaby Lake mini PCs soon. Thank you so very much to everyone who made this possible.
     
  6. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Hello ! I test the v2, is possible to change name and description of each Edition in French ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,561
    450
    #407 Enthousiast, Mar 1, 2020
    Last edited: Mar 1, 2020
    (OP)
    You can change the txt to whatever you want:

    Example:

    W7_x64_AiO_New_2.cmd

    Line 330:
    Code:
    %_wimlib% info "WIM\aio.install.wim" 1 "Windows 7 Édition Starter" "Windows 7 Édition Starter" --image-property DISPLAYNAME="Windows 7 Édition Starter" --image-property DISPLAYDESCRIPTION="Windows 7 Édition Starter"
    
    Line 425:
    Code:
    Bin\imagex.exe /flags "HomeBasic" /info "WIM\aio.install.wim" 2 "Windows 7Édition Familiale Basique" "Windows 7 Édition Familiale Basique"
    
    Line 436:
    Code:
    Bin\imagex.exe /flags "HomePremium" /info "WIM\aio.install.wim" 3 "Windows 7 Édition Familiale Premium" "Windows 7 Édition Familiale Premium"
    Line 444:
    Code:
    Bin\imagex.exe /flags "Professional" /info "WIM\aio.install.wim" 4 "Windows 7 Professionnel" "Windows 7 Professionnel"
    Line 452:
    Code:
    Bin\imagex.exe /flags "Ultimate" /info "WIM\aio.install.wim" 5 "Windows 7 Édition Intégrale" "Windows 7 Édition Intégrale"
    Line 461:
    Code:
    Bin\imagex.exe /flags "Enterprise" /info "WIM\aio.install.wim" 6 "Windows 7 Entreprise" "Windows 7 Entreprise"
    Running a test now.

    Seems the É is not accepted:
    Code:
    
    ==============================================
    Settings
    ==============================================
    
    =========================================================
    Integrate DaRT ?
    =========================================================
    
    [ 1 ] - Integrate DaRT
    
    [ 2 ] - Don't Integrate DaRT
    
    =========================================================
    
    * Type your option and press Enter: 1
    
    ==========================================================
    Select the compression type for the "Install" file
    ==========================================================
    
    [ 1 ] - ESD File - Smaller install file, longer creation.
    
    [ 2 ] - WIM File - Standard install file.
    
    ==========================================================
    
    * Type your option and press Enter: 2
    ==============================================
    Script Started At 18:59:22,30
    ==============================================
    
    ==============================================
    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, 3252740096 bytes (3103 MiB)
    
    Extracting archive: SOURCE_ISOs\7_x64\fr_windows_7_ultimate_with_sp1_x64_dvd_u_677299.iso
    --
    Path = SOURCE_ISOs\7_x64\fr_windows_7_ultimate_with_sp1_x64_dvd_u_677299.iso
    Type = Udf
    Physical Size = 3252740096
    Comment = GSP1RMCULXFRER_FR_DVD
    Cluster Size = 2048
    Created = 2011-04-12 11:46:55
    
    Everything is Ok
    
    Folders: 199
    Files: 877
    Size:       3266793628
    Compressed: 3252740096
    
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 folder, 1 file, 5441959936 bytes (5190 MiB)
    
    Extracting archive: SOURCE_ISOs\10_x64\Win10_1909_French_x64.iso
    --
    Path = SOURCE_ISOs\10_x64\Win10_1909_French_x64.iso
    Type = Udf
    Physical Size = 5441959936
    Comment = CCCOMA_X64FRE_FR-FR_DV9
    Cluster Size = 2048
    Created = 2019-10-08 01:00:00
    
    Everything is Ok
    
    Folders: 85
    Files: 942
    Size:       5436397704
    Compressed: 5441959936
    
    ===============================================
    Copying Content Of Addons_x64 To EXE Folder...
    ===============================================
    
    ==========================================================
    DaRT Language Used : fr-fr
    ==========================================================
    
    ==============================================
    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: 536799 KiB
    Using LZX compression with 8 threads
    Archiving file data: 1011 MiB of 1011 MiB (100%) done
    "ISO\sources\boot.wim" optimized size: 393496 KiB
    Space saved: 143302 KiB
    
    ==============================================
     Creating Starter fr-FR...
    ==============================================
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    Exporting: [H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\WIN7ISO\Sources\install.wim, 1] ->
               [H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\WIM\aio.install.wim]
    
    
    [ 100% ] Exporting progress
    
    Successfully exported image #1.
    
    
    Total elapsed time: 48 sec
    
    
    
    
    
    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
    
    Removing package Microsoft-Windows-HomeBasicEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.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.
    
    ==============================================
     inserting fr-FR language xml...
    ==============================================
    
    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.
    
    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 File : H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 dition Starter".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 7 dition Starter".
    Setting the NAME property of image 1 to "Windows 7 dition Starter".
    Setting the DESCRIPTION property of image 1 to "Windows 7 dition Starter".
    "WIM\aio.install.wim" original size: 2680957 KiB
    Using LZX compression with 8 threads
    Archiving file data: 5809 MiB of 5809 MiB (100%) done
    "WIM\aio.install.wim" optimized size: 2608293 KiB
    Space saved: 72663 KiB
    
    ==============================================
    WinRE - Driver Integration...
    ==============================================
    Extracting file data: 163 MiB of 163 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 72 driver package(s) to install.
    Installing 1 of 72 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    ..................
    Installing 72 of 72 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 5 of 5 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 : H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Winre_x64\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ==============================================
    Extracting fr-fr 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
    
    ==============================================
    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\"
    1317 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1317 KiB of 1317 KiB (100%) done
    
    Optimizing WinRe...
    [WARNING] "Winre_x64\Winre.wim" does not contain integrity information.  Skipping integrity check.
    "Winre_x64\Winre.wim" original size: 252315 KiB
    Using LZX compression with 8 threads
    Archiving file data: 680 MiB of 680 MiB (100%) done
    Calculating integrity table for WIM: 229 MiB of 229 MiB (100%) done
    "Winre_x64\Winre.wim" optimized size: 235026 KiB
    Space saved: 17289 KiB
    Scanning "Winre_x64\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    229 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 229 MiB of 229 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 72 driver package(s) to install.
    Installing 1 of 72 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    .....
    Installing 72 of 72 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 5 of 5 - H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\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 File : H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\WIM\aio.install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    =============================================
    Starting SiMPLiX UpdatePack...
    =============================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Details for image : H:\SiMPLiX_AiO_ISO_Tool_FF\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\wim\aio.install.wim
    
    Index : 1
    Name : Windows 7 ╔dition Starter
    Description : Windows 7 ╔dition Starter
    Size : 11.818.796.479 bytes
    
    The operation completed successfully.
    
    
    Will retry with plain E instead of É :)

    @Chibi ANUBIS
    The É is not working on my en-US host, maybe it works for fr-FR hosts, can you test?
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Thanks, for the É, you must add :

    Code:
    chcp 65001 >nul
    
    In your script :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. brightsm

    brightsm MDL Novice

    Mar 1, 2020
    1
    0
    0
    #411 brightsm, Mar 3, 2020
    Last edited by a moderator: Mar 3, 2020
    I run this script,but can not get an .iso file,where is error?

    log:
    Code:
    ==============================================
    Settings
    ==============================================
    =========================================================
    Select the desired single index SKU
    =========================================================
    [ 1 ] - Starter
    [ 2 ] - HomeBasic
    [ 3 ] - HomePremium
    [ 4 ] - Professional
    [ 5 ] - Ultimate
    [ 6 ] - Enterprise
    =========================================================
    * Type your option and press Enter: 5
    =========================================================
    Integrate DaRT ?
    =========================================================
    [ 1 ] - Integrate DaRT
    [ 2 ] - Don't Integrate DaRT
    =========================================================
    * Type your option and press Enter: 1
    ==========================================================
    Select the compression type for the "Install" file
    ==========================================================
    [ 1 ] - ESD File - Smaller install file, longer creation.
    [ 2 ] - WIM File - Standard install file.
    ==========================================================
    * Type your option and press Enter: 2
    ==============================================
    Script Started At  9:06:34.48
    ==============================================
    ==============================================
    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, 3420557312 bytes (3263 MiB)
    Extracting archive: SOURCE_ISOs\7_x64\cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso
    --
    Path = SOURCE_ISOs\7_x64\cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso
    Type = Udf
    Physical Size = 3420557312
    Comment = GSP1RMCULXFRER_CN_DVD
    Cluster Size = 2048
    Created = 2011-04-13 00:18:31
    Everything is Ok
    Folders: 199
    Files: 877
    Size:       3435127306
    Compressed: 3420557312
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    Scanning the drive for archives:
    Command Line Error:
    Cannot find archive
    ===============================================
    Copying Content Of Addons_x64 To EXE Folder...
    ===============================================
    ==========================================================
    DaRT Language Used : zh-cn
    ==========================================================
    ==============================================
    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.
    [ERROR] Can't open "ISO\Sources\boot.wim" read-only: No such file or directory
    ERROR: Exiting with error code 47:
           Failed to open a file.
    ==============================================
    Optimizing Boot.wim...
    ==============================================
    [ERROR] Can't open "ISO\sources\boot.wim" read-only: No such file or directory
    ERROR: Exiting with error code 47:
           Failed to open a file.
    ==============================================
    Exporting Ultimate Index...
    ==============================================
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    Exporting: [D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\WIN7ISO\Sources\install.wim, 4] ->
               [D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\WIM\aio.install.wim]
    [ 100% ] Exporting progress
    Successfully exported image #4.
    Total elapsed time: 33 sec
    ==============================================
    WinRE - Driver Integration...
    ==============================================
    Extracting file data: 205 MiB of 205 MiB (100%) done
    Done extracting files.
    ==============================================
    Mounting Winre...
    ==============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    正在安装映像
    [==========================100.0%==========================]
    操作成功完成。
    ==============================================
    WinRE - Integrating '(W)LAN' Drivers...
    ==============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像版本: 6.1.7601.17514
    正在搜索要安装的驱动程序包...
    找到 72 个要安装的驱动程序包。
    正在安装第 1 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\ASIX\1\Ax88772b.inf: 驱动 程序包已成功安装。
    正在安装第 2 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Atheros\3\Win7_64\netL1e64.inf: 驱动程序包已成功安装。
    正在安装第 3 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Atheros\4\Win7_64\L1C62x64.inf: 驱动程序包已成功安装。
    正在安装第 4 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\1\edgewin7.inf: 驱动程序包已成功安装。
    正在安装第 5 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\2\xenowin7.inf: 驱动程序包已成功安装。
    正在安装第 6 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\3\bflwf.inf: 驱动 程序包已成功安装。
    正在安装第 7 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\3\e22w7x64.inf: 驱动程序包已成功安装。
    正在安装第 8 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\1\b57nd60a.inf:  驱动程序包已成功安装。
    正在安装第 9 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\2\k57nd60a.inf:  驱动程序包已成功安装。
    正在安装第 10 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\3\b57amd64.inf: 驱动程序包已成功安装。
    正在安装第 11 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxdiag.inf: 驱动程序包已成功安装。
    正在安装第 12 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxfcoe.inf: 驱动程序包已成功安装。
    正在安装第 13 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxnd.inf: 驱动程序包已成功安装。
    正在安装第 14 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxois.inf: 驱 动程序包已成功安装。
    正在安装第 15 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxvbd.inf: 驱 动程序包已成功安装。
    正在安装第 16 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\evbd.inf: 驱动程序包已成功安装。
    正在安装第 17 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\5\b44amd64.inf: 驱动程序包已成功安装。
    正在安装第 18 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\ixe62x64.inf: 驱动程序包已成功安装。
    正在安装第 19 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\ixn62x64.inf: 驱动程序包已成功安装。
    正在安装第 20 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\ixt62x64.inf: 驱动程序包已成功安装。
    正在安装第 21 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\vxn62x64.inf: 驱动程序包已成功安装。
    正在安装第 22 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1c62x64.inf: 驱动程序包已成功安装。
    正在安装第 23 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1e6232e.inf: 驱动程序包已成功安装。
    正在安装第 24 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1k62x64.inf: 驱动程序包已成功安装。
    正在安装第 25 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1q62x64.inf: 驱动程序包已成功安装。
    正在安装第 26 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1r62x64.inf: 驱动程序包已成功安装。
    正在安装第 27 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1y62x64.inf: 驱动程序包已成功安装。
    正在安装第 28 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\v1q62x64.inf: 驱动程序包已成功安装。
    正在安装第 29 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\3\NDIS62\fei62x64.INF: 驱动程序包已成功安装。
    正在安装第 30 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\4\NDIS62\qd162x64.inf: 驱动程序包已成功安装。
    正在安装第 31 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\4\NDIS62\qd262x64.inf: 驱动程序包已成功安装。
    正在安装第 32 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\4\NDIS62\qd3nodrv.inf: 驱动程序包已成功安装。
    正在安装第 33 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\JMicron\2\JME.inf: 驱动程序包已成功安装。
    正在安装第 34 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Marvell\1\yk62x64.inf: 驱动程序包已成功安装。
    正在安装第 35 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Nvidia\1\nvfd6x64.inf: 驱动程序包已成功安装。
    正在安装第 36 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Nvidia\2\nvfd6064.inf: 驱动程序包已成功安装。
    正在安装第 37 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\P8H77_M_Pro\rt64win7.inf: 驱动程序包已成功安装。
    正在安装第 38 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Realtek\1\Win7\Netrtl64.inf: 驱动程序包已成功安装。
    正在安装第 39 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Realtek\2\Win7\rt64win7.inf: 驱动程序包已成功安装。
    正在安装第 40 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\VIA\1\Win7\netvfx64.inf: 驱动程序包已成功安装。
    正在安装第 41 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\VIA\2\Win7\netvg62a.inf: 驱动程序包已成功安装。
    正在安装第 42 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\P8H77_M_Pro\rt64win7.inf:  驱动程序包已成功安装。
    正在安装第 43 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\1\netathrx.inf:  驱动程序包已成功安装。
    正在安装第 44 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\2\netathrx.inf:  驱动程序包已成功安装。
    正在安装第 45 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\3\Win7\netathrx.inf: 驱动程序包已成功安装。
    正在安装第 46 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\5\netathurx.inf: 驱动程序包已成功安装。
    正在安装第 47 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Broadcom\1\bcmwl6.inf: 驱动程序包已成功安装。
    正在安装第 48 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Broadcom\2\bcmwl6.inf: 驱动程序包已成功安装。
    正在安装第 49 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Broadcom\3\bcmwl6.inf: 驱动程序包已成功安装。
    正在安装第 50 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Intel\1\Win7\NETwLv64.INF: 驱动程序包已成功安装。
    正在安装第 51 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Intel\1\Win7\NETwNs64.INF: 驱动程序包已成功安装。
    正在安装第 52 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Intel\2\NETwNs64.INF: 驱 动程序包已成功安装。
    正在安装第 53 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\2\netr7064.inf: 驱动程序包已成功安装。
    正在安装第 54 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\3\Win7x64\netr6164.inf: 驱动程序包已成功安装。
    正在安装第 55 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\3\Win7x64\netr6x64.inf: 驱动程序包已成功安装。
    正在安装第 56 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\4\Win7x64\netr7364.inf: 驱动程序包已成功安装。
    正在安装第 57 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\5\w7\netr28x.inf: 驱动程序包已成功安装。
    正在安装第 58 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\6\Win7\netr28ux.inf: 驱动程序包已成功安装。
    正在安装第 59 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\1\Win7X64\NET8185.inf: 驱动程序包已成功安装。
    正在安装第 60 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\10\Win7\netrtwlanu.inf: 驱动程序包已成功安装。
    正在安装第 61 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\11\net8192du.inf: 驱动程序包已成功安装。
    正在安装第 62 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\12\net8192de.inf: 驱动程序包已成功安装。
    正在安装第 63 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\2\Win7\Netrtuw.inf: 驱动程序包已成功安装。
    正在安装第 64 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\3\Win7\net8187b.inf: 驱动程序包已成功安装。
    正在安装第 65 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\4\Win7\net8187Se.inf: 驱动程序包已成功安装。
    正在安装第 66 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\5\Win7\net8192su.inf: 驱动程序包已成功安装。
    正在安装第 67 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\6\Win7\net819xp.inf: 驱动程序包已成功安装。
    正在安装第 68 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\7\Win7\net8192se.inf: 驱动程序包已成功安装。
    正在安装第 69 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\8\Win7\net8192u.inf: 驱动程序包已成功安装。
    正在安装第 70 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\9\Win7\net8192ce.inf: 驱动程序包已成功安装。
    正在安装第 71 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\SIS\1\sis163u.inf: 驱动程序包已成功安装。
    正在安装第 72 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\VIA\1\Win7\VW7UX64V.inf: 驱动程序包已成功安装。
    操作成功完成。
    ==============================================
    WinRE - Integrating 'nVME' Drivers...
    ==============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像版本: 6.1.7601.17514
    正在搜索要安装的驱动程序包...
    找到 5 个要安装的驱动程序包。
    正在安装第 1 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: 驱动程序包已成功安装。
    正在安装第 2 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x64\mtinvme.inf: 驱动程序包已成功安装。
    正在安装第 3 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x64\secnvme.inf: 驱动程序包已成功安装。
    正在安装第 4 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit_Lite-On_NVMe_driver_v1.4.0.0._WHQL_for_Plextor_SSDs\nvme.inf: 驱动程序包已成功安装。
    正在安装第 5 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit_OCZ_NVMe_driver_v1.2.126.843 WHQL\ocznvme.inf: 驱动程序包已成功安装。
    操作成功完成。
    ==============================================
    WinRE - Integrating 'USB3.x' Drivers...
    ==============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像版本: 6.1.7601.17514
    正在搜索要安装的驱动程序包...
    找到 27 个要安装的驱动程序包。
    正在安装第 1 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: 驱动程序包已成功安装。
    正在安装第 2 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: 驱动程序包已成功安装。
    正在安装第 3 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\AMD\USB_3.0\2.0.0.0048\Host\amdxhc.inf: 驱动程序包已成功安装。
    正在安装第 4 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\AMD\USB_3.0\2.0.0.0048\Hub\amdhub3.inf: 驱动程序包已成功安装。
    正在安装第 5 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: 驱动程序包已成功安装。
    正在安装第 6 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: 驱动程序包已成功安装。
    正在安装第 7 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\ASMedia\USB_3.x\1.16.59.1\asmthub3.inf: 驱动程序包已成功安装。
    正在安装第 8 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\ASMedia\USB_3.x\1.16.59.1\asmtxhci.inf: 驱动程序包已成功安装。
    正在安装第 9 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: 驱动程序包已成功安装。
    正在安装第 10 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Fresco\USB_3.0\3.8.5514.0\Host\FLxHCIc.inf: 驱动程序包已成功安装。
    正在安装第 11 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Fresco\USB_3.0\3.8.5514.0\Hub\FLxHCIh.inf: 驱动程序包已成功安装。
    正在安装第 12 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Intel\USB_3.1_tb\17.2.70.3\tusb3hub.inf: 驱动程序包已成功安装。
    正在安装第 13 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Intel\USB_3.1_tb\17.2.70.3\tusb3xhc.inf: 驱动程序包已成功安装。
    正在安装第 14 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: 驱动程序包已成功安装。
    正在安装第 15 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: 驱动程序包已成功安装。
    正在安装第 16 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: 驱动程序包已成功安装。
    正在安装第 17 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\P8H77_M_Pro\x64\iusb3hub.inf: 驱动程序包已成功安装。
    正在安装第 18 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\P8H77_M_Pro\x64\iusb3xhc.inf: 驱动程序包已成功安装。
    正在安装第 19 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\P8H77_M_Pro\x64_HC_Switch\iusb3hcs.inf: 驱动程序包已成功安装。
    正在安装第 20 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: 驱动程序包已成功安装。
    正在安装第 21 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: 驱动程序包已成功安装。
    正在安装第 22 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: 驱动程序包已成功安装。
    正在安装第 23 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: 驱动程序包已成功安装。
    正在安装第 24 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Texas\USB_3.0\1.16.6.0\tihub3.inf: 驱动程序包已成功安装。
    正在安装第 25 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\Texas\USB_3.0\1.16.6.0\tixhci.inf: 驱动程序包已成功安装。
    正在安装第 26 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: 驱动程序包已成功安装。
    正在安装第 27 个,共有 27 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\USB3x_7_x64\VIA\USB_3.0\6.1.7600.5601\xhcdrv.inf: 驱动程序包已成功安装。
    操作成功完成。
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像文件 : D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Winre_x64\winre.wim
    映像索引 : 1
    正在保存映像
    [==========================100.0%==========================]
    正在卸载映像
    [==========================100.0%==========================]
    操作成功完成。
    ==============================================
    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 16:40:29
    Modified = 2016-11-07 16: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, 225926 bytes (221 KiB)
    Extracting archive: DaRT_W7\Dart_w7_zh-CN.tpk
    --
    Path = DaRT_W7\Dart_w7_zh-CN.tpk
    Type = wim
    Physical Size = 225926
    Size = 8589934592
    Packed Size = 2070067
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2016-11-07 16:50:35
    Modified = 2016-11-07 16:56:35
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    Everything is Ok
    Folders: 22
    Files: 53
    Size:       2961904
    Compressed: 225926
    ==============================================
    WinRE - DaRT 7 Integration...
    ==============================================
    Scanning "Dart_w7\Dart_w7\2\"
    57 MiB scanned (270 files, 36 directories)
    Using LZX compression with 12 threads
    Archiving file data: 57 MiB of 57 MiB (100%) done
    Scanning "Dart_w7\Dart_w7_LP\2\"
    1445 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1445 KiB of 1445 KiB (100%) done
    Optimizing WinRe...
    [WARNING] "Winre_x64\Winre.wim" does not contain integrity information.  Skipping integrity check.
    "Winre_x64\Winre.wim" original size: 296223 KiB
    Using LZX compression with 12 threads
    Archiving file data: 756 MiB of 756 MiB (100%) done
    Calculating integrity table for WIM: 270 MiB of 270 MiB (100%) done
    "Winre_x64\Winre.wim" optimized size: 277208 KiB
    Space saved: 19015 KiB
    Scanning "Winre_x64\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    270 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 12 threads
    Archiving file data: 270 MiB of 270 MiB (100%) done
    ====================================================================
    Integrating Drivers into Install.wim...
    ====================================================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    正在安装映像
    [==========================100.0%==========================]
    操作成功完成。
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像版本: 6.1.7601.17514
    正在搜索要安装的驱动程序包...
    找到 72 个要安装的驱动程序包。
    正在安装第 1 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\ASIX\1\Ax88772b.inf: 驱动 程序包已成功安装。
    正在安装第 2 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Atheros\3\Win7_64\netL1e64.inf: 驱动程序包已成功安装。
    正在安装第 3 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Atheros\4\Win7_64\L1C62x64.inf: 驱动程序包已成功安装。
    正在安装第 4 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\1\edgewin7.inf: 驱动程序包已成功安装。
    正在安装第 5 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\2\xenowin7.inf: 驱动程序包已成功安装。
    正在安装第 6 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\3\bflwf.inf: 驱动 程序包已成功安装。
    正在安装第 7 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Bigfoot\3\e22w7x64.inf: 驱动程序包已成功安装。
    正在安装第 8 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\1\b57nd60a.inf:  驱动程序包已成功安装。
    正在安装第 9 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\2\k57nd60a.inf:  驱动程序包已成功安装。
    正在安装第 10 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\3\b57amd64.inf: 驱动程序包已成功安装。
    正在安装第 11 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxdiag.inf: 驱动程序包已成功安装。
    正在安装第 12 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxfcoe.inf: 驱动程序包已成功安装。
    正在安装第 13 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxnd.inf: 驱动程序包已成功安装。
    正在安装第 14 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxois.inf: 驱 动程序包已成功安装。
    正在安装第 15 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\bxvbd.inf: 驱 动程序包已成功安装。
    正在安装第 16 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\4\evbd.inf: 驱动程序包已成功安装。
    正在安装第 17 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Broadcom\5\b44amd64.inf: 驱动程序包已成功安装。
    正在安装第 18 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\ixe62x64.inf: 驱动程序包已成功安装。
    正在安装第 19 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\ixn62x64.inf: 驱动程序包已成功安装。
    正在安装第 20 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\ixt62x64.inf: 驱动程序包已成功安装。
    正在安装第 21 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\1\NDIS62\vxn62x64.inf: 驱动程序包已成功安装。
    正在安装第 22 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1c62x64.inf: 驱动程序包已成功安装。
    正在安装第 23 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1e6232e.inf: 驱动程序包已成功安装。
    正在安装第 24 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1k62x64.inf: 驱动程序包已成功安装。
    正在安装第 25 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1q62x64.inf: 驱动程序包已成功安装。
    正在安装第 26 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1r62x64.inf: 驱动程序包已成功安装。
    正在安装第 27 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\e1y62x64.inf: 驱动程序包已成功安装。
    正在安装第 28 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\2\NDIS62\v1q62x64.inf: 驱动程序包已成功安装。
    正在安装第 29 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\3\NDIS62\fei62x64.INF: 驱动程序包已成功安装。
    正在安装第 30 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\4\NDIS62\qd162x64.inf: 驱动程序包已成功安装。
    正在安装第 31 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\4\NDIS62\qd262x64.inf: 驱动程序包已成功安装。
    正在安装第 32 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Intel\4\NDIS62\qd3nodrv.inf: 驱动程序包已成功安装。
    正在安装第 33 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\JMicron\2\JME.inf: 驱动程序包已成功安装。
    正在安装第 34 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Marvell\1\yk62x64.inf: 驱动程序包已成功安装。
    正在安装第 35 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Nvidia\1\nvfd6x64.inf: 驱动程序包已成功安装。
    正在安装第 36 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Nvidia\2\nvfd6064.inf: 驱动程序包已成功安装。
    正在安装第 37 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\P8H77_M_Pro\rt64win7.inf: 驱动程序包已成功安装。
    正在安装第 38 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Realtek\1\Win7\Netrtl64.inf: 驱动程序包已成功安装。
    正在安装第 39 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\Realtek\2\Win7\rt64win7.inf: 驱动程序包已成功安装。
    正在安装第 40 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\VIA\1\Win7\netvfx64.inf: 驱动程序包已成功安装。
    正在安装第 41 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\L\VIA\2\Win7\netvg62a.inf: 驱动程序包已成功安装。
    正在安装第 42 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\P8H77_M_Pro\rt64win7.inf:  驱动程序包已成功安装。
    正在安装第 43 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\1\netathrx.inf:  驱动程序包已成功安装。
    正在安装第 44 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\2\netathrx.inf:  驱动程序包已成功安装。
    正在安装第 45 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\3\Win7\netathrx.inf: 驱动程序包已成功安装。
    正在安装第 46 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Atheros\5\netathurx.inf: 驱动程序包已成功安装。
    正在安装第 47 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Broadcom\1\bcmwl6.inf: 驱动程序包已成功安装。
    正在安装第 48 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Broadcom\2\bcmwl6.inf: 驱动程序包已成功安装。
    正在安装第 49 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Broadcom\3\bcmwl6.inf: 驱动程序包已成功安装。
    正在安装第 50 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Intel\1\Win7\NETwLv64.INF: 驱动程序包已成功安装。
    正在安装第 51 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Intel\1\Win7\NETwNs64.INF: 驱动程序包已成功安装。
    正在安装第 52 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Intel\2\NETwNs64.INF: 驱 动程序包已成功安装。
    正在安装第 53 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\2\netr7064.inf: 驱动程序包已成功安装。
    正在安装第 54 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\3\Win7x64\netr6164.inf: 驱动程序包已成功安装。
    正在安装第 55 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\3\Win7x64\netr6x64.inf: 驱动程序包已成功安装。
    正在安装第 56 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\4\Win7x64\netr7364.inf: 驱动程序包已成功安装。
    正在安装第 57 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\5\w7\netr28x.inf: 驱动程序包已成功安装。
    正在安装第 58 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Ralink\6\Win7\netr28ux.inf: 驱动程序包已成功安装。
    正在安装第 59 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\1\Win7X64\NET8185.inf: 驱动程序包已成功安装。
    正在安装第 60 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\10\Win7\netrtwlanu.inf: 驱动程序包已成功安装。
    正在安装第 61 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\11\net8192du.inf: 驱动程序包已成功安装。
    正在安装第 62 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\12\net8192de.inf: 驱动程序包已成功安装。
    正在安装第 63 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\2\Win7\Netrtuw.inf: 驱动程序包已成功安装。
    正在安装第 64 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\3\Win7\net8187b.inf: 驱动程序包已成功安装。
    正在安装第 65 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\4\Win7\net8187Se.inf: 驱动程序包已成功安装。
    正在安装第 66 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\5\Win7\net8192su.inf: 驱动程序包已成功安装。
    正在安装第 67 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\6\Win7\net819xp.inf: 驱动程序包已成功安装。
    正在安装第 68 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\7\Win7\net8192se.inf: 驱动程序包已成功安装。
    正在安装第 69 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\8\Win7\net8192u.inf: 驱动程序包已成功安装。
    正在安装第 70 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\Realtek\9\Win7\net8192ce.inf: 驱动程序包已成功安装。
    正在安装第 71 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\SIS\1\sis163u.inf: 驱动程序包已成功安装。
    正在安装第 72 个,共有 72 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\(W)LAN_7_x64\W\VIA\1\Win7\VW7UX64V.inf: 驱动程序包已成功安装。
    操作成功完成。
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像版本: 6.1.7601.17514
    正在搜索要安装的驱动程序包...
    找到 5 个要安装的驱动程序包。
    正在安装第 1 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit Intel NVMe Driver v4.4.0.1003 WHQL for Win7-10\IaNVMe.inf: 驱动程序包已成功安装。
    正在安装第 2 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit Micron NVMe driver v2.1.5.0 WHQL for Win7 x64\mtinvme.inf: 驱动程序包已成功安装。
    正在安装第 3 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit Samsung NVMe driver v3.2.0.1910 WHQL for Win7 x64\secnvme.inf: 驱动程序包已成功安装。
    正在安装第 4 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit_Lite-On_NVMe_driver_v1.4.0.0._WHQL_for_Plextor_SSDs\nvme.inf: 驱动程序包已成功安装。
    正在安装第 5 个,共有 5 个 - D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\Drivers\nVME_7_x64\64bit_OCZ_NVMe_driver_v1.2.126.843 WHQL\ocznvme.inf: 驱动程序包已成功安装。
    操作成功完成。
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像文件 : D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\WIM\aio.install.wim
    映像索引 : 1
    正在保存映像
    [==========================100.0%==========================]
    正在卸载映像
    [==========================100.0%==========================]
    操作成功完成。
    =============================================
    Starting SiMPLiX UpdatePack...
    =============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像的详细信息: D:\SiMPLiX_AiO_ISO_Full_Tool_2_0_20.2.21\wim\aio.install.wim
    索引: 1
    名称: Windows 7 旗舰版
    描述: Windows 7 旗舰版
    大小: 12,573,173,250 个字节
    操作成功完成。
    Resuming Single Index Script...
    ==============================================
    Setting last modification date...
    ==============================================
    ==============================================
    Content of WIM...
    ==============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    映像的详细信息: WIM\aio.install.wim
    索引: 1
    名称: Windows 7 旗舰版
    描述: Windows 7 旗舰版
    大小: 17,902,642,399 个字节
    操作成功完成。
    ==============================================
    Creating Install.WIM. Please Wait...
    ==============================================
    Using LZX compression with 12 threads
    Archiving file data: 10 GiB of 10 GiB (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.
    ERROR: Could not open boot sector file "ISO\boot\etfsboot.com"
    Error 3: The system cannot find the path specified.
    ==============================================
    All Processing Complete...
    ==============================================
    ==============================================
    Cleanup...
    ==============================================
    部署映像服务和管理工具
    版本: 10.0.18362.1
    正在扫描驱动器 C 上的过时文件
    正在扫描驱动器 D 上的过时文件
    正在扫描驱动器 E 上的过时文件
    正在扫描驱动器 F 上的过时文件
    操作成功完成。
    Cleaning Up Addons_x64 From EXE Folder...
    ==============================================
    Script Finished At  9:35:40.57
    ==============================================
    Press any key to exit
    
     
  10. blkthorne

    blkthorne MDL Novice

    Jan 26, 2020
    49
    76
    0
    I do not know the filename of the script you are running, but it appears you did not provide a Windows 10 x64 ISO as a source for the script to extract the boot.wim file.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,561
    450
  12. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,561
    450
  14. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
  15. Kalessian

    Kalessian MDL Novice

    Jan 24, 2016
    4
    0
    0
    #419 Kalessian, Mar 15, 2020
    Last edited: Mar 15, 2020
    I created ultimate iso using this guide, I made bootable USB using M$ USB/DVD making tool. Is that what people use? Or should I just use dd like linux iso.

    I can boot my USB3 I made EFI or MBR but EFI gives error and says check bios settings. MBR I can get setup to copy files to nvme disk but then booting from the disk to continue setup I get fast BSOD and endless boot loop.

    The W7 iso needs to have SP1 already in it? The one I have does not, I got a complaint that SP1 was needed at some point during simplix exe. I guess I will track down iso with SP1 integrated and try again with that. I also used LTSC W10 iso, not LTSB.

    source: en_windows_7_ultimate_x64_dvd_x15-65922 and

    EDIT: So I found guide saying to use rufus to make EFI boot usb, I will try that
     
  16. unxnown

    unxnown MDL Novice

    Jul 26, 2013
    4
    0
    0
    thanks! :)