You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Apparently 1809 version is no longer supported by Microsoft, and I'm currently on 10.0.19041.1, So I'm having a message saying Error: 10.0.19041.1 is not supported. Please install 1809 version (10.0.17763.1)
So when I try to build a FFU image I have the following errors:
This will take a while...
imageapp : ERROR : ThreadId11708 System.IO.FileNotFoundException: Package is missing from \\?\C:\Program Files (x86)\Windows Kits\10\MSPackages\Retail\AMD64\fre\Microsoft.IoTUAP.IoTUAPProductSpecificFM~31bf3856ad364e35~AMD64~~.cab
Nombre de archivo: '\\?\C:\Program Files (x86)\Windows Kits\10\MSPackages\Retail\AMD64\fre\Microsoft.IoTUAP.IoTUAPProductSpecificFM~31bf3856ad364e35~AMD64~~.cab'
en Microsoft.WindowsPhone.FeatureAPI.EditionPackage.GetPackagePath(String msPackageRoot, String cpuType, String buildType)
en Microsoft.WindowsPhone.Imaging.Imaging.GetPackageInfoFromEditionPackage(EditionPackage pkg, String buildType)
en Microsoft.WindowsPhone.Imaging.Imaging.ProcessFMs()
en Microsoft.WindowsPhone.Imaging.Imaging.GenerateInputFile(List`1 packages)
en Microsoft.WindowsPhone.Imaging.Imaging.SelectPackagesToImage(Boolean recovery)
en Microsoft.WindowsPhone.Imaging.Imaging.CreateFullImage(Boolean randomizeGptIds, Boolean recovery, Guid imagingSessionId)
en Microsoft.WindowsPhone.Imaging.Imaging.ProcessImage(Boolean randomizeGptIds, Boolean recovery)
imageapp : ERROR : ThreadId11708 An unhandled exception was thrown: System.IO.FileNotFoundException: Package is missing from \\?\C:\Program Files (x86)\Windows Kits\10\MSPackages\Retail\AMD64\fre\Microsoft.IoTUAP.IoTUAPProductSpecificFM~31bf3856ad364e35~AMD64~~.cab
Nombre de archivo: '\\?\C:\Program Files (x86)\Windows Kits\10\MSPackages\Retail\AMD64\fre\Microsoft.IoTUAP.IoTUAPProductSpecificFM~31bf3856ad364e35~AMD64~~.cab'
en Microsoft.WindowsPhone.FeatureAPI.EditionPackage.GetPackagePath(String msPackageRoot, String cpuType, String buildType)
en Microsoft.WindowsPhone.Imaging.Imaging.GetPackageInfoFromEditionPackage(EditionPackage pkg, String buildType)
en Microsoft.WindowsPhone.Imaging.Imaging.ProcessFMs()
en Microsoft.WindowsPhone.Imaging.Imaging.GenerateInputFile(List`1 packages)
en Microsoft.WindowsPhone.Imaging.Imaging.SelectPackagesToImage(Boolean recovery)
en Microsoft.WindowsPhone.Imaging.Imaging.CreateFullImage(Boolean randomizeGptIds, Boolean recovery, Guid imagingSessionId)
en Microsoft.WindowsPhone.Imaging.Imaging.ProcessImage(Boolean randomizeGptIds, Boolean recovery)
Error: Build failed
Apparently in 11/05/2021 the 1809 version will reach the end of support, according to this article, so what alternatives have I to create and deploy Windows 10 IoT Enterprise images?
I've been researching and version what I was looking for is the LTSC version. So this is not a real issue and I'm closing it. If you install this LTSC version you would be able to run without problems this addonkit.
Apparently 1809 version is no longer supported by Microsoft, and I'm currently on
10.0.19041.1
, So I'm having a message sayingError: 10.0.19041.1 is not supported. Please install 1809 version (10.0.17763.1)
So when I try to build a FFU image I have the following errors:
As you can see I've followed all your instructions
However in the second line of this last snippet you can see the message about versions incompatibility.
I'm not sure if this is a duplicate of #342 but I'd say the problem is because of the W10 versions.
Question: Is there at least a way to get a 1809 copy of Windows 10? Because apparently there is no way to get it.
The text was updated successfully, but these errors were encountered: