Have you ever had issues with signing a setup executable created by the Installer2Go application?
I can sign OCXs and other EXE files fine, but when I sign my install exe that is created by Installer2Go, the resulting file no longer runs. Specifically, it starts to run and then throws the following error:
“Unexpected Error. Please check file access permissions.”
To be clear, the .exe runs fine before I sign it. Also, when I look at the “properties” of the file after I’ve signed it, all looks great (it shows it has a digital signature, etc.).
Some additional info:
- I’m using the windows sdk tool “signtool.exe” to add the certs
- Runnnign XP SP2
- the exe in question is a setup exe that wraps an msi file (note: it appears I can sign the .msi file just fine)
Thanks for your help