cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sderouchie
Level 3

Digitally Signing not working from command-line Stand-Alone

Digitally signing works properly in my development environment, but fails on the build machine (where it is using SAB). What could be the issue?

On development machine, I can run via IsCmdBld.exe and it shows:

AppId table successfully built
Started signing FB6.tmp ...
Property table successfully built


But on the build machine, it shows:

AppId table successfully built
Started signing F7E5.tmp ...
ISDEV : fatal error -1027: Failed signing F7E5.tmp


There are no other error details. How can I go about troubleshooting this?
The pfx file is in the same place on both machines. I have even tried copying the exact files from my development box to the build machine.

The only difference I can think of between the environments is that my development box has the full installation of InstallShield, while the build machine has the SAB version of it.
Labels (1)
0 Kudos
(2) Replies
rguggisberg
Level 13

I sign with both Full and SAB versions. Verify that you are using a fixed path for the certificate rather than a relative path... which would change for SAB machine.
0 Kudos
sderouchie
Level 3

It was not a problem with the relative paths, nor was it an issue with Full vs. StandAlone.
The issue was that I had SP2 installed on my development machine, but the SAB did not have SP2 installed.
0 Kudos