@Enthousiast I had a doubt with du. Are dynamic updates mandatory for a freshly installed OS or optional.can i just install cu instead of du?
@abbodi1406 I run the script you gave me but there was an error, looks like it doesn't recognize the directory of the extracted image
Mount and extract the contents of the ISO (D:\es_windows_10_enterprise_ltsc_2019_x64_dvd_e94f898f) into a folder (e.g. c:\win10), then point W10UI at that folder.
Mounting is also enough, that program will do the rest, he has to point to the Drive which is mounted
@abbodi1406 still errors during updates integration, specifically at the dotnetfx3 enabling, check the edited previous post.
@abbodi1406 , just as @Enthousiast I got the same errors. same script config as before Spoiler: system Code: @setlocal DisableDelayedExpansion @set uiv=v7.6 @echo off :: enable debug mode, you must also set target and repo (if updates are not beside the script) set _Debug=1 :: when changing below options, recommended to set the new values between = and " marks :: target distribution, wim file or offline image :: leave it blank to update current online os, or automatically detect wim file next to the script set "Target=D:\es_windows_10_enterprise_ltsc_2019_x64_dvd_e94f898f" :: updates location :: leave it blank to automatically detect the current script directory set "Repo=D:\brewing" :: dism.exe tool custom path (if Host OS is not Win10 and no Win10 ADK installed) set "DismRoot=dism.exe" :: enable .NET 3.5 feature set Net35=1 :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab set "Net35Source=" :: Cleanup OS images to "compress" superseded components (might take long time to complete) set Cleanup=0 :: Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature) :: require first to set Cleanup=1 set ResetBase=0 :: update winre.wim if detected inside install.wim set WinRE=1 :: optional, set directory for temporary extracted files (default is on the same drive as the script) set "_CabDir=W10UItemp" :: optional, set mount directory for updating wim files (default is on the same drive as the script) set "MountDir=W10UImount" set "WinreMount=W10UImountre" :: start the process directly once you execute the script, as long as the other options are correctly set set AutoStart=0 :: # Options for distribution target only # :: convert install.wim to install.esd :: warning: the process will consume very high amount of CPU and RAM resources set wim2esd=0 :: create new iso file :: require Win10 ADK, or place oscdimg.exe or cdimage.exe next to the script set ISO=1 :: folder path for iso file, leave it blank to create in the script current directory set "ISODir=D:\hot" :: delete DVD distribution folder after creating updated ISO set Delete_Source=0 You mentioned it worked for you with older Updates, those had a separate patch fix from dotnetCU when integrating dotnet48, but this month the patch wasn't separate it seems.
Same errors and this is the new log DismNetFx3.rar Code: ============================================================ Running W10UI v7.6 ============================================================ ============================================================ 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.2919.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-KB4530715-x64_PSFX_CU_914.cab 6/6: Windows10.0-KB4533001-x64-NDP48_CU_3068.cab ============================================================ Mounting sources\install.wim - index 3/4 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 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.1 Image Version: 10.0.17763.1 Processing 1 of 3 - Adding package Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.2919 [==========================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.3068 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Enabling feature(s) [==========================100.0%==========================] Error: 50 The operation is complete but NetFx3 feature was not enabled. The DISM log file can be found at C:\W10UI_7.6\DismNetFx3.log ============================================================ Reinstalling cumulative update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Processing 1 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.1.3068 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] Error: 0x800f081e The specified package is not applicable to this image. The command completed with errors. For more information, refer to the log file. The DISM log file can be found at C:\W10UI_7.6\DismNetFx3.log ============================================================ Updating winre.wim ============================================================ 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: 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.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 [===========================60.0%== ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : C:\W10UI_7.6\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.1 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.1 Image File : C:\W10UI_7.6\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.1 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.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 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.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : C:\W10UI_7.6\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.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 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.1 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.914.1.4 [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.914 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image File : C:\W10UI_7.6\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.1 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.17763.1 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 (943 files in 86 directories) Computing directory information complete Image file is 5037391872 bytes (before optimization) Writing 943 files in 86 directories to Win10_17763.914_x64_2019-12-30.iso 100% complete Storage optimization saved 25 files, 14204928 bytes (1% of image) After optimization, image file is 5025314816 bytes Space saved because of embedding, sparseness or optimization = 14204928 Done. ============================================================ Finished ============================================================ Press 9 to exit.
@ Thanks then it's a bug in Dism or Servicing stack i cannot fix that did you try with ADK installed?