I have an Outlook 2003 add-in written in Visual Studio 2008. All it does is display a msgbox when it loads. I am using a setup package to create me an msi for install
I have got the security caspol issue sorted. I have the PIA and the VSTO installed on the client. My setup is set to install for all users.
If I install it on a client machine it creates the HKCU registry hive and works perfectly for the installing user and appears in the COM add-ins dialog but doesnt work for any other user that logs in.
I changed the setup package to put the registry hive in HKLM and now it doesn't work for any user, including the installing user and it does not appear in the COM add-ins dialog.
What am I missing? I've read and re-read so much on the net it's starting to drive me crazy.....
Cheers in advance.