Hi,
I'm trying to update my install.wim with the new update from February 2019 using DISM from the cmd line. I extracted the .cab from the .msu file and I installed the latest SSU for the image but I'm still getting this error :
Processing 1 of 1 - Adding package Package_for_KB4486458~31bf3856ad364e35~amd64~~10.0.1.0
[==========================100.0%==========================]
Error: 0x800f081e
The specified package is not applicable to this image.
And in the log:
Extraction of file: update.ses failed because it is not present in the container
DpxException hr=0x80070002 code=0x020109
Not able to add file to extract: update.ses [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
Appl: detect Parent, Package: Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~14393.2791.1.6, Parent: Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2724.1.3, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: EQ, Exist: present
Appl: detectParent (exact match): Parent: Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2724.1.3, parent state: Absent
Appl: Evaluating package applicability for package Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~14393.2791.1.6, applicable state: Absent
DISM DISM Package Manager: PID=12108 TID=19020 Package Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~14393.2791.1.6 with CBS state 0(CbsInstallStateAbsent) being mapped to dism state 1(DISM_INSTALL_STATE_NOTPRESENT) - CDISMPackage::LogInstallStateMapping
DISM DISM Package Manager: PID=12108 TID=19020 The package Package_for_RollupFix_Wrapper is not applicable to the image. - CPackageManagerCLIHandler::Private_ProcessPackageChange
Any idea what I'm doing wrong? Any help is appreciated.
Thanks