Obfuscating Add-in Express Project

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

Obfuscating Add-in Express Project
 
Frank Perugini


Guest


We need to obfuscate our Add-in Express Outlook project before final release. We plan to use the Dotfuscator Community Edition that comes with VS2005.

What are the guidelines to using this tool with Add-in Express projects so that it will work properly?

Thanks.
Posted 29 Jun, 2006 15:52:27 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Frank.

You should only obfuscate the code of the add-in and leave namespaces, names of classes and methods without changes.
Also remember that in case of using a shim you should use delay signing for the add-in assembly. After the add-in assembly is built you can obfuscate it and re-sign using the 'sn.exe' tool.
Posted 30 Jun, 2006 08:28:12 Top