Re: Installing a BHO
- From: "Phil Wilson" <phil.wilson@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 8 Nov 2006 13:19:05 -0800
If it's a Guid going to the registry it's not clear to me why you need code
at all. VS setups have a registry view where you can just add it. I don't
know what other data needs to go in the registry for a BHO as well as the
guid, but if you need to specify where your file is, it's most likely at
[TARGETDIR]your.file.
--
Phil Wilson
[Microsoft MVP - Windows Installer]
<bajohns1@xxxxxxxxx> wrote in message
news:1162846033.807234.69550@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Actually, I used your tutorial before I wrote to this USENET. Thanks
for the tutorial, but I need the run the ComRegisterFunction because
that is where I add my GUID to the Registry such that my program is
registered as a BHO. Any Advice on how to get that done?
Brian
Phil Wilson wrote:
VS setups don't call ComRegisterFunction classes. See if this helps:
http://www.simple-talk.com/dotnet/visual-studio/build-and-deploy-a-.net-com-assembly/
--
Phil Wilson
[Microsoft MVP Windows Installer]
<bajohns1@xxxxxxxxx> wrote in message
news:1162801274.966347.230740@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a BHO that needs to be registered. In VS2005 all I do is run
Regasm but for the install I am told I cannot use that method.
Currently I have my .dll set to register: vsdpaDefault and my .tlb
register: vsdrfCOM
However, this setup does not call my BHO [ComRegisterFunction] which is
needed. Can someone please explain to me how I can emulate the
behavior of Regasm Completely.
Thanks in Advance
Brian
.
- References:
- Installing a BHO
- From: bajohns1
- Re: Installing a BHO
- From: Phil Wilson
- Re: Installing a BHO
- From: bajohns1@xxxxxxxxx
- Installing a BHO
- Prev by Date: Order of (and what) to remove VS 2003
- Next by Date: How to add sql script to ASP.NET 2.0 web setup project?
- Previous by thread: Re: Installing a BHO
- Next by thread: Re: Shortcut launches install and program???
- Index(es):
Relevant Pages
|