Authenticode error

I have just created a new install of Final Builder and when I try and sign an executable with the Authenticode action I get an error message “Error loading certificate file : Error loading type library/DLL”

Hi Tony,

The authenticode action uses the CAPICOM library to peform the signing of files. I would suggest checking that CAPICOM.DLL is in the System32 directory. If its not there, you can download the redistributable from Microsoft at http://www.microsoft.com/downloads/details.aspx?FamilyID=860ee43a-a843-462f-abb5-ff88ea5896f6&DisplayLang=en .

If the file is there, you might need to register it using RegSvr32, “regsvr32 capicom.dll”.

Paul,

Thanks, it was there but needed registering.