Re: Google Groups Killfile Updated 08/26/2006




Stile4aly wrote:
Desertphile wrote:
The Internet Explorer killfile for Google Groups has been updated. The
updates are available at:

Browser Helper Version
http://holysmoke.org/ggfbho/index.htm

Stand-alone .EXE Microsoft Windows Version
http://holysmoke.org/ggf/index.htm

The update is due to a change in Google Group's HTML format.

Visual BASIC 6.0 source code is available at the above URLs.

I've noticed that the program only looks for regsvr32 in c:\windows and
c:\windows\system. Is there a way to get it to look in
c:\windows\system32 without too much hassle?

I'm not sure if you're asking "If it were my product, what would be a
better way of deploying it?", or if you're asking "How can I get this
thing installed?".

If the latter, then you can hand register the dll. You simply invoke
regsvr32 in a command window and give it a command line parameter which
is the path (from where you are, or from the top) to the dll plus, of
course, the dll name. The dll is called GoogleGroupsBHO.DLL which you
will already have downloaded to somewhere.

If the former, then I would say lose that installation exe all
together, and use a script instead. Such a script will find regsvr32
on %PATH%.

.



Relevant Pages

  • Re: Google Groups Killfile Updated 08/26/2006
    ... updates are available at: ... Stand-alone .EXE Microsoft Windows Version ... then you can hand register the dll. ... and use a script instead. ...
    (talk.origins)
  • RE: Downloading Problem
    ... but the dll register sever entry point ... automatic updates have stopped working. ... regsvr32 Msxml.dll ... Sites -> Add this Web site to the zone: ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Service pack 3 problem
    ... Opening the regsvr32 file is as you say, no dll specified, followed by the ... and no dllcache folder exists, ... After show hidden files, folders, and system files, use WINDOWS Explorer ...
    (microsoft.public.windowsxp.general)
  • Re: regsvr32 error code 0x80004002
    ... I also have seen this error when there is a missing dll that your dll depends on. ... this invocation of regsvr32 succeeds. ... On another PC which also has VS2005 SP1 installed, an installer which was created by a VS2005 SP1 setup project did indeed insist on installing an extra copy of the redistributables. ... Sorry Norman, the context that this was happening on your development machine was lost, so I had forgotten that VS was installed. ...
    (microsoft.public.vc.mfc)
  • Re: regsvr32 error code 0x80004002
    ... I'm afraid some of code (regsrv, or any DLL) ... To see where it is generated you can debug you ATL dll by using regsvr32 ... Enter the complete path to regsvr32 into the Command field. ... I don't need to start executing the C# client ...
    (microsoft.public.vc.mfc)