Question

Windows Logo Program requires that the unins000.exe, generated by Inno, 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.

Was it helpful?

Solution

In version 5.2.4 of InnoSetup, 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.

Source: http://www.jrsoftware.org/files/is5-whatsnew.htm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top