PDA

View Full Version : Code Certificate not showing



NewsArchive
02-22-2007, 02:21 AM
Good Day All,
I have my installation going now thanks to Friedrich's help including the
Code Certificate. I do not get an error when during the compile and the
messages indicate the Code was signed successfully.

But when I downloaded from my site and run the install was not trusted.

What am I missing? Do the files have to be uploaded too?

Thanks,
Bob

NewsArchive
02-22-2007, 02:21 AM
Bob,

Right click on your installer and look for the digital signatures tab,
if it is not there it is not properly code signed. If it is then
check the certificates.

Guessing here: Be sure to sign the installer (General->Digital
Signature) as well as your exe's. Also don't forget vista aware
manifest's.

- Kelly

NewsArchive
02-22-2007, 02:21 AM
Thank you Kelly. I did as you said, I can see my company, email and the
certificate. On the General Tab: This digital signature is OK. The only
thing I do not have filled is the time stamp...

What do I do about the manifest?

Thanks, Bob

NewsArchive
02-22-2007, 02:22 AM
Bob,

>What do I do about the manifest?

Have a look at "#embed Vista manifest" in the script editor or help.

- Kelly

NewsArchive
02-22-2007, 06:08 AM
Hi Bob,

Code-sign "verification" is completely out of your (or our) control. It's a
Windows "feature".

You can use "chktrust.exe" to check your signature before distributing your
file. But if the SetupBuilder compiler did not report an error, then it is
code signed OK.

If you are interested, please see:
http://www.instantssl.com/code-signing/code-signing-process.html

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
02-22-2007, 09:41 AM
Where in the script editor does the "#embed..." need to be. I did insert it
and the project compiled but I want to be sure.

I could not find one of the examples that had this demonstrated.

Thanks,
Bob