WindowsAppSDK
WindowsAppSDK copied to clipboard
AppInstaller Deployment Error 0x8000FFFF on Windows 11
Describe the bug
Windows 11 Visual Studio 2022 Windows App SDK 1.0.0 .NET 6.0
Create a Blank App, Packaged with Windows Application Packaging Project (WinUI 3 in Desktop) in VS2022 and deploy with msix (signed with our own certificate) failed with the following error:
App installation failed with error message: Deployment Add operation with target volume C: on Package 4eb10ded-58a9-4b9c-81c3-bfac9c4921b7_1.0.1.0_neutral_~_kq0sfy6qzc504 from: (App8%20(Package)_1.0.1.0_x64.msixbundle) failed with error 0x8000FFFF. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x8000ffff)
Test Package https://barcoderesource.com/testdownload/
Steps to reproduce the bug
- Create a new "Blank App, Packaged with Windows Application Packaging Project (WinUI 3 in Desktop)".
- Signed the package with our own certificate : App (Package) -> Package.appxmanifest -> Packaging -> 3. Choose Certificate
- Upload to website
- Download package and install
Expected behavior
No response
Screenshots
NuGet package version
1.0.0
Packaging type
Packaged (MSIX)
Windows version
Windows 11 (22000)
IDE
Visual Studio 2022
Additional context
No response
Facing same issue after upgrading to 1.1.1.
hmm, this fell off the radar completely. @BarcodeResource do you still have this issue?
Same issue here. Tried with 1.1.1 and 1.1.2. App Installer version: 1.17.11601.0
works for me. @MikeHillberg @DrusTheAxe, did you hear anything like this?
I'm still facing this error in 1.1.2 (0x8000FFFF). Is there anything I can do to help to solve this? Log something, try without signing...
Well, now it is working. What happened:
- I tried to install the x86 version of the package
- In the process, the Microsoft Store showed a popup saying the WindowsAppRuntime.1.1 was just installed
- The x86 version of my package installed fine.
- Then I unistalled the x86 version and installed the x64 version, and the it installed fine.
Is it possible that I had the WindowsAppRuntime.1.1 not installed or outdated?
I am facing the same issue on windows 10. Basically I created a UWP app - installed it and then migrated to sdk, upgraded the version and then trying to install it. I get exactly issue with no logs of what is going wrong. huichen123 Can you let me know why this could happen?
App installation failed with error message: Deployment Add operation with target volume C: on Package 36148Vagisha.BasicUWPApp_1.0.10.0_x86__4mc14ffpd8dt0 from: (BasicUWPApp_1.0.10.0_x86.msix) failed with error 0x80073CF3. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf3)