Recently purchased a code signing certificate from Comodo and downloaded and exported a .pfx file. Then moved this file to the server where I have my instllation files to build. Installaware 16 Studio is installed on another server. The server with Installaware seems to have the correct Comodo root and intermediate certificates installed.
When the build tries to code sign the installation exe or, if I have the option to automatically sign all checked on, I get the error message: Error during build: Code signing failed! I tried with time stamp and without, Password and not.
James
Authenticode Signature Error during build Code signing error
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Authenticode Signature Error during build Code signing e
Dear James,
could you please have a look at the following topic?
http://www.installaware.com/forum/viewtopic.php?f=2&t=4437
Regards
could you please have a look at the following topic?
http://www.installaware.com/forum/viewtopic.php?f=2&t=4437
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: Authenticode Signature Error during build Code signing e
Francesco,
I did look at this older post. I believe you are referring to creating PVK/SPC certs and running that option. But I was assuming I could just sign using the PFX option in InstallAware 16. Or do I have to go the PVK/SPC route? A confusing issue I know, but any further insight on running it with the PFX option will help.
Thanks,
James
I did look at this older post. I believe you are referring to creating PVK/SPC certs and running that option. But I was assuming I could just sign using the PFX option in InstallAware 16. Or do I have to go the PVK/SPC route? A confusing issue I know, but any further insight on running it with the PFX option will help.
Thanks,
James
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Authenticode Signature Error during build Code signing e
Dear James,
yes, you are right.
Honestly, I haven't tried but I'm not informed of a similar issue with other users.
Let me see if I'm able to find a certificate to test with.
Regards
yes, you are right.
Honestly, I haven't tried but I'm not informed of a similar issue with other users.
Let me see if I'm able to find a certificate to test with.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: Authenticode Signature Error during build Code signing e
Here is where I am so far:
InstallAware 16 is installed on a Server 2003 SP2 machine with the latest MS SDK tools installed. I can successfully run Signtool.exe to code sign an exe but not timestamp. I tried running Signtool on a Windows 7 machine and no issues. The server can communicate out to the Comodo URL for time stamping, but the InstallAware Authenticode option still returns "Error during build: Code signing failed!". Also tried turning off Firewall and AntiVirus.
Any ideas?
InstallAware 16 is installed on a Server 2003 SP2 machine with the latest MS SDK tools installed. I can successfully run Signtool.exe to code sign an exe but not timestamp. I tried running Signtool on a Windows 7 machine and no issues. The server can communicate out to the Comodo URL for time stamping, but the InstallAware Authenticode option still returns "Error during build: Code signing failed!". Also tried turning off Firewall and AntiVirus.
Any ideas?
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Authenticode Signature Error during build Code signing e
... have you tried with installing IA on WIN 7?
Regards
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: Authenticode Signature Error during build Code signing e
Just installed the latest IA16 on a W7 machine. It now runs with the Authenticode option, with Time Stamping. No errors during the build. I suspect there are some missing components on my Server 2003 machine and legacy issues, but not sure what at this point. Thanks for the help.
Regards, James
Regards, James
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Authenticode Signature Error during build Code signing e
happy you solved!
Regards
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: Authenticode Signature Error during build Code signing e
Hi,
I installed IA 17 on my W7 machine, no problems with the installation and I can build my existing projects without Authenticode. However, if I select to compile with the Uncompressed build settings with Authenticode automatically signing all files being installed (exe, ocx, etc.), it builds OK, but not if I select Compressed build. If I use the Compressed build option, I can only code sign my package installation, but not all files. These are the last few lines of the build progress before it crashes:
Created Windows Installer database
Built installation executable
Injected setup languages
Code signing: C:\temp\Release\Single\test.exe
Injected runtime files
Error during build: Unable to build setup files: An error occured during (de)compression
Compressing install: componentstree.dfm (0%)
James
I installed IA 17 on my W7 machine, no problems with the installation and I can build my existing projects without Authenticode. However, if I select to compile with the Uncompressed build settings with Authenticode automatically signing all files being installed (exe, ocx, etc.), it builds OK, but not if I select Compressed build. If I use the Compressed build option, I can only code sign my package installation, but not all files. These are the last few lines of the build progress before it crashes:
Created Windows Installer database
Built installation executable
Injected setup languages
Code signing: C:\temp\Release\Single\test.exe
Injected runtime files
Error during build: Unable to build setup files: An error occured during (de)compression
Compressing install: componentstree.dfm (0%)
James
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Authenticode Signature Error during build Code signing e
Dear James,
an update (IA 17.02) has been made available.
It should be just enough to re-generate your license file.
More info about this specific issue are available at;
http://www.installaware.com/forum/viewtopic.php?f=2&t=9637&p=35610#p35610
Regards
an update (IA 17.02) has been made available.
It should be just enough to re-generate your license file.
More info about this specific issue are available at;
http://www.installaware.com/forum/viewtopic.php?f=2&t=9637&p=35610#p35610
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: Bing [Bot] and 131 guests