Simplix Pack to update Live Win7 System/ Integrate hotfixes into Win7 distribution

Discussion in 'Windows 7' started by Enthousiast, May 13, 2013.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    #2221 Enthousiast, Jan 14, 2019
    Last edited: Jan 14, 2019
    (OP)
    Download the USB3.x Driverpack @MMIKEE posted, unpack it and run this commands in an elevated cmd:
    Mount:
    Code:
    dism.exe /Mount-WIM /WimFile:"x:\sources\boot.wim" /index:2 /MountDir:"y:\mount"
    Driver integration:
    Code:
    dism.exe /image:"c:\mount_man" /Add-Driver /driver:"z:\DP_USB3Win7_18.04\DP_USB3Win7x86" /recurse
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 20 driver package(s) to install.
    Installing 1 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    Installing 2 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: The driver package was successfully installed.
    Installing 3 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: The driver package was successfully installed.
    Installing 4 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: The driver package was successfully installed.
    Installing 5 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\ASMedia\USB_3.x\1.16.51.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\ASMedia\USB_3.x\1.16.51.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Fresco\USB_3.0\3.8.33709.0\Host\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Fresco\USB_3.0\3.8.33709.0\Hub\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: The driver package was successfully installed.
    Installing 11 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: The driver package was successfully installed.
    Installing 12 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: The driver package was successfully installed.
    Installing 13 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 14 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 15 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 16 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 17 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Texas\1.16.6.0\tihub3.inf: The driver package was successfully installed.
    Installing 18 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\Texas\1.16.6.0\tixhci.inf: The driver package was successfully installed.
    Installing 19 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: The driver package was successfully installed.
    Installing 20 of 20 - K:\Project\DP_USB3Win7_18.04\DP_USB3Win7x86\VIA\USB_3.0\6.1.7600.5601\xhcdrv.inf: The driver package was successfully installed.
    The operation completed successfully.
    
    Save & unmount:
    Code:
    dism.exe /Unmount-wim /mountdir:"c:\mount_man" /commit
    Best to repeat this for index 1 too.

    If the boot.wim grew in size and you want to decrease the size you can export the two indices to a new boot.wim:
    Rename the boot.wim to temp.wim:
    Code:
    ren x:\sources\boot.wim temp.wim
    Exporting all indices to a new wim (rebuilding wim):
    Code:
    dism /Export-Image /SourceImageFile:"x:\sources\temp.wim" /ALL /DestinationImageFile:"x:\sources\boot.wim" /Compress:max /checkintegrity
    Deleting the temp.wim:
    Code:
    del x:\sources\temp.wim
    x being the usb key.
    y being the path to the mount folder.
    z being the path to the unpacked driver pack.
     
  2. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,828
    2,430
    60
    That part is already covered by the updatepack.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Simplix pack already covers the USB3.x driver integration in install.wim.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Current progress log of the Simplix AiO tool:
    Code:
    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 folder, 1 file, 2435198976 bytes (2323 MiB)
    
    Extracting archive: SOURCE_ISO\7\nl_windows_7_ultimate_with_sp1_x86_dvd_u_677453.iso
    --
    Path = SOURCE_ISO\7\nl_windows_7_ultimate_with_sp1_x86_dvd_u_677453.iso
    Type = Udf
    Physical Size = 2435198976
    Comment = GSP1RMCULFRER_NL_DVD
    Cluster Size = 2048
    Created = 2011-04-12 07:21:04
    
    Everything is Ok
    
    Folders: 200
    Files: 877
    Size:       2450665086
    Compressed: 2435198976
    
    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 folder, 1 file, 2544375808 bytes (2427 MiB)
    
    Extracting archive: SOURCE_ISO\10\nl_windows_10_enterprise_2016_ltsb_x86_dvd_9059526.iso
    --
    Path = SOURCE_ISO\10\nl_windows_10_enterprise_2016_ltsb_x86_dvd_9059526.iso
    Type = Udf
    Physical Size = 2544375808
    Comment = CES_X86FREV_NL-NL_DV5
    Cluster Size = 2048
    Created = 2016-07-16 18:22:00
    
    Everything is Ok
    
    Folders: 95
    Files: 990
    Size:       2539196197
    Compressed: 2544375808
            1 file(s) copied.
            1 file(s) copied.
    12 File(s) copied
    6 File(s) copied
    96 File(s) copied
    4 File(s) copied
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
    303 File(s) copied
    21 File(s) copied
    1 File(s) copied
    17 File(s) copied
    52 File(s) copied
    313 File(s) copied
    1 File(s) copied
    1 File(s) copied
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
    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.
    The directory is not empty.
    Extracting file data: 1160 KiB of 1160 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.
            1 file(s) copied.
    Deleted WIM path "\setup.exe"
    Deleted WIM path "\sources"
    Scanning "BOOT/"
    68 MiB scanned (146 files, 7 directories)
    Using LZX compression with 8 threads
    Archiving file data: 55 MiB of 55 MiB (100%) done
    "ISO\sources\boot.wim" original size: 157454 KiB
    Using LZX compression with 8 threads
    Archiving file data: 447 MiB of 447 MiB (100%) done
    "ISO\sources\boot.wim" optimized size: 151640 KiB
    Space saved: 5814 KiB
            1 file(s) copied.
            1 file(s) copied.
    
    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    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 [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 file, 224232 bytes (219 KiB)
    
    Extracting archive: DaRT_W7\Dart_w7_en-US.tpk
    --
    Path = DaRT_W7\Dart_w7_en-US.tpk
    Type = wim
    Physical Size = 224232
    Size = 8589934592
    Packed Size = 1929029
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2016-11-07 09:50:07
    Modified = 2016-11-07 09:56:29
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 22
    Files: 53
    Size:       2423232
    Compressed: 224232
    Extracting file data: 139 MiB of 139 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_en-US\1\"
    1182 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1182 KiB of 1182 KiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 68 driver package(s) to install.
    Installing 1 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    Installing 2 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Atheros\3\Win7_32\netL1e86.inf: The driver package was successfully installed.
    Installing 3 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Atheros\4\Win7_32\L1C62x86.inf: The driver package was successfully installed.
    Installing 4 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\1\edgewin7.inf: The driver package was successfully installed.
    Installing 5 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\2\xenowin7.inf: The driver package was successfully installed.
    Installing 6 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\3\bflwf.inf: The driver package was successfully installed.
    Installing 7 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\3\e22w7x86.inf: The driver package was successfully installed.
    Installing 8 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\1\b57nd60x.inf: The driver package was successfully installed.
    Installing 9 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\2\k57nd60x.inf: The driver package was successfully installed.
    Installing 10 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\3\b57win32.inf: The driver package was successfully installed.
    Installing 11 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxdiag.inf: The driver package was successfully installed.
    Installing 12 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxfcoe.inf: The driver package was successfully installed.
    Installing 13 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxnd.inf: The driver package was successfully installed.
    Installing 14 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxois.inf: The driver package was successfully installed.
    Installing 15 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxvbd.inf: The driver package was successfully installed.
    Installing 16 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\evbd.inf: The driver package was successfully installed.
    Installing 17 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\5\b44win.inf: The driver package was successfully installed.
    Installing 18 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixe6232.inf: The driver package was successfully installed.
    Installing 19 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixn6232.inf: The driver package was successfully installed.
    Installing 20 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixt6232.inf: The driver package was successfully installed.
    Installing 21 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1c6232.inf: The driver package was successfully installed.
    Installing 22 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1e6232.INF: The driver package was successfully installed.
    Installing 23 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1k6232.inf: The driver package was successfully installed.
    Installing 24 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1q6232.inf: The driver package was successfully installed.
    Installing 25 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1r6232.inf: The driver package was successfully installed.
    Installing 26 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1y6232.INF: The driver package was successfully installed.
    Installing 27 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\3\NDIS62\fei6232.inf: The driver package was successfully installed.
    Installing 28 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\4\NDIS62\qd1nodrv.inf: The driver package was successfully installed.
    Installing 29 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\4\NDIS62\qd2nodrv.inf: The driver package was successfully installed.
    Installing 30 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\JMicron\2\JME.inf: The driver package was successfully installed.
    Installing 31 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Marvell\1\yk62x86.inf: The driver package was successfully installed.
    Installing 32 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Nvidia\1\nvfd6x32.inf: The driver package was successfully installed.
    Installing 33 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Nvidia\2\nvfd6032.inf: The driver package was successfully installed.
    Installing 34 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Realtek\1\Win7\Netrtl32.inf: The driver package was successfully installed.
    Installing 35 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Realtek\2\Win7\rt86win7.inf: The driver package was successfully installed.
    Installing 36 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\VIA\1\Win7\netvfx86.inf: The driver package was successfully installed.
    Installing 37 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\VIA\2\Win7\netvg62.inf: The driver package was successfully installed.
    Installing 38 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\1\netathr.inf: The driver package was successfully installed.
    Installing 39 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\2\netathr.inf: The driver package was successfully installed.
    Installing 40 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\3\netathr.inf: The driver package was successfully installed.
    Installing 41 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\5\netathur.inf: The driver package was successfully installed.
    Installing 42 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\6\ar6knwf.inf: The driver package was successfully installed.
    Installing 43 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\1\bcmwl6.inf: The driver package was successfully installed.
    Installing 44 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\2\bcmwl6.inf: The driver package was successfully installed.
    Installing 45 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\3\bcmwl6.inf: The driver package was successfully installed.
    Installing 46 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\3\NETwLv32.INF: The driver package was successfully installed.
    Installing 47 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\3\NETwNs32.INF: The driver package was successfully installed.
    Installing 48 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\4\NETwNs32.INF: The driver package was successfully installed.
    Installing 49 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\2\netr70.inf: The driver package was successfully installed.
    Installing 50 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\3\Win7\netr61.inf: The driver package was successfully installed.
    Installing 51 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\3\Win7\netr6x.inf: The driver package was successfully installed.
    Installing 52 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\4\Win7\netr73.inf: The driver package was successfully installed.
    Installing 53 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\5\Win7\netr28.inf: The driver package was successfully installed.
    Installing 54 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\6\Win7\netr28u.inf: The driver package was successfully installed.
    Installing 55 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\1\NET8185.inf: The driver package was successfully installed.
    Installing 56 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\10\Win7\netrtwlanu.inf: The driver package was successfully installed.
    Installing 57 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\11\Win7X86\net8192du.inf: The driver package was successfully installed.
    Installing 58 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\12\Win7X86\net8192de.inf: The driver package was successfully installed.
    Installing 59 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\2\Win7\Netrtuw.inf: The driver package was successfully installed.
    Installing 60 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\3\Win7\net8187b.inf: The driver package was successfully installed.
    Installing 61 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\4\Win7\net8187Se.inf: The driver package was successfully installed.
    Installing 62 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\5\Win7\net8192su.inf: The driver package was successfully installed.
    Installing 63 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\6\Win7\net819xp.inf: The driver package was successfully installed.
    Installing 64 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\7\Win7\net8192se.inf: The driver package was successfully installed.
    Installing 65 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\8\Win7\net8192u.inf: The driver package was successfully installed.
    Installing 66 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\9\Win7\net8192ce.inf: The driver package was successfully installed.
    Installing 67 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\SIS\1\sis163u.inf: The driver package was successfully installed.
    Installing 68 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_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.17763.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 20 driver package(s) to install.
    Installing 1 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    Installing 2 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: The driver package was successfully installed.
    Installing 3 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: The driver package was successfully installed.
    Installing 4 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: The driver package was successfully installed.
    Installing 5 of 20 - K:\Project\Drivers\DP_USB3Win7x86\ASMedia\USB_3.x\1.16.51.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 20 - K:\Project\Drivers\DP_USB3Win7x86\ASMedia\USB_3.x\1.16.51.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Fresco\USB_3.0\3.8.33709.0\Host\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Fresco\USB_3.0\3.8.33709.0\Hub\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: The driver package was successfully installed.
    Installing 11 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: The driver package was successfully installed.
    Installing 12 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: The driver package was successfully installed.
    Installing 13 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 14 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 15 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 16 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 17 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Texas\1.16.6.0\tihub3.inf: The driver package was successfully installed.
    Installing 18 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Texas\1.16.6.0\tixhci.inf: The driver package was successfully installed.
    Installing 19 of 20 - K:\Project\Drivers\DP_USB3Win7x86\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: The driver package was successfully installed.
    Installing 20 of 20 - K:\Project\Drivers\DP_USB3Win7x86\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.1
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    [WARNING] "Winre\Winre.wim" does not contain integrity information.  Skipping integrity check.
    "Winre\Winre.wim" original size: 222378 KiB
    Using LZX compression with 8 threads
    Archiving file data: 576 MiB of 576 MiB (100%) done
    Calculating integrity table for WIM: 201 MiB of 201 MiB (100%) done
    "Winre\Winre.wim" optimized size: 205925 KiB
    Space saved: 16452 KiB
    Scanning "Winre\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    201 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 201 MiB of 201 MiB (100%) done
    Calculating integrity table for WIM: 2221 MiB of 2221 MiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Details for image : K:\Project\wim\install.wim
    
    Index : 1
    Name : Windows 7 Starter
    Description : Windows 7 Starter
    Size : 7,854,902,218 bytes
    
    The operation completed successfully.
    UpdatePack: K:\Project\exe\UpdatePack7R2-19.1.12.exe + ie11
    WIM:        K:\Project\wim\install.wim [Index=1]
    
    
    
    
    
    Code:
    The installation log of UpdatePack 7 / 2008 R2 / 19.1.12
    Installation start time - 23:23:21 14.01.2019
    Operating system - Windows 7 Starter SP1 x86
    
    KB917607 - Integration of the update has been successfully completed
    KB982018-v3 - Integration of the update has been successfully completed
    KB2479943 - Integration of the update has been successfully completed
    KB2491683 - Integration of the update has been successfully completed
    KB2506212 - Integration of the update has been successfully completed
    KB2506928-v2 - Integration of the update has been successfully completed
    KB2533552 - Integration of the update has been successfully completed
    KB2545698 - Integration of the update has been successfully completed
    KB2547666 - Integration of the update has been successfully completed
    KB2552343 - Integration of the update has been successfully completed
    KB2560656 - Integration of the update has been successfully completed
    KB2563227 - Integration of the update has been successfully completed
    KB2564958 - Integration of the update has been successfully completed
    KB2574819-v2 - Integration of the update has been successfully completed
    KB2579686 - Integration of the update has been successfully completed
    KB2592687 - Integration of the update has been successfully completed
    KB2604115 - Integration of the update has been successfully completed
    KB2620704 - Integration of the update has been successfully completed
    KB2621440 - Integration of the update has been successfully completed
    KB2631813 - Integration of the update has been successfully completed
    KB2640148-v2 - Integration of the update has been successfully completed
    KB2654428 - Integration of the update has been successfully completed
    KB2660075 - Integration of the update has been successfully completed
    KB2667402-v2 - Integration of the update has been successfully completed
    KB2670838 - Integration of the update has been successfully completed
    KB2685811 - Integration of the update has been successfully completed
    KB2685813 - Integration of the update has been successfully completed
    KB2690533 - Integration of the update has been successfully completed
    KB2698365 - Integration of the update has been successfully completed
    KB2705219-v2 - Integration of the update has been successfully completed
    KB2716513 - Integration of the update has been successfully completed
    KB2719033 - Integration of the update has been successfully completed
    KB2719857 - Integration of the update has been successfully completed
    KB2726535 - Integration of the update has been successfully completed
    KB2727528 - Integration of the update has been successfully completed
    KB2729094-v2 - Integration of the update has been successfully completed
    KB2732059-v5 - Integration of the update has been successfully completed
    KB2732487-v2 - Integration of the update has been successfully completed
    KB2736422 - Integration of the update has been successfully completed
    KB2742599 - Integration of the update has been successfully completed
    KB2750841 - Integration of the update has been successfully completed
    KB2761217 - Integration of the update has been successfully completed
    KB2763523 - Integration of the update has been successfully completed
    KB2770660 - Integration of the update has been successfully completed
    KB2773072 - Integration of the update has been successfully completed
    KB2786081 - Integration of the update has been successfully completed
    KB2799926 - Integration of the update has been successfully completed
    KB2800095-v2 - Integration of the update has been successfully completed
    KB2807986 - Integration of the update has been successfully completed
    KB2808679 - Integration of the update has been successfully completed
    KB2813347 - Integration of the update has been successfully completed
    KB2813430 - Integration of the update has been successfully completed
    KB2818604 - Integration of the update has been successfully completed
    KB2820331 - Integration of the update has been successfully completed
    KB2830477 - Integration of the update has been successfully completed
    KB2834140-v2 - Integration of the update has been successfully completed
    KB2840631 - Integration of the update has been successfully completed
    KB2843630-v3 - Integration of the update has been successfully completed
    KB2847927 - Integration of the update has been successfully completed
    KB2852386 - Integration of the update has been successfully completed
    KB2853952 - Integration of the update has been successfully completed
    KB2857650 - Integration of the update has been successfully completed
    KB2861698 - Integration of the update has been successfully completed
    KB2862152 - Integration of the update has been successfully completed
    KB2862330-v2 - Integration of the update has been successfully completed
    KB2862335 - Integration of the update has been successfully completed
    KB2864202 - Integration of the update has been successfully completed
    KB2868038 - Integration of the update has been successfully completed
    KB2871997-v2 - Integration of the update has been successfully completed
    KB2882822 - Integration of the update has been successfully completed
    KB2884256 - Integration of the update has been successfully completed
    KB2891804 - Integration of the update has been successfully completed
    KB2893294 - Integration of the update has been successfully completed
    KB2893519 - Integration of the update has been successfully completed
    KB2894844 - Integration of the update has been successfully completed
    KB2900986 - Integration of the update has been successfully completed
    KB2908783 - Integration of the update has been successfully completed
    KB2911501 - Integration of the update has been successfully completed
    KB2912390 - Integration of the update has been successfully completed
    KB2918077 - Integration of the update has been successfully completed
    KB2919469 - Integration of the update has been successfully completed
    KB2923545 - Integration of the update has been successfully completed
    KB2931356 - Integration of the update has been successfully completed
    KB2937610 - Integration of the update has been successfully completed
    KB2943357 - Integration of the update has been successfully completed
    KB2966583 - Integration of the update has been successfully completed
    KB2968294 - Integration of the update has been successfully completed
    KB2970228 - Integration of the update has been successfully completed
    KB2972100 - Integration of the update has been successfully completed
    KB2972211 - Integration of the update has been successfully completed
    KB2973201 - Integration of the update has been successfully completed
    KB2977292 - Integration of the update has been successfully completed
    KB2978120 - Integration of the update has been successfully completed
    KB2978742 - Integration of the update has been successfully completed
    KB2984972 - Integration of the update has been successfully completed
    KB2985461 - Integration of the update has been successfully completed
    KB2990941-v3 - Integration of the update has been successfully completed
    KB2991963 - Integration of the update has been successfully completed
    KB2992611 - Integration of the update has been successfully completed
    KB3000483 - Integration of the update has been successfully completed
    KB3004375-v3 - Integration of the update has been successfully completed
    KB3006121 - Integration of the update has been successfully completed
    KB3006137 - Integration of the update has been successfully completed
    KB3010788 - Integration of the update has been successfully completed
    KB3011780 - Integration of the update has been successfully completed
    KB3013531-v2 - Integration of the update has been successfully completed
    KB3020370 - Integration of the update has been successfully completed
    KB3020388 - Integration of the update has been successfully completed
    KB3020393 - Integration of the update has been successfully completed
    KB3021674 - Integration of the update has been successfully completed
    KB3022777 - Integration of the update has been successfully completed
    KB3023215 - Integration of the update has been successfully completed
    KB3030377 - Integration of the update has been successfully completed
    KB3035126 - Integration of the update has been successfully completed
    KB3037574 - Integration of the update has been successfully completed
    KB3042058 - Integration of the update has been successfully completed
    KB3045685 - Integration of the update has been successfully completed
    KB3046017 - Integration of the update has been successfully completed
    KB3046269 - Integration of the update has been successfully completed
    KB3054476 - Integration of the update has been successfully completed
    KB3055642 - Integration of the update has been successfully completed
    KB3059317 - Integration of the update has been successfully completed
    KB3060716 - Integration of the update has been successfully completed
    KB3061518 - Integration of the update has been successfully completed
    KB3064209 - Integration of the update has been successfully completed
    KB3067903 - Integration of the update has been successfully completed
    KB3071756 - Integration of the update has been successfully completed
    KB3072305 - Integration of the update has been successfully completed
    KB3074543 - Integration of the update has been successfully completed
    KB3075226 - Integration of the update has been successfully completed
    KB3078667 - Integration of the update has been successfully completed
    KB3086255 - Integration of the update has been successfully completed
    KB3087873-v2 - Integration of the update has been successfully completed
    KB3093513 - Integration of the update has been successfully completed
    KB3097989 - Integration of the update has been successfully completed
    KB3102429-v2 - Integration of the update has been successfully completed
    KB3107998 - Integration of the update has been successfully completed
    KB3108371 - Integration of the update has been successfully completed
    KB3108664 - Integration of the update has been successfully completed
    KB3109103 - Integration of the update has been successfully completed
    KB3109560 - Integration of the update has been successfully completed
    KB3110329 - Integration of the update has been successfully completed
    KB3126587 - Integration of the update has been successfully completed
    KB3127220 - Integration of the update has been successfully completed
    KB3137061 - Integration of the update has been successfully completed
    KB3138378 - Integration of the update has been successfully completed
    KB3138612 - Integration of the update has been successfully completed
    KB3138910 - Integration of the update has been successfully completed
    KB3139398 - Integration of the update has been successfully completed
    KB3139914 - Integration of the update has been successfully completed
    KB3140245 - Integration of the update has been successfully completed
    KB3147071 - Integration of the update has been successfully completed
    KB3150220 - Integration of the update has been successfully completed
    KB3156016 - Integration of the update has been successfully completed
    KB3159398 - Integration of the update has been successfully completed
    KB3161102 - Integration of the update has been successfully completed
    KB3161949 - Integration of the update has been successfully completed
    KB3177467-v2 - Integration of the update has been successfully completed
    KB3179573 - Integration of the update has been successfully completed
    KB3184143 - Integration of the update has been successfully completed
    KB4019990 - Integration of the update has been successfully completed
    KB4040966 - Integration of the update has been successfully completed
    KB4054998 - Integration of the update has been successfully completed
    KB4480063 - Integration of the update has been successfully completed
    Internet Explorer 11 - Integration of the update has been successfully completed
    UpdRoots - Integration of the update has been successfully completed
    IE-Hyphenation-en - Integration of the update has been successfully completed
    IE-Hyphenation-nl - Integration of the update has been successfully completed
    IE-LangPack-nl-nl - Integration of the update has been successfully completed
    IE-Spelling-en - Integration of the update has been successfully completed
    IE-Spelling-nl - Integration of the update has been successfully completed
    KB4480970 - Integration of the update has been successfully completed
    KB4487345 - Integration of the update has been successfully completed
    Addon - DirectX End-User Runtimes (June 2010)
    Addon - Microsoft .NET Framework 4.7.2
    Addon - Microsoft .NET Framework 4.7.2 (NLD)
    
    Installation finish time - 23:55:34 14.01.2019
    The number of installed updates - 173
    Total installation time of UpdatePack - 32:13
    Operation of the program has been successfully finished
    Deployment Image Servicing and Management tool Version: 10.0.17763.1 Exporting 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 Starter] Successfully set image description: [Windows 7 Starter] Successfully set image flags: [Starter] Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 6.1.7601.17514 Pended operations ignored. When this image is next booted, these operations will be processed. Starting to update components... Removing package Microsoft-Windows-StarterEdition~31bf3856ad364e35~x86~~6.1.7601.17514 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.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 HomeBasic] Successfully set image description: [Windows 7 HomeBasic] Successfully set image flags: [HomeBasic] Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 6.1.7601.17514 Pended operations ignored. When this image is next booted, these operations will be processed. Starting to update components... Removing package Microsoft-Windows-HomeBasicEdition~31bf3856ad364e35~x86~~6.1.7601.17514 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.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 HomePremium] Successfully set image description: [Windows 7 HomePremium] Successfully set image flags: [HomePremium] Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 6.1.7601.17514 Pended operations ignored. When this image is next booted, these operations will be processed. Starting to update components... Removing package Microsoft-Windows-HomePremiumEdition~31bf3856ad364e35~x86~~6.1.7601.17514 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.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 Professional] Successfully set image description: [Windows 7 Professional] Successfully set image flags: [Professional] Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 6.1.7601.17514 Pended operations ignored. When this image is next booted, these operations will be processed. Starting to update components... Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~6.1.7601.17514 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.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 Ultimate] Successfully set image description: [Windows 7 Ultimate] Successfully set image flags: [Ultimate] Deployment Image Servicing and Management tool Version: 10.0.17763.1 Details for image : WIM\aio.install.wim Index : 1 Name : Windows 7 Starter Description : Windows 7 Starter Size : 10,710,787,508 bytes Index : 2 Name : Windows 7 HomeBasic Description : Windows 7 HomeBasic Size : 10,729,836,379 bytes Index : 3 Name : Windows 7 HomePremium Description : Windows 7 HomePremium Size : 11,113,735,973 bytes Index : 4 Name : Windows 7 Professional Description : Windows 7 Professional Size : 10,987,455,806 bytes Index : 5 Name : Windows 7 Ultimate Description : Windows 7 Ultimate Size : 11,141,129,884 bytes The operation completed successfully. Using LZMS compression with 8 threads Archiving file data: 6820 MiB of 6820 MiB (100%) done OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (1000 files in 100 directories) Scanning source tree complete (1034 files in 109 directories) Computing directory information complete Image file is 2449932288 bytes (before optimization) Writing 1034 files in 109 directories to Win7_x86.ISO 100% complete Storage optimization saved 18 files, 12568576 bytes (1% of image) After optimization, image file is 2439723008 bytes Space saved because of embedding, sparseness or optimization = 12568576 Done. Press any key to continue . . .
     
  5. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    @Enthousiast, with your Simplix AIO project, am I right in seeing your adding lan/usb3 drivers to winre.wim with dart7? That would be handy!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    i never integrated these things into boot image or anything and i never had any issues whatsoever, my laptop supports USB3 i get the driver from the oem website, and all usb ports including 2.0 and 3.0 are working how they should, never had any problem, windows 7 ultimate 64-bit
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Yep:
    It now does:
    Code:
    Extract the source iso's
    Create an iso with boot.wim from win 10, looking like win 7 and can handle install.esd
    Inserts the correct ei.cfg
    Inserts the $OEM$ folder in "iso:\sources".
    Extracts and adds DaRT 7 to winre.wim
    Integrated USB3.x drivers in winre.wim
    Integrates (W)Lan drivers in Winre.wim and Install.wim
    Creates all other sku's
    Compresses the install.wim to install.esd
    Saves the ISO.
    
    Code:
    
    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 folder, 1 file, 2435198976 bytes (2323 MiB)
    
    Extracting archive: SOURCE_ISO\7\nl_windows_7_ultimate_with_sp1_x86_dvd_u_677453.iso
    --
    Path = SOURCE_ISO\7\nl_windows_7_ultimate_with_sp1_x86_dvd_u_677453.iso
    Type = Udf
    Physical Size = 2435198976
    Comment = GSP1RMCULFRER_NL_DVD
    Cluster Size = 2048
    Created = 2011-04-12 07:21:04
    
    Everything is Ok
    
    Folders: 200
    Files: 877
    Size:       2450665086
    Compressed: 2435198976
    
    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 folder, 1 file, 2544375808 bytes (2427 MiB)
    
    Extracting archive: SOURCE_ISO\10\nl_windows_10_enterprise_2016_ltsb_x86_dvd_9059526.iso
    --
    Path = SOURCE_ISO\10\nl_windows_10_enterprise_2016_ltsb_x86_dvd_9059526.iso
    Type = Udf
    Physical Size = 2544375808
    Comment = CES_X86FREV_NL-NL_DV5
    Cluster Size = 2048
    Created = 2016-07-16 18:22:00
    
    Everything is Ok
    
    Folders: 95
    Files: 990
    Size:       2539196197
    Compressed: 2544375808
            1 file(s) copied.
            1 file(s) copied.
    12 File(s) copied
    6 File(s) copied
    96 File(s) copied
    4 File(s) copied
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
    303 File(s) copied
    21 File(s) copied
    1 File(s) copied
    17 File(s) copied
    52 File(s) copied
    313 File(s) copied
    1 File(s) copied
    1 File(s) copied
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
            1 file(s) copied.
    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.
    The directory is not empty.
    Extracting file data: 1160 KiB of 1160 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.
            1 file(s) copied.
    Deleted WIM path "\setup.exe"
    Deleted WIM path "\sources"
    Scanning "BOOT/"
    68 MiB scanned (146 files, 7 directories)
    Using LZX compression with 8 threads
    Archiving file data: 55 MiB of 55 MiB (100%) done
    "ISO\sources\boot.wim" original size: 157454 KiB
    Using LZX compression with 8 threads
    Archiving file data: 447 MiB of 447 MiB (100%) done
    "ISO\sources\boot.wim" optimized size: 151640 KiB
    Space saved: 5814 KiB
            1 file(s) copied.
            1 file(s) copied.
    14 File(s) copied
    
    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    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 [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 file, 224232 bytes (219 KiB)
    
    Extracting archive: DaRT_W7\Dart_w7_en-US.tpk
    --
    Path = DaRT_W7\Dart_w7_en-US.tpk
    Type = wim
    Physical Size = 224232
    Size = 8589934592
    Packed Size = 1929029
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2016-11-07 09:50:07
    Modified = 2016-11-07 09:56:29
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 22
    Files: 53
    Size:       2423232
    Compressed: 224232
    Extracting file data: 139 MiB of 139 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_en-US\1\"
    1182 KiB scanned (26 files, 11 directories)
    Using LZX compression with 1 thread
    Archiving file data: 1182 KiB of 1182 KiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 68 driver package(s) to install.
    Installing 1 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    Installing 2 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Atheros\3\Win7_32\netL1e86.inf: The driver package was successfully installed.
    Installing 3 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Atheros\4\Win7_32\L1C62x86.inf: The driver package was successfully installed.
    Installing 4 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\1\edgewin7.inf: The driver package was successfully installed.
    Installing 5 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\2\xenowin7.inf: The driver package was successfully installed.
    Installing 6 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\3\bflwf.inf: The driver package was successfully installed.
    Installing 7 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\3\e22w7x86.inf: The driver package was successfully installed.
    Installing 8 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\1\b57nd60x.inf: The driver package was successfully installed.
    Installing 9 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\2\k57nd60x.inf: The driver package was successfully installed.
    Installing 10 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\3\b57win32.inf: The driver package was successfully installed.
    Installing 11 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxdiag.inf: The driver package was successfully installed.
    Installing 12 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxfcoe.inf: The driver package was successfully installed.
    Installing 13 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxnd.inf: The driver package was successfully installed.
    Installing 14 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxois.inf: The driver package was successfully installed.
    Installing 15 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxvbd.inf: The driver package was successfully installed.
    Installing 16 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\evbd.inf: The driver package was successfully installed.
    Installing 17 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\5\b44win.inf: The driver package was successfully installed.
    Installing 18 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixe6232.inf: The driver package was successfully installed.
    Installing 19 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixn6232.inf: The driver package was successfully installed.
    Installing 20 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixt6232.inf: The driver package was successfully installed.
    Installing 21 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1c6232.inf: The driver package was successfully installed.
    Installing 22 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1e6232.INF: The driver package was successfully installed.
    Installing 23 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1k6232.inf: The driver package was successfully installed.
    Installing 24 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1q6232.inf: The driver package was successfully installed.
    Installing 25 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1r6232.inf: The driver package was successfully installed.
    Installing 26 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1y6232.INF: The driver package was successfully installed.
    Installing 27 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\3\NDIS62\fei6232.inf: The driver package was successfully installed.
    Installing 28 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\4\NDIS62\qd1nodrv.inf: The driver package was successfully installed.
    Installing 29 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\4\NDIS62\qd2nodrv.inf: The driver package was successfully installed.
    Installing 30 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\JMicron\2\JME.inf: The driver package was successfully installed.
    Installing 31 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Marvell\1\yk62x86.inf: The driver package was successfully installed.
    Installing 32 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Nvidia\1\nvfd6x32.inf: The driver package was successfully installed.
    Installing 33 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Nvidia\2\nvfd6032.inf: The driver package was successfully installed.
    Installing 34 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Realtek\1\Win7\Netrtl32.inf: The driver package was successfully installed.
    Installing 35 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Realtek\2\Win7\rt86win7.inf: The driver package was successfully installed.
    Installing 36 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\VIA\1\Win7\netvfx86.inf: The driver package was successfully installed.
    Installing 37 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\VIA\2\Win7\netvg62.inf: The driver package was successfully installed.
    Installing 38 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\1\netathr.inf: The driver package was successfully installed.
    Installing 39 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\2\netathr.inf: The driver package was successfully installed.
    Installing 40 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\3\netathr.inf: The driver package was successfully installed.
    Installing 41 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\5\netathur.inf: The driver package was successfully installed.
    Installing 42 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\6\ar6knwf.inf: The driver package was successfully installed.
    Installing 43 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\1\bcmwl6.inf: The driver package was successfully installed.
    Installing 44 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\2\bcmwl6.inf: The driver package was successfully installed.
    Installing 45 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\3\bcmwl6.inf: The driver package was successfully installed.
    Installing 46 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\3\NETwLv32.INF: The driver package was successfully installed.
    Installing 47 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\3\NETwNs32.INF: The driver package was successfully installed.
    Installing 48 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\4\NETwNs32.INF: The driver package was successfully installed.
    Installing 49 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\2\netr70.inf: The driver package was successfully installed.
    Installing 50 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\3\Win7\netr61.inf: The driver package was successfully installed.
    Installing 51 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\3\Win7\netr6x.inf: The driver package was successfully installed.
    Installing 52 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\4\Win7\netr73.inf: The driver package was successfully installed.
    Installing 53 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\5\Win7\netr28.inf: The driver package was successfully installed.
    Installing 54 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\6\Win7\netr28u.inf: The driver package was successfully installed.
    Installing 55 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\1\NET8185.inf: The driver package was successfully installed.
    Installing 56 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\10\Win7\netrtwlanu.inf: The driver package was successfully installed.
    Installing 57 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\11\Win7X86\net8192du.inf: The driver package was successfully installed.
    Installing 58 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\12\Win7X86\net8192de.inf: The driver package was successfully installed.
    Installing 59 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\2\Win7\Netrtuw.inf: The driver package was successfully installed.
    Installing 60 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\3\Win7\net8187b.inf: The driver package was successfully installed.
    Installing 61 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\4\Win7\net8187Se.inf: The driver package was successfully installed.
    Installing 62 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\5\Win7\net8192su.inf: The driver package was successfully installed.
    Installing 63 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\6\Win7\net819xp.inf: The driver package was successfully installed.
    Installing 64 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\7\Win7\net8192se.inf: The driver package was successfully installed.
    Installing 65 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\8\Win7\net8192u.inf: The driver package was successfully installed.
    Installing 66 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\9\Win7\net8192ce.inf: The driver package was successfully installed.
    Installing 67 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\SIS\1\sis163u.inf: The driver package was successfully installed.
    Installing 68 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_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.17763.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 20 driver package(s) to install.
    Installing 1 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.0\1.1.0.0249\Host\amdxhc.inf: The driver package was successfully installed.
    Installing 2 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.0\1.1.0.0249\Hub\amdhub30.inf: The driver package was successfully installed.
    Installing 3 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.1\1.0.5.3\Host\amdxhc31.inf: The driver package was successfully installed.
    Installing 4 of 20 - K:\Project\Drivers\DP_USB3Win7x86\AMD\USB_3.1\1.0.5.3\Hub\amdhub31.inf: The driver package was successfully installed.
    Installing 5 of 20 - K:\Project\Drivers\DP_USB3Win7x86\ASMedia\USB_3.x\1.16.51.1\asmthub3.inf: The driver package was successfully installed.
    Installing 6 of 20 - K:\Project\Drivers\DP_USB3Win7x86\ASMedia\USB_3.x\1.16.51.1\asmtxhci.inf: The driver package was successfully installed.
    Installing 7 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Etron\USB_3.0\1.0.0.0119\EtronXHCI.INF: The driver package was successfully installed.
    Installing 8 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Fresco\USB_3.0\3.8.33709.0\Host\FLxHCIc.inf: The driver package was successfully installed.
    Installing 9 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Fresco\USB_3.0\3.8.33709.0\Hub\FLxHCIh.inf: The driver package was successfully installed.
    Installing 10 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Host\iusb3xhc.inf: The driver package was successfully installed.
    Installing 11 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Hub\iusb3hub.inf: The driver package was successfully installed.
    Installing 12 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Intel\USB_3.x\5.0.4.43\Switch\iusb3hcs.inf: The driver package was successfully installed.
    Installing 13 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3hub.inf: The driver package was successfully installed.
    Installing 14 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen1_2.1.39.0\nusb3xhc.inf: The driver package was successfully installed.
    Installing 15 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3hub.inf: The driver package was successfully installed.
    Installing 16 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Renesas\USB_3.0\Gen2_3.0.23.0\rusb3xhc.inf: The driver package was successfully installed.
    Installing 17 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Texas\1.16.6.0\tihub3.inf: The driver package was successfully installed.
    Installing 18 of 20 - K:\Project\Drivers\DP_USB3Win7x86\Texas\1.16.6.0\tixhci.inf: The driver package was successfully installed.
    Installing 19 of 20 - K:\Project\Drivers\DP_USB3Win7x86\VIA\USB_3.0\6.1.7600.5601\ViaHub3.inf: The driver package was successfully installed.
    Installing 20 of 20 - K:\Project\Drivers\DP_USB3Win7x86\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.1
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    [WARNING] "Winre\Winre.wim" does not contain integrity information.  Skipping integrity check.
    "Winre\Winre.wim" original size: 222383 KiB
    Using LZX compression with 8 threads
    Archiving file data: 576 MiB of 576 MiB (100%) done
    Calculating integrity table for WIM: 201 MiB of 201 MiB (100%) done
    "Winre\Winre.wim" optimized size: 205929 KiB
    Space saved: 16453 KiB
    Scanning "Winre\Winre.wim" (loading as WIM path: "\Windows\System32\Recovery\winre.wim")...
    201 MiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Recovery\winRE.wim" in WIM image
    Using LZX compression with 8 threads
    Archiving file data: 201 MiB of 201 MiB (100%) done
    Calculating integrity table for WIM: 2221 MiB of 2221 MiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Details for image : K:\Project\wim\install.wim
    
    Index : 1
    Name : Windows 7 Starter
    Description : Windows 7 Starter
    Size : 7,854,906,338 bytes
    
    The operation completed successfully.
    UpdatePack: K:\Project\exe\UpdatePack7R2-19.1.12.exe + ie11
    WIM:        K:\Project\wim\install.wim [Index=1]
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Exporting 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 Starter]
    
    Successfully set image description: [Windows 7 Starter]
    
    Successfully set image flags: [Starter]
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Searching for driver packages to install...
    Found 68 driver package(s) to install.
    Installing 1 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\ASIX\1\Ax88772b.inf: The driver package was successfully installed.
    Installing 2 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Atheros\3\Win7_32\netL1e86.inf: The driver package was successfully installed.
    Installing 3 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Atheros\4\Win7_32\L1C62x86.inf: The driver package was successfully installed.
    Installing 4 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\1\edgewin7.inf: The driver package was successfully installed.
    Installing 5 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\2\xenowin7.inf: The driver package was successfully installed.
    Installing 6 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\3\bflwf.inf: The driver package was successfully installed.
    Installing 7 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Bigfoot\3\e22w7x86.inf: The driver package was successfully installed.
    Installing 8 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\1\b57nd60x.inf: The driver package was successfully installed.
    Installing 9 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\2\k57nd60x.inf: The driver package was successfully installed.
    Installing 10 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\3\b57win32.inf: The driver package was successfully installed.
    Installing 11 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxdiag.inf: The driver package was successfully installed.
    Installing 12 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxfcoe.inf: The driver package was successfully installed.
    Installing 13 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxnd.inf: The driver package was successfully installed.
    Installing 14 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxois.inf: The driver package was successfully installed.
    Installing 15 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\bxvbd.inf: The driver package was successfully installed.
    Installing 16 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\4\evbd.inf: The driver package was successfully installed.
    Installing 17 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Broadcom\5\b44win.inf: The driver package was successfully installed.
    Installing 18 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixe6232.inf: The driver package was successfully installed.
    Installing 19 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixn6232.inf: The driver package was successfully installed.
    Installing 20 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\1\NDIS62\ixt6232.inf: The driver package was successfully installed.
    Installing 21 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1c6232.inf: The driver package was successfully installed.
    Installing 22 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1e6232.INF: The driver package was successfully installed.
    Installing 23 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1k6232.inf: The driver package was successfully installed.
    Installing 24 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1q6232.inf: The driver package was successfully installed.
    Installing 25 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1r6232.inf: The driver package was successfully installed.
    Installing 26 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\2\NDIS62\e1y6232.INF: The driver package was successfully installed.
    Installing 27 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\3\NDIS62\fei6232.inf: The driver package was successfully installed.
    Installing 28 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\4\NDIS62\qd1nodrv.inf: The driver package was successfully installed.
    Installing 29 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Intel\4\NDIS62\qd2nodrv.inf: The driver package was successfully installed.
    Installing 30 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\JMicron\2\JME.inf: The driver package was successfully installed.
    Installing 31 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Marvell\1\yk62x86.inf: The driver package was successfully installed.
    Installing 32 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Nvidia\1\nvfd6x32.inf: The driver package was successfully installed.
    Installing 33 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Nvidia\2\nvfd6032.inf: The driver package was successfully installed.
    Installing 34 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Realtek\1\Win7\Netrtl32.inf: The driver package was successfully installed.
    Installing 35 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\Realtek\2\Win7\rt86win7.inf: The driver package was successfully installed.
    Installing 36 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\VIA\1\Win7\netvfx86.inf: The driver package was successfully installed.
    Installing 37 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\L\VIA\2\Win7\netvg62.inf: The driver package was successfully installed.
    Installing 38 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\1\netathr.inf: The driver package was successfully installed.
    Installing 39 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\2\netathr.inf: The driver package was successfully installed.
    Installing 40 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\3\netathr.inf: The driver package was successfully installed.
    Installing 41 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\5\netathur.inf: The driver package was successfully installed.
    Installing 42 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Atheros\6\ar6knwf.inf: The driver package was successfully installed.
    Installing 43 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\1\bcmwl6.inf: The driver package was successfully installed.
    Installing 44 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\2\bcmwl6.inf: The driver package was successfully installed.
    Installing 45 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Broadcom\3\bcmwl6.inf: The driver package was successfully installed.
    Installing 46 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\3\NETwLv32.INF: The driver package was successfully installed.
    Installing 47 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\3\NETwNs32.INF: The driver package was successfully installed.
    Installing 48 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Intel\4\NETwNs32.INF: The driver package was successfully installed.
    Installing 49 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\2\netr70.inf: The driver package was successfully installed.
    Installing 50 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\3\Win7\netr61.inf: The driver package was successfully installed.
    Installing 51 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\3\Win7\netr6x.inf: The driver package was successfully installed.
    Installing 52 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\4\Win7\netr73.inf: The driver package was successfully installed.
    Installing 53 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\5\Win7\netr28.inf: The driver package was successfully installed.
    Installing 54 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Ralink\6\Win7\netr28u.inf: The driver package was successfully installed.
    Installing 55 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\1\NET8185.inf: The driver package was successfully installed.
    Installing 56 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\10\Win7\netrtwlanu.inf: The driver package was successfully installed.
    Installing 57 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\11\Win7X86\net8192du.inf: The driver package was successfully installed.
    Installing 58 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\12\Win7X86\net8192de.inf: The driver package was successfully installed.
    Installing 59 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\2\Win7\Netrtuw.inf: The driver package was successfully installed.
    Installing 60 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\3\Win7\net8187b.inf: The driver package was successfully installed.
    Installing 61 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\4\Win7\net8187Se.inf: The driver package was successfully installed.
    Installing 62 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\5\Win7\net8192su.inf: The driver package was successfully installed.
    Installing 63 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\6\Win7\net819xp.inf: The driver package was successfully installed.
    Installing 64 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\7\Win7\net8192se.inf: The driver package was successfully installed.
    Installing 65 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\8\Win7\net8192u.inf: The driver package was successfully installed.
    Installing 66 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\Realtek\9\Win7\net8192ce.inf: The driver package was successfully installed.
    Installing 67 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_x86\W\SIS\1\sis163u.inf: The driver package was successfully installed.
    Installing 68 of 68 - K:\Project\Drivers\DP_(W)LAN_W7_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.17763.1
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-StarterEdition~31bf3856ad364e35~x86~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.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 HomeBasic]
    
    Successfully set image description: [Windows 7 HomeBasic]
    
    Successfully set image flags: [HomeBasic]
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-HomeBasicEdition~31bf3856ad364e35~x86~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.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 HomePremium]
    
    Successfully set image description: [Windows 7 HomePremium]
    
    Successfully set image flags: [HomePremium]
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-HomePremiumEdition~31bf3856ad364e35~x86~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.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 Professional]
    
    Successfully set image description: [Windows 7 Professional]
    
    Successfully set image flags: [Professional]
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 6.1.7601.17514
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.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 Ultimate]
    
    Successfully set image description: [Windows 7 Ultimate]
    
    Successfully set image flags: [Ultimate]
    
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Details for image : WIM\aio.install.wim
    
    Index : 1
    Name : Windows 7 Starter
    Description : Windows 7 Starter
    Size : 10,868,803,702 bytes
    
    Index : 2
    Name : Windows 7 HomeBasic
    Description : Windows 7 HomeBasic
    Size : 10,887,635,490 bytes
    
    Index : 3
    Name : Windows 7 HomePremium
    Description : Windows 7 HomePremium
    Size : 11,275,557,333 bytes
    
    Index : 4
    Name : Windows 7 Professional
    Description : Windows 7 Professional
    Size : 11,144,916,919 bytes
    
    Index : 5
    Name : Windows 7 Ultimate
    Description : Windows 7 Ultimate
    Size : 11,298,591,210 bytes
    
    The operation completed successfully.
    Using LZMS compression with 8 threads
    Archiving file data: 6974 MiB of 6974 MiB (100%) done
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (1000 files in 100 directories)
    Scanning source tree complete (1034 files in 109 directories)
    
    Computing directory information complete
    
    Image file is 2462515200 bytes (before optimization)
    
    Writing 1034 files in 109 directories to Win7_x86.ISO
    
    100% complete
    
    Storage optimization saved 18 files, 12568576 bytes (1% of image)
    
    After optimization, image file is 2452324352 bytes
    Space saved because of embedding, sparseness or optimization = 12568576
    
    Done.
    Press any key to continue . . .
    
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    My work is all about creating AiO's for general use, not for just one specific device (it can be specific when only the device specific drivers are provided).

    I only do the USB3.x and (W)Lan drivers, they not change much over time, and this way the USB3.x ports will work out of the box and because of integration of (W)Lan drivers you can instantly go to the manufacturer support/driver website and download the other drivers, or let WU install the other drivers.

    The USB3.x driver integrator in simplix doesn't just integrate all the .inf files, during windows install it checks what USB3.x controller exists and installs the appropriate drivers.
     
  9. strotee

    strotee MDL Member

    Jan 30, 2011
    229
    205
    10
    Progress has been made, I followed those directions and now my mouse/KB work, but unfortunately my m.2 drive is missing. Is there a similar install for hard drives and controllers? I have a Samsung 960 m.2 I believe, if that matters. This is a "can I get 7 to install on my new-ish system?" project. Win 10 works fine. With 7 having just 1 more year of support, it'd be nice to return to a pretty stable OS.
     
  10. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,828
    2,430
    60
    Again with the "I" and "my" argument. Have you ever tried working on other people's modern hardware? I mean truly modern platforms, where Microsoft and Intel push for windows 7 obsolescence. I may be going way OT here, but do you mind specifying what YOUR machine actually is(model, platform and stuff)? Because it just so happens that I have a laptop with USB3 ports, but it doesn't require any sort of driver integration in order to install 7 on it.
     
  11. strotee

    strotee MDL Member

    Jan 30, 2011
    229
    205
    10
    Well, I'm back but more progress has been made. My USB KB & mouse are working. I was able to locate a NvMe driver on winraid that integrated properly. So I was able to install Win7, but I quickly found out my network drivers were not installed. This left me dead in the water as I'm unable to locate the disc in my motherboard box when I built it 10 months ago. I reinstalled Win 10 so my network could work, found the ASUS NIC drivers on their site, so I'm going to integrate them and hope for the best.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    .NET 4.7.2 Addon updated, FYI :)
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Would you mind (me) posting them here on MDL? I prefer you post them here yourself of course:)
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    You are welcome to post them :D
     
  15. gonchan

    gonchan MDL Novice

    May 26, 2008
    15
    112
    0
  16. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    361
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    Capture.PNG
     
  18. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,828
    2,430
    60
    Same situation as my v3-571G - 3632QM, HM77 chipset with an Intel 1E31 USB3 controller and two USB2.0 ports - even an SP1 RTM image would install perfectly fine on that. These are not machines which can be used as an example of the practicality of driver integration. As I said, the goal here are modern platforms(skylake+ / ryzen).