Is there any way to make an Outlook Add-in so that it cannot be disabled by users?
The Add-in is such in nature that system admins do not want to allow users to disable it.
I know that if it is installed by an admin, it will not be possible for the user to uninstall it. But an user can still go into the Add-in list and disable the Add-in so that it is not loaded. The LoadBehavior is written to the HKEY_LOCAL_MACHINE part of the registry but when an user disables the Add-in, an LoadBehavior key is created with value=2 in the HKEY_CURRENT_USER part of the registry which overwrites the LoadBehavior of the HKEY_LOCAL_MACHINE key. This causes the Add-in to not load.
Many thanks.
The Add-in is such in nature that system admins do not want to allow users to disable it.
I know that if it is installed by an admin, it will not be possible for the user to uninstall it. But an user can still go into the Add-in list and disable the Add-in so that it is not loaded. The LoadBehavior is written to the HKEY_LOCAL_MACHINE part of the registry but when an user disables the Add-in, an LoadBehavior key is created with value=2 in the HKEY_CURRENT_USER part of the registry which overwrites the LoadBehavior of the HKEY_LOCAL_MACHINE key. This causes the Add-in to not load.
Many thanks.