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.