We have gone to VeriSign and purchased a certificate for our WM5
applications. Two files were provided: <file>.spc & <file>.pvk. I have used
the "SignTool Signwizard" with these & all appears well. My problem is
coming up with the correct command line switches to do the same thing to
automate the signing process.
signtool /a /f <file>.spc /p <passwd> /csp ""Microsoft Strong Cryptographic
Provider" /k <file>.pvk <targetfile>.dll
I've tried a variety of combinations and keep getting "private key container
not found". Any help would be appreciated.