Is there a way to uupdump the latest net framework 4.81 into the Windows 11 ISO instead of the old 3.x? find a cab only from 3.x.
The UUP system currently only provides NDP35-481 CUs for dev channel builds and only at the initial .1 releases. You can create the UUPs folder and add the desired NDP35-481 CU (from catalog) before you start the download or conversion and it will be integrated too.
Why not use from 24H2 iso? Code: \sources\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
It would only work for 21H2 22H2 and later change the NetFx3 package wrapper to depend on LCU (you need to reinstall it afterwards) i don't think it's worth it
Refreshed v10 to fix issue with installation script i also forgot to mention that it support Windows 11 build 26100
On the latest version, I've been getting this error when trying to install on W10 x64 IoT 21H2: Tried the older version to see if it was something I was doing wrong, but that installs fine.
Yes newest "u" version. I extracted the contents and noticed these lines in the script: DISM.exe /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:. :: DISM.exe /Online /NoRestart /Add-Package /PackagePath:update.mum Changed it to just: DISM.exe /Online /NoRestart /Add-Package /PackagePath:update.mum and the installer ran and completed fine.