Is there any way to: 1. extract 2. apply ...new WIM/PSF format used for example in UUP-set Windows 11 Insider Preview 10.0.22635.4371 (ni_release) amd64/arm64? Thanks. BTW: Why are there two big KBs (MSUs) in b26100 UPP-sets? Did CU split to two different updates in W11 24H2?
Ah: 1. Applying WIM extracts WIM only files (manifests, cats and mums) not PSF. 2 PSFExtractor v3-07 (latest) doesn't work with the WIM/PSF format. 3. Script gives this error below. Thanks for 24H2 LCU info. If I use DISM, has the baseline to be also DISMed everytime or just later LCU? Or has the baseline just to present in the dir, when DISMing later LCU? It is so complicated. LOL Code: PS C:\__\__> P 'Windows11.0-KB5044398-x64.wim' Exception calling "Load" with "1" argument(s): "Soubor c:\__\__\Windows11.0-KB5044398-x64\express.psf.cix.xml nebyl nal ezen." At line:5 char:1 + $doc.Load($DirectoryName + "\express.psf.cix.xml") + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: :)) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException You cannot call a method on a null-valued expression. At line:7 char:8 + while (!$child.LocalName.Equals("Files")) {$child = $child.NextSiblin ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: :)) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull PS C:\__\__>
1. Yes, like cab extraction 2. use PSFExtractor (from uup-converter) 3. You didn't apply (extract) wim beforehand if you don't add a lang or FOD, you don't need to re-add baseline but it's best (or should) be exist next to latest LCU anyway
aaaaaaaaaaaaah It is a PROCEDURE with steps 1. Apply WIM + 2.... or 3. I thought that those are alternative variants (paths to go). Thanks.
OK, your PS script works (as always), but hint me to the 2nd alternative too: How to use PSFExtractor.exe v1-07a, when there is no CAB, and WIM is applied to C:\WIM directory?
extraction folder must be named after wim/cab file name (minus extension), and exist next to it example: C:\Windows11.0-KB5044398-x64 Code: PSFExtractor.exe C:\Windows11.0-KB5044398-x64.wim
Q: Is anybody able to compile me arm32 Midnight Commander? I offer nice donation + ethernal love in return. )
Does anyone have an invite for the Open RT discord channel or some place else that covers the same subjects?