windowsinno-setupdigital-signatureuninstallation

How to digitally sign Inno Setup generated uninstallation file?


Windows Logo Program requires that the unins000.exe, generated by Inno Setup, is signed. The only way I devised to do that is by unpacking the installer, signing and then repacking it again. Isn't there an easier way?

I have found an Inno Unpacker, but I'm not sure about how to repack it.


Solution

  • In version 5.2.4 of Inno Setup, a new [Setup] section directive was added to help sign setup.exe and the uninstall:

    Added new [Setup] section directive: SignTool, which makes it possible to further automate digital signing of Setup and Uninstall. See the help file for more information.

    References:
    https://jrsoftware.org/ishelp/index.php?topic=setup_signtool https://jrsoftware.org/files/is5.5-whatsnew.htm#5.2.4