We have a web page that includes a custom OCX activex. The activex is signed and the certificate is trusted by every computer in the company, and all computers run Windows 7 and IE8.
However, when a user opens the web page for the first time, the UAC popup prompts for administrative privileges. From what we are able to tell, the OCX is trying to install itself for all users of the computer in “C:\Windows\Downloaded Program Files” directory, and that requires administrative privileges.
The question is, is there a way to configure the activex on the web page to install per-user, so that any user of the domain is able to launch it by himself?
We could run some scripts on the computers and install the activex for all users, but that doesn’t work for us, as we are planning to have many more activex controls and each will have multiple versions.
Thanks for your help!
Implementing and Administering the ActiveX Installer Service