Set Mobo Manufacturer Name & Model in MyComputer Properties : FOR /F "tokens=3* delims= " %%i in ('reg query HKLM\HARDWARE\DESCRIPTION\System\BIOS /v BaseBoardManufacturer') DO (SET BaseBoardManufacturer=%%i) FOR /F "tokens=3* delims= " %%i in ('reg query HKLM\HARDWARE\DESCRIPTION\System\BIOS /v BaseBoardProduct') DO (SET BaseBoardProduct=%%i) REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /t REG_SZ /v Manufacturer /d "%BaseBoardManufacturer%" /f REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /t REG_SZ /v Model /d "%BaseBoardProduct%" /f Save it as System.bat & run as administrator
use WHD-W7UI v6.1 update on offline image until step updating winre.wim and get error ...... ============================================================ Updating winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.18362.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.18362.1 Image Version: 6.1.7601.17514 Processing 1 of 1 - Adding package Package_for_KB4490628~31bf3856ad364e35~amd64~~6.1.1.2 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.18362.1 Image Version: 6.1.7601.24383 Processing 1 of 1 - Adding package Package_for_KB4474419~31bf3856ad364e35~amd64~~6.1.3.2 [==========================100.0%==========================] The operation completed successfully. File Not Found Deployment Image Servicing and Management tool Version: 10.0.18362.1 Image Version: 6.1.7601.24383 Error: 87 This command requires that either the /PackagePath or /PackageName options be specified. Re-enter the command, specifying one of these options. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Is there any way to make the "Keep indexes" option in each of the update integration scripts default to keeping all of the indexes inside of a WIM file instead of keeping only the selected indexes?
Not sure if this is a dumb question or not, but I integrated updates (downloaded from the WHDownloader Windows 7 update list) into a Windows Server 2008 R2 WIM file. Upon installation and checking for updates, the same updates that I integrated appear in the available updates list. Did I do something wrong? I don't get any errors (except for the occasional package that isn't applicable) when integrating the updates.
search for this and change to zero 0 Code: set keep=1 Code: dism /online /get-Packages /format:table >"%userprofile%\Desktop\Packages.txt" check installed updates
OK, I ran the command and it looks like the updates listed were not installed. Also I ran the script again and it is skipping KB4534310 for some reason. EDIT: Turns out it skipped that update for normal Windows 7 as well.
It will be skipped in the update files are found in \Windows\Servicing\Packages even if it was partially installed with error
Except I looked in that directory, and the update files do not seem to be there. The script just skips over the update file itself (doesn't display in the list and doesn't extract it). EDIT: Tried integrating updates into an unmodified Windows 7 SP1 ISO, and it still skipped over the update file.
@Gladwin @TheCollDude489 i actually forgot that WHD-W7UI needs an update with each new SSU (KB4536952) v6.2 is released
Executing W10UI.cmd when the target is a virtual mounted iso implies : Select the iso file Mount the iso file Modifying the target parameter of W10UI.ini with the drive letter of the mounted iso Start W10UI.cmd as admin The following cmd script : Displays a file browser gui to help the user to select the iso file Mounts the iso file if not yet mounted Modifies the target parameter of W10UI.ini Starts W10UI.cmd as admin Spoiler Code: <# : @PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass -WindowStyle Hidden "Set-Location '%~dp0';Invoke-Expression ((Get-Content('%~f0') -Raw)+'`n')"&exit/b #> Add-Type -AssemblyName System.Windows.Forms # Load the class System.Windows.Forms # Filebrowser dialog object $FileBrowser = New-Object System.Windows.Forms.OpenFileDialog -Property @{ Title = "Select ISO image" Multiselect = $False # One file can be chosen Filter = 'ISO images (*.iso)|*.iso' # Select only iso files } If ($FileBrowser.ShowDialog() -eq "Cancel"){Exit} $ImagePath=$FileBrowser.FileName # Mount the image file If not already mounted and get the drive letter # Check If iso already mounted $ISO = (Get-DiskImage -ImagePath $ImagePath | Get-Volume).DriveLetter # If no drive letter, mount iso and get drive letter If (!$ISO){$Mounted = $False;$ISO=(Mount-DiskImage -ImagePath $ImagePath -StorageType ISO -PassThru|Get-DiskImage -ImagePath $ImagePath|Get-Volume).DriveLetter}Else{$Mounted = $True} If (!$ISO) {Exit} (Get-Content .\w10ui.ini)|ForEach { If ((($_.Trim()).Split())[0] -eq "target"){$_ ="target =$($ISO):"} $_}|Out-File .\w10ui.ini If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(544)){ Start-Process .\W10UI.cmd -Wait -Verb RunAS}Else{Start-Process .\W10UI.cmd -Wait} If(!$Mounted){DisMount-DiskImage -ImagePath $ImagePath |Out-Null}
Thank you... IIRC, I had DISM.log errors on some previous versions b4 W10UI v7.7... Error: 3 An error occurred while creating the log file. Ensure that the path to the log file exists and that you have Read/Write permissions on the folder where the log files will be created."
Last night i finished this install: https://forums.mydigitallife.net/th...l-project-mrp-mk3.71555/page-285#post-1573720 No errors with W10UI_7.7 (the project folder is "H:\W10UI_4.x", host is 17763.1012 LTSC x64, target is 17763.1 LTSC and did not run any /restorehealth or sfc /scannow cmd): Code: ============================================================ [1] Target (x64): "h:\W10UI_4.X\17763.1_Work_x64_US" [2] Updates: "h:\W10UI_4.X\17763.1_Updates_x64" [3] DISM: "Host OS" [4] Enable .NET 3.5: YES [5] Cleanup System Image: YES [6] Reset Image Base: YES [7] Update WinRE.wim: YES [8] Install.wim selected indexes: 3 / [K] Keep indexes: Selected [M] Mount Directory: "c:\W10UImount_17151" [E] Extraction Directory: "H:\W10UItemp_28494" ============================================================ Change a menu option, press 0 to start the process, or 9 to exit: Code: ============================================================ Running W10UI v7.7 ============================================================ ============================================================ Extracting files from update cabinets (.cab) *** This will require some disk space, please be patient *** ============================================================ 1/6: Windows10.0-KB4486153-x64_Dotnet48_10.0.1.3106.cab 2/6: Windows10.0-KB4516115-x64_Flash.cab 3/6: Windows10.0-KB4523204-x64_SSU_17763.850.1.2.cab 4/6: windows10.0-kb4524761-x64_DU_Sources.cab 5/6: Windows10.0-KB4534131-x64-NDP48_CU_3115.cab 6/6: Windows10.0-KB4534321-x64_PSFX_CU_1012.cab ============================================================ Mounting sources\install.wim - index 3/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 3 - Adding package Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.3106 [==========================100.0%==========================] Processing 2 of 3 - Adding package Package_for_KB4516115~31bf3856ad364e35~amd64~~10.0.1.1 [==========================100.0%==========================] Processing 3 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.3115 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting OS image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [===========================99.7%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [===========================60.0%== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : H:\W10UI_4.X\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding updated winre.wim ============================================================ 1 file(s) copied. ============================================================ Unmounting sources\install.wim - index 3/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : h:\W10UI_4.X\17763.1_Work_x64_US\sources\install.wim Image Index : 3 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\install.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : h:\W10UI_4.X\17763.1_Work_x64_US\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [===========================99.7%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [===========================60.0%== ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : h:\W10UI_4.X\17763.1_Work_x64_US\sources\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\boot.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2007. All rights reserved. For Microsoft internal use only. Scanning source tree (500 files in 36 directories) Scanning source tree complete (940 files in 83 directories) Computing directory information complete Image file is 4196237312 bytes (before optimization) Writing 940 files in 83 directories to Win10_17763.1012_x64_2020-01-26.iso 100% complete Storage optimization saved 25 files, 14204928 bytes (1% of image) After optimization, image file is 4184162304 bytes Space saved because of embedding, sparseness or optimization = 14204928 Done. ============================================================ Finished ============================================================ Press 9 to exit. But shouldn't the dotnetfx48 CU be re-integrated too, after resetbase and enabling dotnetfx35? Will run 7.8 too Code: ============================================================ [1] Target (x64): "h:\W10UI_4.X\17763.1_Work_x64_US" [2] Updates: "h:\W10UI_4.X\17763.1_Updates_x64" [3] DISM: "Host OS" [4] Enable .NET 3.5: YES [5] Cleanup System Image: YES [6] Reset Image Base: YES [7] Update WinRE.wim: YES [8] Install.wim selected indexes: 3 / [K] Keep indexes: Selected [M] Mount Directory: "c:\W10UImount_29182" [E] Extraction Directory: "H:\W10UItemp_9190" ============================================================ Change a menu option, press 0 to start the process, or 9 to exit: Code: ============================================================ Running W10UI v7.8 ============================================================ ============================================================ Extracting files from update cabinets (.cab) *** This will require some disk space, please be patient *** ============================================================ 1/6: Windows10.0-KB4486153-x64_Dotnet48_10.0.1.3106.cab 2/6: Windows10.0-KB4516115-x64_Flash.cab 3/6: Windows10.0-KB4523204-x64_SSU_17763.850.1.2.cab 4/6: windows10.0-kb4524761-x64_DU_Sources.cab 5/6: Windows10.0-KB4534131-x64-NDP48_CU_3115.cab 6/6: Windows10.0-KB4534321-x64_PSFX_CU_1012.cab ============================================================ Mounting sources\install.wim - index 3/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 3 - Adding package Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.3106 [==========================100.0%==========================] Processing 2 of 3 - Adding package Package_for_KB4516115~31bf3856ad364e35~amd64~~10.0.1.1 [==========================100.0%==========================] Processing 3 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.3115 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting OS image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [=========== 20.0% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : H:\W10UI_4.X\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding updated winre.wim ============================================================ 1 file(s) copied. ============================================================ Unmounting sources\install.wim - index 3/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : h:\W10UI_4.X\17763.1_Work_x64_US\sources\install.wim Image Index : 3 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\install.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [===========================99.7%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : h:\W10UI_4.X\17763.1_Work_x64_US\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB4523204~31bf3856ad364e35~amd64~~17763.850.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1012.1.6 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [===========================99.7%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image Version: 10.0.17763.1012 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Image File : h:\W10UI_4.X\17763.1_Work_x64_US\sources\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Rebuilding sources\boot.wim ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.771 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2007. All rights reserved. For Microsoft internal use only. Scanning source tree (500 files in 36 directories) Scanning source tree complete (940 files in 83 directories) Computing directory information complete Image file is 4195516416 bytes (before optimization) Writing 940 files in 83 directories to Win10_17763.1012_x64_2020-01-26.iso 100% complete Storage optimization saved 25 files, 14204928 bytes (1% of image) After optimization, image file is 4183437312 bytes Space saved because of embedding, sparseness or optimization = 14204928 Done. ============================================================ Finished ============================================================ Press 9 to exit. Same result