Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to remove Unknown Publisher from User control Access dialog box?
Forum Updated to NodeBB v4.3 + New Features

How to remove Unknown Publisher from User control Access dialog box?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
installerbinarycreatormaintenanceqt5.6c++
2 Posts 2 Posters 2.1k 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.
  • Y Offline
    Y Offline
    Yash001
    wrote on last edited by Yash001
    #1

    Hi

    How can I give some good name instead of Unknown?

    0_1555093773199_b0dfb7ca-5700-4cfb-b8ee-da03b152e81a-image.png

    I mention publisher in config.xml file, and I am getting publisher name in Uninstall Program menu (Inside Control panel). But I am not getting publisher while installing program.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to sign your installer and app executable using a certificate. You can get such cert. from many companies, just Google for it. It costs between 100-400 US dollars, certificate is usually valid for a few years (1-3).

      Once you have the certificate, you can sign any exe with:

      signtool.exe sign /t http://timestamp.digicert.com /f yourCertFile.pfx app.exe
      

      And then verify the signature with:

      signtool.exe verify /pa /v app.exe
      

      The signtool.exe is part of Windows SDK, which you can get from Microsoft, free of charge.

      (Z(:^

      1 Reply Last reply
      5

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved