4

I recently upgraded a 2012 installshield project to 2016, when building the upgraded project, i got the error as below

ISDEV : fatal error -7210: Failed to verify digital signature of C:\Program Files (x86)\InstallShield\2016\system\IsUiServices.dll Error -2147467259: Automation error Unspecified error

Please advise the root cause and a solution. Thanks

Joe Lee
  • 41
  • 2
  • 2
    This can occur when your machine's root certificates are out of date. They are typically updated by Windows Update. Is the machine fully updated? – Michael Urman Nov 03 '17 at 20:34

1 Answers1

0

Theres a .CER certificate for InstallShield, and it need to be put on "Trusted Roots Certification Authorities".

Otherwise this error happens.

Tomer Shetah
  • 8,413
  • 7
  • 27
  • 35