I have an Outlook VSTO4 add-in, however the VSTO Shadow Copy feature is causing my anti-virus software to think that the shadow copies are viruses (and we can't seem to tell the AV otherwise without disabling it which IT won't do).

See: Shadow Copying Assemblies - Enable and Using

I'm looking for any advice or suggestions on how can I configure my assembly to run as if I have AppDomainSetup.ShadowCopyFiles set to False. Is there something I can set in the app.config or similar to achieve this?

The problem I have is that changing the properties of an AppDomainSetup instance does not affect any existing AppDomain, nor can I change values on the existing AppDomain. More so, even my simple wrapper dll itself to try and apply the above, is quarantined by AV due to being shadow copied to an obscure path within the %AppData% folder.

Is there a .config or project setting or somewhere in an installer that I can set to tell VSTO to not ShadowCopy the assemblies for an Outlook add-in?

Edit: more info: Office Customization Creates Loads Dll From Temporary Folder

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.