InnoSetup - fails to use global sign EV code signi

2019-02-21 08:37发布

In past i had other code signing which worked with innoSetup. But recently i purchased EV code signing for three year which is USB token certificate.

when i do manually without InnoSetup it works.

enter image description here

how do i do it with innosetup?

I tried following but it always failed.

[Setup]
...
SignTool=signtool

enter image description here

EDIT: dialogin window keep asking press ok or cancel, when i click ok it keeps repeating.

enter image description here enter image description here enter image description here enter image description here

1条回答
2楼-- · 2019-02-21 09:10

You're not specifying the correct location for the signtool.exe. When you run it manually, it is in c:\Users\tpt\Desktop\\github\CERTIFICATE\certificate\software. In your InnoSetup, you're pointing to c:\Users\tpt\Desktop\innosetup\software. You need to change the signtools setting in InnoSetup to point to the correct location.

查看更多
登录 后发表回答