No. Code: @echo off set tempdir=d:\temp set pkg=d:\pkg set wim=d:\install.wim set index=1 set mount=d:\mount set lp=d:\lp set SSU=d:\KB5034861.esd set LCU=d:\KB5034769.esd md %tempdir%\output cd /d %tempdir% echo ^<?xml version="1.0" encoding="utf-8"?^>^ ^<unattend xmlns="urn:schemas-microsoft-com:unattend"^>^ ^<servicing^>^ ^<package action="remove"^>^ ^<assemblyIdentity name="Microsoft-Windows-ServerTurbineCorEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /^>^ ^</package^>^ ^<package action="remove"^>^ ^<assemblyIdentity name="Microsoft-Windows-ServerDatacenterCorEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /^>^ ^</package^>^ ^<package action="install"^>^ ^<assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /^>^ ^<source location="%pkg%\Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum" /^>^ ^</package^>^ ^</servicing^>^ ^</unattend^> >unattend.xml dism /mount-wim /wimfile:%wim% /index:%index% /mountdir:%mount% /logpath:mount.log > mountp.log dism /image:%mount% /apply-unattend:unattend.xml /logpath:apply.log > applyp.log dism /image:%mount% /add-package:%lp% /logpath:addlp.log > addlpp.log dism /image:%mount% /add-package /packagepath:%SSU% /packagepath:%LCU% /logpath:addlcu.log > addlcup.log dism /unmount-wim /mountdir:%mount% /commit /logpath:unmount.log > unmountp.log
It installed without any problems, but it reacts late from time to time, so I'll ignore that from now on.
The official CU only supports Pro (and Pro based virtual editions) en-US, and I have completed 80% of the CU I created
This is unlikely. My computer's performance is very poor, and in my opinion, the file reading performance of PowerShell is very poor, too. It takes several hours just to generate CDF files.