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?

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
  • 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 12 Apr 2019, 18:35 last edited by Yash001 4 Dec 2019, 18:36
    #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
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 12 Apr 2019, 19:21 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

      2/2

      12 Apr 2019, 19:21

      • Login

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