@Enthousiast I've just integrated the updates on a win8.1 x64 machine, No errors for dotnet appeared. I'm running the script in the same win10 x86 machine in debug mode and then I'll post the log file.
This is the script config, on win10 x86 Code: @setlocal DisableDelayedExpansion @set uiv=v7.5 @echo off :: enable debug mode, you must also set target and repo (if updates are not beside the script) set _Debug=1 :: target distribution or wim file :: leave it blank to update current online os, or automatically detect wim file beside 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, if the target is a distribution :: 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 And here a part of the log file with the errors, I don't know where to upload or paste the entire thing, it's too large Spoiler Code: >if exist "!mumtarget!\Windows\WinSxS\Temp\TransformerRollbackData\*" ( takeown /f "!mumtarget!\Windows\WinSxS\Temp\TransformerRollbackData\*" /R /A icacls "!mumtarget!\Windows\WinSxS\Temp\TransformerRollbackData\*" /grant *S-1-5-32-544:F /T del /s /f /q "!mumtarget!\Windows\WinSxS\Temp\TransformerRollbackData\*" ) >if exist "!mumtarget!\Windows\inf\*.log" (del /f /q "!mumtarget!\Windows\inf\*.log" ) >for /F "tokens=* delims=" %# in ('dir /b /ad "!mumtarget!\Windows\CbsTemp\" ') do rmdir /s /q "!mumtarget!\Windows\CbsTemp\%#\" >del /s /f /q "!mumtarget!\Windows\CbsTemp\*" >goto :eof >goto :eof >if exist "!mumtarget!\Windows\servicing\Packages\*WinPE-LanguagePack*.mum" goto :eof >if exist "!mumtarget!\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe" goto :eof >if not defined net35source ( for %# in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%#:\sources\sxs\*netfx3*.cab" set "net35source=%#:\sources\sxs" if 1 == 1 if exist "!target!\sources\sxs\*netfx3*.cab" set "net35source=!target!\sources\sxs" if 0 == 1 for %# in ("!target!") do ( set "_wimpath=%~dp#" if exist "!_wimpath!\sxs\*netfx3*.cab" set "net35source=!_wimpath!\sxs" ) ) >if exist "D:\sources\sxs\*netfx3*.cab" set "net35source=D:\sources\sxs" >if exist "E:\sources\sxs\*netfx3*.cab" set "net35source=E:\sources\sxs" >if exist "F:\sources\sxs\*netfx3*.cab" set "net35source=F:\sources\sxs" >if exist "G:\sources\sxs\*netfx3*.cab" set "net35source=G:\sources\sxs" >if exist "H:\sources\sxs\*netfx3*.cab" set "net35source=H:\sources\sxs" >if exist "I:\sources\sxs\*netfx3*.cab" set "net35source=I:\sources\sxs" >if exist "J:\sources\sxs\*netfx3*.cab" set "net35source=J:\sources\sxs" >if exist "K:\sources\sxs\*netfx3*.cab" set "net35source=K:\sources\sxs" >if exist "L:\sources\sxs\*netfx3*.cab" set "net35source=L:\sources\sxs" >if exist "M:\sources\sxs\*netfx3*.cab" set "net35source=M:\sources\sxs" >if exist "N:\sources\sxs\*netfx3*.cab" set "net35source=N:\sources\sxs" >if exist "O:\sources\sxs\*netfx3*.cab" set "net35source=O:\sources\sxs" >if exist "P:\sources\sxs\*netfx3*.cab" set "net35source=P:\sources\sxs" >if exist "Q:\sources\sxs\*netfx3*.cab" set "net35source=Q:\sources\sxs" >if exist "R:\sources\sxs\*netfx3*.cab" set "net35source=R:\sources\sxs" >if exist "S:\sources\sxs\*netfx3*.cab" set "net35source=S:\sources\sxs" >if exist "T:\sources\sxs\*netfx3*.cab" set "net35source=T:\sources\sxs" >if exist "U:\sources\sxs\*netfx3*.cab" set "net35source=U:\sources\sxs" >if exist "V:\sources\sxs\*netfx3*.cab" set "net35source=V:\sources\sxs" >if exist "W:\sources\sxs\*netfx3*.cab" set "net35source=W:\sources\sxs" >if exist "X:\sources\sxs\*netfx3*.cab" set "net35source=X:\sources\sxs" >if exist "Y:\sources\sxs\*netfx3*.cab" set "net35source=Y:\sources\sxs" >if exist "Z:\sources\sxs\*netfx3*.cab" set "net35source=Z:\sources\sxs" >if not defined net35source goto :eof >if not exist "!net35source!\*.cab" goto :eof >echo. >echo ============================================================ ============================================================ >echo Adding .NET Framework 3.5 feature Adding .NET Framework 3.5 feature >echo ============================================================ ============================================================ >cd /d "!net35source!" >dism.exe /English /ScratchDir:"!_cabdir!" /image:"D:\W10UImount_22304" /NoRestart /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:. Deployment Image Servicing and Management tool Version: 10.0.17763.1 Image Version: 10.0.17763.1 Enabling feature(s) [===========================61.0%=== ] [===========================62.2%==== ] [===========================62.4%==== ] [===========================62.5%==== ] [===========================62.6%==== ] [===========================62.7%==== ] [===========================63.5%==== ] [===========================64.0%===== ] [===========================64.8%===== ] [===========================65.0%===== ] [===========================65.0%===== ] [===========================65.0%===== ] [===========================65.0%===== ] [===========================65.5%===== ] [===========================65.8%====== ] [===========================66.0%====== ] [===========================66.0%====== ] [===========================66.5%====== ] [===========================66.5%====== ] [===========================66.5%====== ] [===========================66.5%====== ] [===========================67.5%======= ] [===========================68.5%======= ] [===========================69.5%======== ] [===========================70.5%======== ] [===========================71.0%========= ] [===========================71.6%========= ] [===========================72.6%========== ] [===========================73.6%========== ] [===========================74.6%=========== ] [===========================75.6%=========== ] [===========================76.0%============ ] [===========================76.0%============ ] [===========================76.0%============ ] [===========================76.0%============ ] [===========================76.0%============ ] [===========================76.0%============ ] [===========================76.3%============ ] [===========================76.3%============ ] [===========================77.5%============ ] [===========================78.7%============= ] [===========================79.9%============== ] [===========================81.2%=============== ] [===========================82.4%=============== ] [===========================83.1%================ ] [===========================83.9%================ ] [===========================84.3%================ ] [===========================85.0%================= ] [===========================85.5%================= ] [===========================86.0%================= ] [===========================86.5%================== ] [===========================87.1%================== ] [===========================87.5%================== ] [===========================88.0%=================== ] [===========================90.2%==================== ] [===========================91.2%==================== ] [===========================92.2%===================== ] [===========================92.8%===================== ] [===========================93.1%===================== ] [===========================93.1%===================== ] [===========================93.2%====================== ] [===========================93.2%====================== ] [===========================93.2%====================== ] [===========================93.2%====================== ] [===========================93.2%====================== ] [===========================93.2%====================== ] [===========================93.3%====================== ] [===========================93.4%====================== ] [===========================93.4%====================== ] [===========================93.4%====================== ] [===========================93.4%====================== ] [===========================93.4%====================== ] [===========================93.4%====================== ] [===========================93.4%====================== ] [===========================93.5%====================== ] [===========================93.7%====================== ] [===========================94.7%====================== ] [===========================95.0%======================= ] [===========================95.0%======================= ] [===========================95.0%======================= ] [==========================100.0%==========================] Error: 50 The operation is complete but NetFx3 feature was not enabled. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log >cd /d "!_cabdir!" >set _DNF=1 >if not defined netroll if not defined cumulative ( call :cleanup goto :eof ) >echo. >echo ============================================================ ============================================================ >echo Reinstalling cumulative update... Reinstalling cumulative update... >echo ============================================================ ============================================================ >dism.exe /English /ScratchDir:"!_cabdir!" /image:"D:\W10UImount_22304" /NoRestart /Add-Package /packagepath:Windows10.0-KB4533001-x64-NDP48\update.mum /packagepath:Windows10.0-KB4530715-x64_PSFX\update.mum 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 [ 0.1% ] [ 1.1% ] [= 2.1% ] [= 3.1% ] [== 4.1% ] [== 5.1% ] [=== 6.1% ] [==== 7.1% ] [==== 8.1% ] [===== 9.1% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [===== 10.0% ] [====== 11.0% ] [====== 12.0% ] [======= 13.0% ] [======== 14.0% ] [======== 15.0% ] [========= 16.0% ] [========= 17.0% ] [========== 18.0% ] [=========== 19.0% ] [=========== 20.0% ] [============ 21.0% ] [============ 22.0% ] [============= 23.0% ] [============= 24.0% ] [============== 25.0% ] [=============== 26.0% ] [=============== 27.0% ] [================ 28.0% ] [================ 29.0% ] [================= 30.0% ] [================= 31.0% ] [================== 32.0% ] [=================== 33.0% ] [=================== 34.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 35.0% ] [==================== 36.0% ] [===================== 37.0% ] [====================== 38.0% ] [====================== 39.0% ] [======================= 40.0% ] [======================= 41.0% ] [======================== 42.0% ] [======================== 43.0% ] [========================= 44.0% ] [========================== 45.0% ] [========================== 46.0% ] [===========================47.0% ] [===========================48.0% ] [===========================49.0% ] [===========================50.0% ] [===========================51.0% ] [===========================52.0% ] [===========================53.0% ] [===========================54.0% ] [===========================55.0% ] [===========================56.0% ] [===========================57.0%= ] [===========================58.0%= ] [===========================59.0%== ] [===========================60.0%== ] [===========================61.0%=== ] [===========================62.0%=== ] [===========================63.0%==== ] [===========================64.0%===== ] [===========================65.0%===== ] [===========================66.0%====== ] [===========================67.0%====== ] [===========================68.0%======= ] [===========================69.0%======== ] [===========================70.0%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.4%======== ] [===========================70.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:\Windows\Logs\DISM\dism.log
The issue is probably in Dism unless if it works with earlier version of W10UI (7.4 or 7.3)? if you still hve dism logs, 7z it and upload it, thanks
Can someone guide me to install en_windows_10_iot_enterprise_ltsc_2019_x64_dvd_a1aa819f.iso ? I installed but the system info does not display IOT but only LTSC .
@achernov Thanks but this only have boot.wim operations, install.wim operation are usually in dism.log.bak (if still exist) anyway, i will try to test the scenario myself
It still exists wow, I'll leave it here if still helps, I keep posting these one at a time, sorry for that
Many Thanks ! Looks Like IOT Enterprise was released so that people can customize it in their own way otherwise is same as LTSC one .