This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- error 1027
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 11, 2007
12:59 AM
error 1027
Hi I am trying to sign a digital certificate and during the build process i get "Failed signing certificate.msi " Error 1027.
Could someone please tell me a fix for this.
Below is the build process step that errors.
Started signing certificate.msi ...
Error: TimeStamping Failed. Result = 8009310b, (-2146881269)
ISDEV : error -1027: Failed signing certificate.msi
Started signing DDP .NET.msi ...
Error: TimeStamping Failed. Result = 8009310b, (-2146881269)
ISDEV : error -1027: Failed signing DDP .NET.msi
Setup.exe created
Started signing setup.exe ...
Error: TimeStamping Failed. Result = 8009310b, (-2146881269)
ISDEV : error -1027: Failed signing setup.exe
Regards
Kumaran
Could someone please tell me a fix for this.
Below is the build process step that errors.
Started signing certificate.msi ...
Error: TimeStamping Failed. Result = 8009310b, (-2146881269)
ISDEV : error -1027: Failed signing certificate.msi
Started signing DDP .NET.msi ...
Error: TimeStamping Failed. Result = 8009310b, (-2146881269)
ISDEV : error -1027: Failed signing DDP .NET.msi
Setup.exe created
Started signing setup.exe ...
Error: TimeStamping Failed. Result = 8009310b, (-2146881269)
ISDEV : error -1027: Failed signing setup.exe
Regards
Kumaran
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 11, 2007
02:26 AM
Hi I tried changing my spc and pvk files to a pfx file. But still i get the error failed to sign certificate. below is the build process steps.
Started signing certificate.msi ...
Number of files successfully Signed: 1
Number of warnings: 1
SignTool Error: The specified timestamp server could not be reached.
SignTool Warning: Signing succeeded, but an error occurred while attempting to
timestamp: certificate.msi
ISDEV : error -1027: Failed signing certificate.msi
Started signing DDP .NET.msi ...
Number of files successfully Signed: 1
Number of warnings: 1
SignTool Error: The specified timestamp server could not be reached.
SignTool Warning: Signing succeeded, but an error occurred while attempting to
timestamp: DDP .NET.msi
ISDEV : error -1027: Failed signing DDP .NET.msi
Setup.exe created
Started signing setup.exe ...
Number of files successfully Signed: 1
Number of warnings: 1
SignTool Error: The specified timestamp server could not be reached.
SignTool Warning: Signing succeeded, but an error occurred while attempting to
timestamp: setup.exe
ISDEV : error -1027: Failed signing setup.exe
Any idea as to why this is happening?
Regards
Kumaran
Started signing certificate.msi ...
Number of files successfully Signed: 1
Number of warnings: 1
SignTool Error: The specified timestamp server could not be reached.
SignTool Warning: Signing succeeded, but an error occurred while attempting to
timestamp: certificate.msi
ISDEV : error -1027: Failed signing certificate.msi
Started signing DDP .NET.msi ...
Number of files successfully Signed: 1
Number of warnings: 1
SignTool Error: The specified timestamp server could not be reached.
SignTool Warning: Signing succeeded, but an error occurred while attempting to
timestamp: DDP .NET.msi
ISDEV : error -1027: Failed signing DDP .NET.msi
Setup.exe created
Started signing setup.exe ...
Number of files successfully Signed: 1
Number of warnings: 1
SignTool Error: The specified timestamp server could not be reached.
SignTool Warning: Signing succeeded, but an error occurred while attempting to
timestamp: setup.exe
ISDEV : error -1027: Failed signing setup.exe
Any idea as to why this is happening?
Regards
Kumaran
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 11, 2007
10:31 AM
Does your build machine lack outgoing access to the Internet? In order to timestamp a signature (so that the signature is valid beyond the certificate's expiration date), it needs a countersigned chunk of data from Verisign.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 11, 2007
08:38 PM
Hi I was able to sign the msi and exe files on a separate PC without the fire wall.
However I have a base installation and minor upgrade installation. Both of these have settings "Need Administrative Previleges" set to Yes for the complete installation.
I have created a patch upgrade for this minor upgrade and have signed the Update.exe file. This update works fine under administrator logon. But under a normal user or power user logon it comes up with a message telling
"This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package".
Any idea whats wrong?
Regards
Kumaran
However I have a base installation and minor upgrade installation. Both of these have settings "Need Administrative Previleges" set to Yes for the complete installation.
I have created a patch upgrade for this minor upgrade and have signed the Update.exe file. This update works fine under administrator logon. But under a normal user or power user logon it comes up with a message telling
"This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package".
Any idea whats wrong?
Regards
Kumaran