Skip to content

Windows MSIX (v2.1.0) has no digital signature - Add-AppxPackage fails with 0x80073CFD #570

Description

@Abdelali0669

Description:
The Windows x64 MSIX installer for v2.1.0 fails to install with error 0x80073CFD. Investigation shows the package has no digital signature at all (SignatureType: None), which Windows requires for MSIX installation regardless of Developer Mode settings.

Steps to reproduce:

  1. Download PearPass-Desktop-Windows-x64-v2.1.0.msix from the official website (pass.pears.com) or GitHub Releases
  2. Verify SHA256 checksum matches the published value (confirmed matching: 9a678bb8e62b4808da435a75a6af179606b50e8bf0f6da878bbd55da8c92ea2a)
  3. Enable Windows Developer Mode
  4. Run: Add-AppxPackage -Path "PearPass-Desktop-Windows-x64-v2.1.0.msix"

Expected: Package installs successfully
Actual: Installation fails with error 0x80073CFD

Diagnostic output:
Get-AuthenticodeSignature shows:

  • Status: UnknownError
  • StatusMessage: The form specified for the subject is not one supported or known by the specified trust provider
  • SignatureType: None
  • SignerCertificate: (null)

File properties in Windows Explorer confirm no "Digital Signatures" tab exists at all.

Environment:

  • Windows 10
  • File verified as authentic (SHA256 matches official release)

This appears to be a packaging/signing issue on the release side, not a corrupted download.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions