PDA

View Full Version : Code sign problem



NewsArchive
09-26-2008, 01:22 AM
I have produced a setup with code signing. When compiling there are
comments about signing the uninstaller and the htm file but not the
exe file.

This setup is based on another setup that signs all three files.

Any ideas?

Steve

--
Neural Planner Software Ltd http://www.NPSL1.com
EasyNN-plus. Build Neural Networks. http://www.easynn.com
SwingNN. Forecast the Future. http://www.swingnn.com

NewsArchive
09-26-2008, 01:22 AM
> I have produced a setup with code signing. When compiling there are
> comments about signing the uninstaller and the htm file but not the
> exe file.
>
> This setup is based on another setup that signs all three files.
>
> Any ideas?

- Is your certificate valid (not expired)
- Is the timestamp server accessible (if you support it)

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-26-2008, 01:23 AM
By the way, if the certificate is valid and the timestamp server is
accessible, then it's definitely caused by one of the settings in your "Code
Signature" properties.

HTH,

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-26-2008, 01:23 AM
>> I have produced a setup with code signing. When compiling there are
>> comments about signing the uninstaller and the htm file but not the
>> exe file.
>>
>> This setup is based on another setup that signs all three files.
>>
>> Any ideas?
>
>- Is your certificate valid (not expired)
>- Is the timestamp server accessible (if you support it)

Yes to both.

I have now got the whole three files signed but I had to add a
#code-sign application line to the script.

So, no problem other than I don't understand why
General Information > Digital Signature did not insert the line for
me.

Steve

--
Neural Planner Software Ltd http://www.NPSL1.com
EasyNN-plus. Build Neural Networks. http://www.easynn.com
SwingNN. Forecast the Future. http://www.swingnn.com

NewsArchive
09-26-2008, 01:24 AM
Stephen,

>>- Is your certificate valid (not expired)
>>- Is the timestamp server accessible (if you support it)
>
> Yes to both.
>
> I have now got the whole three files signed but I had to add a
> #code-sign application line to the script.
>
> So, no problem other than I don't understand why
> General Information > Digital Signature did not insert the line for
> me.

Hmm, why should "General Information > Digital Signature" add a "#code-sign
application..." compiler directive??? This is only there to code sign your
own application files (.exe, .dll, .ocx). Never ever use it on your own
setup.exe or the uninstall application!!!! And please never try to
code-sign .htm files!

"General Information > Digital Signature" signs your installer and
uninstaller.

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-26-2008, 01:25 AM
See attached screenshot.

"General Information > Digital Signature" automatically signs your installer
and uninstaller.

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

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

-- Official Comodo Code Signing and SSL Certificate Partner