- Messages
- 1,195
- Reaction score
- 234
For PS 2.0, there is that too
support.microsoft.com
Extracting the CU and removing the .msix I found two files with the same KBXXXXXXX in the name, one .psf and the other .Wim. Do you have a tutorial on how to create a .cab or .msu to integrate the ISO?dism.exe /Apply-Image /ImageFile:Windows11.0-KBXXXXXXX-x64.msu /Index:1 /ApplyDir:Update /NoAcl:all
Replace Windows11.0-KBXXXXXXX-x64.msu with the name of your msu file and create a folder (Update for me, in the same directory as the msu file) for extracting the files
Once you have extracted the .msu with 7zip or with this command, you delete all the MSIX files, then you use Abbodi's script to recompile the .msuExtracting the CU and removing the .msix I found two files with the same KBXXXXXXX in the name, one .psf and the other .Wim. Do you have a tutorial on how to create a .cab or .msu to integrate the ISO?