WindowsAppSDK icon indicating copy to clipboard operation
WindowsAppSDK copied to clipboard

AppInstaller Deployment Error 0x8000FFFF on Windows 11

Open BarcodeResource opened this issue 3 years ago • 6 comments

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

  1. Create a new "Blank App, Packaged with Windows Application Packaging Project (WinUI 3 in Desktop)".
  2. Signed the package with our own certificate : App (Package) -> Package.appxmanifest -> Packaging -> 3. Choose Certificate
  3. Upload to website
  4. Download package and install

Expected behavior

No response

Screenshots

142723079-ad1caa9e-ee3f-41e4-a30e-912a60c3cffb

NuGet package version

1.0.0

Packaging type

Packaged (MSIX)

Windows version

Windows 11 (22000)

IDE

Visual Studio 2022

Additional context

No response

BarcodeResource avatar Nov 22 '21 07:11 BarcodeResource

Facing same issue after upgrading to 1.1.1. image

germanfortiz avatar Jun 21 '22 15:06 germanfortiz

hmm, this fell off the radar completely. @BarcodeResource do you still have this issue?

huichen123 avatar Jun 21 '22 20:06 huichen123

Same issue here. Tried with 1.1.1 and 1.1.2. App Installer version: 1.17.11601.0

AppInsaller

IstvanKor avatar Jul 03 '22 10:07 IstvanKor

works for me. @MikeHillberg @DrusTheAxe, did you hear anything like this?

huichen123 avatar Jul 05 '22 18:07 huichen123

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...

germanfortiz avatar Jul 06 '22 12:07 germanfortiz

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 image
  • 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?

germanfortiz avatar Jul 06 '22 13:07 germanfortiz

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)

vagisha-nidhi195 avatar Jan 14 '23 00:01 vagisha-nidhi195