Closed
Description
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