Outlook Addin citrix/termianl installers

51 views Asked by At

I have been developing windows application for outlook addin using MS VS2010. I need to develop installer which installs on citrix or terminal server. How do I achieve this? . Is there any third party installers available for free or paid one's ? which would be best option to implement this.

Thanks in advance.

1

There are 1 answers

2
Dmitry Streblechenko On BEST ANSWER

You just need to make sure the registry entries are in HKLM rather than HKCU as the use running your addin will be different from the local user installing it.