Hi,
Yes. Just register your BHO to
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Browser
Helper Objects
(see the Foxmarks Bookmarks manager Addon)
Change your BHO's OLESelfregister entries to write to the HKCU or remove the
BHO registration (not the DLL registration entries for HKCR) from the BHO
DLL and place it in your Window's Installer. What installation package
building software are you using? It is usual though to only allow COM Addon
installation for powerusers and above. You installer package may have
options to specify which User Profile (Admin or Guest) may install your BHO.
If you are writing elsewhere in the HKLM hive then your will HAVE TO install
with Administrator rights.
You can obtain technical help with IE Addon development at the IE Addons
Development Forum -
http://social.msdn.microsoft.com/For...opment/threads
Regards.
"Yannick" <> wrote in message
news:3F9C3992-1B3D-447B-A688-...
> Hi,
>
> I would like to know if it is possible to install a BHO not at the machine
> level but just for the current user? Just want to avoid the UAC alert
> during
> the registration...
>
> Thanks
>