Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created shared Addin in C# .net for outlook and created installer using setup and deployment project in vs2008. On machines with UAC disabled, the installation worked fine,addin was loaded in outlook. However, if the machine had UAC enabled, the MSI appeared succesful, but addin was not loaded in outlook. I also had manually registered .net dll as follows when UAC was enabled -

C:\Windows\Microsoft.NET\Framework64\v2.0.50727/regasm.exe OutlookAddin.dll /register /codebase /tlb

But it didn't worked.

Please help.

share|improve this question

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.