cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong Digital Signature for Add-On ??? Plz Help...

Former Member
0 Kudos

Why would my Add-On receive this message in a pop-up window when it attempts to start?

<b>Add-on ABYMods Wrong executable digital signature for Add-on</b>

I have "very carefully" rebuilt the project and ARD file many, many times to ensure the ABYMods.exe file used to create the ARD file is the same as the ABYMods.exe file being used as an embedded resource within my installer project. And, the size of the ABYMods.exe file appears to shrink from 16kB prior to the installer build to 14kB after it is extracted from the installer's manifest when the installer is run by B1. Why? I use the same ExtractFile() subroutine as was provided in the 2004 sample code.

Another issue... Since I am using the DI API, in the project that creates the ABYMods.exe file, I have added the "Interop.SAPbobsCOM.dll" reference file. And, as is necessary, I have added this as an embedded resource in my installer project. However, when it is extracted from the installer's manifest, it is renamed to "SAPbobsCOM67.dll", even though my code clearly extracts it to "Interop.SAPbobsCOM.dll" (in exactly the same manner as the sample code). How can this be?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

There is a simple guide to create a ard for addon if you use addoninstaller

1-generate the addon.exe and embbed it in addonistaller

2-generate the addoninstaller.exe

3-open addonregdatagen

4-in addon exe full path put the addon.exe

5-in installer exe full path put the addonistaller.exe

6- generate the ard

7-In Sap register the ard with the addoninstaller.exe

hope it helps to you

Kind regards

Salvador Biot

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Scott , If you 're really sure that you've created the ARD Files After You Compile the New EXE, You have to Check on Your COMMON Database on SARI Tables , Check whether there's your add-om information . If exist delete it by your self (the row cantain your add-on information and try to register your add-on again. Wronf Digital Signature Error Appeared because we use ARD Files that EXE Files Is Not macthed with The EXE Files You've registered when create ARD Files. Remember Always keep on creating New ARD After New EXE File's Compiled.

HamdiSy