how to install activex from domain users?

  • Thread starter Thread starter Paolo Francese
  • Start date Start date
P

Paolo Francese

I need to allow some users to install Activex from some trusted sites outside
my network. These users have domain users privileges, IE7 and Windows XP SP3.
The domain is windows 2003 native.

Are there any group policies that allow domain users to install Activex?
I cannot deploy this Activex using .msi and group policy.

Thanks in advance.
 
You use <Object> tags with a codebase attribute to install ActiveX controls
(for all users on a machine) from a web page/site

Then use a combination of GP and security settings granulize individual
workstation/user group permissions to download and install ActiveX controls
from your intranet sites.

Search MSDN for "Web deployment of ActiveX"

Regards.
 
Back
Top