cancel
Showing results for 
Search instead for 
Did you mean: 

Problem creating Addons

Former Member
0 Kudos

Hi,

I've probably missed something obvious, but I can't see mto get this to work.

Using the B1DE, I created an Addon project. Made no changes to the code.

Then I also used the B1DE to create an installer for this Addon.

Compiled both, ran the AddonRegDataGen batch file, and then installed the Addon in SAPusing this ARD.

And it worked, no problem.

Now, I made a change to the Addon code.

Then recompiled it.

Then ran the AddonRegDataGen again to get a new ARD file.

Removed the existing Addon from SAP, and tried to install the new version.

It installs fine, but when I try to run it, i get

"wrong executable digital signature for add-on"

I'm sure I missed something, but what?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

this error message

"wrong executable digital signature for add-on"

you get usually when you selected the wrong .exe file while creating the .ard file.

(AddonRegDataGen)

that means that you selected a different .exe than you have included in your setup.exe

lg David

Former Member
0 Kudos

Hi David,

Thanks for the advice.

That was the problem - I did not realise that I would have to copy the new .exe for the addon into the "AddonFiles" folder in the INSTALLATION project each time I rebuilt the addon (since when you make the installer you point it at the output folder of the addon project).

Anyway, its working now so thank a million!

Regards,

Stephen

Answers (0)