How to add Digital Signature to adxloader.dll

Add-in Express™ Support Service
That's what is more important than anything else

How to add Digital Signature to adxloader.dll
How to add Digital Signature to adxloader.dll 
Phuong Nguyen


Guest


Hi,

I want to change Publisher on my IE-Addon to my company, after reading the forum I understand that I need to add a digital signature to adxloader.dll but I did not find any instruction how to do it. Please forward me any info how to add digital signature. Any info is appreciated.

Regards,
Phuong
Posted 07 Jul, 2009 02:08:31 Top
Andrei Smolin


Add-in Express team


Posts: 18833
Joined: 2006-05-11
Hi Phuong,

You need to use SignTool.exe (http://msdn.microsoft.com/en-us/library/8s9b9yaz.aspx).


Andrei Smolin
Add-in Express Team Leader
Posted 07 Jul, 2009 13:04:35 Top
Phuong Nguyen


Guest


Thank Andrei,

Phuong
Posted 08 Jul, 2009 02:22:31 Top
Phuong Nguyen


Guest


Hi Andrei,

Can you help to answer my two questions

1. Do I also need to sign adxloader.dll only or I have to sign my .dll file also? For example my .dll file is call IEAddon.dll
2. Do I have to re-sign the file each time I re-compile the project?

Thank for your helps,
Phuong
Posted 10 Jul, 2009 17:43:10 Top
Andrei Smolin


Add-in Express team


Posts: 18833
Joined: 2006-05-11
Hello Phuong,

1. adxloader.dll only.
2. You can check if the signed version is replaced when you build the project. If this occurs, you can store the signed version in a separate location and replace the unsigned version with the signed one as required. But note that you will have to use a new loader version when you install a new Add-in Express build. This means you will have to sign every loader version that you use.



Andrei Smolin
Add-in Express Team Leader
Posted 13 Jul, 2009 07:41:58 Top