Q: In Reconstruction script, how to disable AzureArcSetup on 20348 Server Desktop Experience with the latest CU? A: Disable it after CU has been installed. Q: But I don't know from which CU build does it start. A: Just check its existency. Code: if exist %MT%\Windows\servicing\Packages\*AzureArcSetup*.mum ( echo. echo ------------------------------------------------------------ echo Disable Server Features echo ------------------------------------------------------------ echo. for /d %%i in (AzureArcSetup) do (echo %%i&dism /english /quiet /image:%MT% /disable-feature /featurename:%%i) )
You can not edit manifest files if you can not create a valid signed catolog (.cat) file of that manifest. Forget about editing manifests. Edit just mums.
Q: Is it OK to have a cat file in blank content? A: If the package mum is for "Parent" packages only, it is OK.
@Javac75, the script works for me after editing line #37. Code: set "DISM=%ROOT%\DISM0\Dism.exe /English"
He meant, he didn't get dism in Bedi 7.44 and that's right. Dism are in Bedi 7.23. @wtfjajaja You can use any dism, put it in Bedi folder, name it Dism0. Or if you want to use your windows host dism, replace the variable Code: set "DISM=Dism.exe /English"
Since nobody review it, I have doing all alone. And now I put Bedi under services. Not ready to publish.
[Feedback@iamaHUN] The packages in the following scripts are accepted by official CUs. Thanks. ProfessionalN_to_EnterpriseSN_19041.1_x64.7z ProfessionalN_to_EnterpriseSN_19041.1_x86.7z Professional_to_EnterpriseSN_19041.1_arm64.7z and Professional_to_EnterpriseS_17763.1_arm64.7z ProfessionalN_to_EnterpriseSN_17763.1_arm64.7z