PDA

View Full Version : SetupBuilder Integrity Check



NewsArchive
06-18-2008, 12:13 PM
I am getting a Conistent error message

"Setupbuilder 6.7 Integrity Check"

On an EXE that is included in my setup build

I've applied the latest updates. Using 6.8.2266

I've found that it happens when that file has a digital certificate applied.

HELP ! This is URGENT.

Released an update last night and about 5,300 users are patiently
waiting....and about 100 reported the problem.

michael d. brooks

NewsArchive
06-18-2008, 12:17 PM
Michael.

A simple quick solution is make a new build with the Integrity checking turned off.

JohnG

NewsArchive
06-18-2008, 12:25 PM
Mike,

How do you code-sign your setup.exe?

Friedrich

NewsArchive
06-18-2008, 01:14 PM
Actually the EXE that was having the problem was an updating EXE also
created by SetupBuilder.

I code sign with a Verisign digital certificate.

michael d. brooks

NewsArchive
06-18-2008, 01:14 PM
> Actually the EXE that was having the problem was an updating EXE also
> created by SetupBuilder.
>
> I code sign with a Verisign digital certificate.

I meant, what function do you use to code-sign the setup.exe?

Friedrich

NewsArchive
06-18-2008, 01:14 PM
I use the #code-sign script function.

michael d. brooks

NewsArchive
06-18-2008, 01:15 PM
>I use the #code-sign script function.

Yes, that's what I supposed to be the problem. You have to use the "General
Information" -> "Digital Signature" to code-sign your installer/uninstaller.
Do this and you are done.

The "#code-sign application..." directive is there to code-sign your
application files (.exe, .dll, etc.)!!!!!

Friedrich

NewsArchive
06-18-2008, 01:15 PM
Ah.....Thank you !

michael d. brooks