PDA

View Full Version : digital signing problem



cwtart
01-12-2010, 03:02 PM
Hello,

I have digital signing finally added to my project but have a problem - only the installer .exe is signed. The uninstaller is not signed even though the compiler says it was and none of the app files are signed. I have the pfx file added to the general information digital signature window and the path to signcode.exe is correct. The compiler states the uninstall exe is successfully signed but it is not signed. I am using SB 7.0.2762, Any suggestions?

linder
01-13-2010, 12:21 AM
Chuck,

If you are using .PFX, you have to use SignTool.exe and NOT SignCode.exe.

See screenshot from the documentation.

SignCode.exe makes use of using .spc/.pvk.

Does this help?

Friedrich