Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Development
  4. Windows APP Cert Kit Error

Windows APP Cert Kit Error

Scheduled Pinned Locked Moved Windows Development
cryptographyhelpquestionannouncement
3 Posts 2 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gennady46
    wrote on last edited by
    #1

    I am trying to sign .EXE application and also a .MSI installer, and to create a .PFX certificate file, since this program asks for it, it is Paquet Builder 2021. I tried to use Windows APP Cert Kit which is installed on my PC. I have Windows Home Edition 64-bit. The Error says "Windows APP Cert Kit 3.3 is not supported on this version of Windows.... " Are there other ways to create a PFX file? Get back thanks.

    D 1 Reply Last reply
    0
    • G Gennady46

      I am trying to sign .EXE application and also a .MSI installer, and to create a .PFX certificate file, since this program asks for it, it is Paquet Builder 2021. I tried to use Windows APP Cert Kit which is installed on my PC. I have Windows Home Edition 64-bit. The Error says "Windows APP Cert Kit 3.3 is not supported on this version of Windows.... " Are there other ways to create a PFX file? Get back thanks.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You can use the SIGNTOOL that comes with Visual Studio to sign the files. You'll have to open the Developer Command Prompt to use it. Just type "developer" into the Windows search bar to find it. If you're going to distribute the resulting signed files to public customers or is otherwise public facing, you MUST use a certificate from a trusted third-party certificate authority, like Verisign. You cannot use a self-signed cert for this, otherwise the certificate will not be trusted as it cannot be verified by a publicly trusted CA. WACK does not work on the Home edition of Windows. You would have to upgrade to the Pro edition or higher.

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak

      G 1 Reply Last reply
      0
      • D Dave Kreskowiak

        You can use the SIGNTOOL that comes with Visual Studio to sign the files. You'll have to open the Developer Command Prompt to use it. Just type "developer" into the Windows search bar to find it. If you're going to distribute the resulting signed files to public customers or is otherwise public facing, you MUST use a certificate from a trusted third-party certificate authority, like Verisign. You cannot use a self-signed cert for this, otherwise the certificate will not be trusted as it cannot be verified by a publicly trusted CA. WACK does not work on the Home edition of Windows. You would have to upgrade to the Pro edition or higher.

        Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak

        G Offline
        G Offline
        Gennady46
        wrote on last edited by
        #3

        Will try, I get back if I have any issues, best regards. :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups