Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Publisher Certificate to Cx_freeze msi bundle?

I'm trying to make an " msi " using cx_freeze. When I distribute it to users, it's showing unknown publisher.

How to get publisher certificates, How can I add it to cx_freeze?

like image 820
7H3 IN5ID3R Avatar asked Oct 23 '25 18:10

7H3 IN5ID3R


1 Answers

You need to purchase a certificate from a certified vendor, like Verisign or Thawte. The certificate must be a code signing Microsoft Authenticode certificate.

Sign your binaries and the MSI with this certificate and your users will now see your company info in the UAC prompt from now on.

EDIT To sign the files you can use SignTool.exe

like image 114
Bogdan Mitrache Avatar answered Oct 26 '25 08:10

Bogdan Mitrache



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!