Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt Installer Framework: How to sign the maintenancetool.exe

I have build an installer for my application with the QtIFW2.0.1 on Windows. As we offer the installer for download, I have signed the installer executable with a valid certificate. So our verified name shows up while the installation process ask for the needed access rights. Nevertheless there is an unpleasant messagebox if the user uninstalls, updates or changes our application via the maintenancetool.exe. How is it possible to extract the maintenancetool.exe, sign it and put it back in the installer executable?

like image 393
Christoph Schaefer Avatar asked Apr 19 '16 14:04

Christoph Schaefer


1 Answers

Maintenancetool signing in Windows (QTIFW-667) is possible since Qt Installer Framework version 3.1.0 which was released April 11th 2019.

like image 55
Christoph Schaefer Avatar answered Sep 29 '22 20:09

Christoph Schaefer