Hi Michael,
We're using SignCode.
In this case, the password dialog is displayed by the "SignCode" tool and since this program must be invoked several times, this is the reason for the multiple password prompts.
AI caches the password for ".pfx" files (because "SignTool" receives this password as a command-line argument). Therefore, you could create a ".pfx" file from the ".spc" and ".pvk" files, using either "pvkimprt.exe" or "pvk2pfx.exe". Then you will be prompted for a password only once.
- "pvkimprt.exe" can be downloaded from this page:
http://www.microsoft.com/downloads/deta ... laylang=EN
- "pvk2pfx.exe" is available as part of the Platform SDK; the latest version of the PSDK can be downloaded from this URL:
http://www.microsoft.com/downloads/deta ... laylang=en
The following page may provide additional information:
http://www.pantaray.com/signcode.html
Then, in the "Digital Signature" tab select "SignTool.exe" as the program to be used for signing (with the generated ".pfx" file).
Hope this helps.
Regards,
Ionut