We are using InnoSetup 5.3.5 to build our Installers (in combination with Final Builder 6). Since 5.2.4 (2009-03-16) http://www.jrsoftware.org/files/is5-whatsnew.htm) they support SignTools for signing installer and uninstaller. If you want to use this feature i need a possibility to add parameters in the InnoSetup Action. Is their any posibility? I tried to use the cmd-action but I don't get any logs out there.
We use the Inno setup compiler DLL which doesn’t currently have support for this. The workaround however is simple, use the Authenticode action in FinalBuilder.
Yes this will work at first sight, but the InnoInstaller SignTool is doing two things:
first it is creating the uninstaller and sign it and after this step it packs this signed uninstaller into the installation file and signs that, too.
So your uninstaller is signed too after this process.
With your workaround you will only get a certification on the installer not on the uninstaller which is included in the installer file after compiling.