Signing (authenticode) problem

Common questions about using Actual Installer.
Post Reply
TGoertler
Posts: 1
Joined: Thu Jul 01, 2010 11:54 am

Signing (authenticode) problem

Post by TGoertler »

I currently use Actual Installer 3.6 and tried to sign the setup.exe file. After signing ends I start the Setup file but it says: "The setup file is corrupted".

Here's what I use to sign the setup.exe file:

Code: Select all

signtool.exe sign /f "C:\mykey.pfx" /t "http://timestamp.comodoca.com/authenticode" /d "my name" /du "http://www.mywebsite.com" /v setup.exe
I use the same code to sign my program files. Do anybody have a suggestion what's going wrong here or what I should do that signing works?

Thank you in advance,
Thomas
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: Signing (authenticode) problem

Post by Leo »

You just need to unselect the 'Custom Icon' option on the 'General-Graphics' page. Then rebuild your project and try to sign.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply