thank you, i figured as much :(
Main Topics
Browse All TopicsHi,
I'm busy developing an ActiveX control which will be used in web pages loaded in Internet Explorer 6+.
I have run into dead-end trying to register and display the ActiveX control correctly when running as a non-admin user. I've signed the ocx file and made the control self-registering and safe for initialisation, but it just doesn't want to install for non-admins.
Trying to manually register it using regsvr32 fails with an error 0×80004005 (Access Denied?).
Is it even possible to register a custom ActiveX control as a non-admin user in versions of IE before 8? (Everything works fine if I use an admin account initially, the control is registered and works even for non-admins thereafter). I've searched far and wide but to no avail.
Any input would be greatly appreciated, thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: GurudenisPosted on 2008-09-03 at 01:00:03ID: 22374902
AFAIK it's impossible to properly register an ActiveX without proper administrative privileges. The reason is that registering a COM object takes writing to HRCR, which is just a virtual hive that maps to a subkey of HKLM. Now, access to HKLM for non-admin users is virtualized or even disabled, depending on the version of Windows and UAC settings in Vista.