Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to digitally sign Inno Setup generated uninstallation file?

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.

like image 727
Jader Dias Avatar asked Oct 18 '10 18:10

Jader Dias


People also ask

How do I make an inno file executable?

Go to Menu, Project, then Compile to compile and create the setup file. This will create a complete installer. Run the Setup and your application will be installed correctly. Innosetup offers an awesome alternative to create great looking Installers for free.

What is Inno Setup file?

Inno Setup is a free software script-driven installation system created in Delphi by Jordan Russell. The first version was released in 1997. Inno Setup. Screenshot of the Inno Setup IDE running on Windows 7. Developer(s)

How do I create a custom page in Inno?

Text := 'TMemo'; Memo. Parent := Page. Surface; Lbl := TLabel. Create(Page); Lbl.


Video Answer


1 Answers

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

like image 167
mirtheil Avatar answered Sep 24 '22 13:09

mirtheil



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!