Hi all,
I created a per user activex control ( for Non-admin support ), which registers itself in HKCU. My control works fine if I run Internet Explorer without any elevation, from any account ( Admin and Standard user accounts ).
But if I run my IE as administrator ( by right click -> run as admin ), from an account which is not a local administrator account, my control is not getting invoked.
When I run IE as admin, it downloads my cab file everytime ( even though installed version and the version in the object tag are same ) and I could see the registry entries of my activex control in my HKCU, but my control is not getting invoked.
I doubt, when run as admin IE is reading from admin's HKCU but installing the control in my HKCU.
How can I resolve this Issue ?
I referred "Non-admin ActiveX Controls" page for development.
Thanks.