473,385 Members | 1,470 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Cleaning the registry of old component references

Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.

Regards,

Alan
Jul 19 '05 #1
10 2534
You might take a look at the RegCtrls utility on our Web site. It's free and
does stuff like that. But you'll need to review it to see if what it does is
acceptable.

--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm

"Alan Howard" <Xa***********@Xparadise.net.nzX> wrote in message
news:ec**************@tk2msftngp13.phx.gbl...
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.

Regards,

Alan

Jul 19 '05 #2
Hi!

If you still have the old files and they are not too many just unregister
the controls by

regsv32.exe /u "<your dll>
Don't forget the /u option.

Regards
/Hans
Jul 19 '05 #3
On Mon, 8 Mar 2004 07:55:27 +1300, "Alan Howard"
<Xa***********@Xparadise.net.nzX> wrote:
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.


You'll still leave some garbage, but at least they'll be gone from the
References dialog if you search for the filename and delete all keys
that contain it. Then re-register the final version.

If you want to be more complete, note the classid before you delete
any of the above keys, and search on that, too.

Jim Deutch

Jul 19 '05 #4
RegClean.... free MS utility. There's a link to the download in this post....

Subject: Re: VB5/VB6 Install sequence
http://groups.google.com/groups?selm...&output=gplain

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep it in the groups..
"Alan Howard" <Xa***********@Xparadise.net.nzX> wrote in message
news:ec**************@tk2msftngp13.phx.gbl...
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.

Regards,

Alan

Jul 19 '05 #5
Reinstalling windows is the only reliable way to clean the registry.

"Alan Howard" <Xa***********@Xparadise.net.nzX> wrote in message
news:ec**************@tk2msftngp13.phx.gbl...
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.

Regards,

Alan

Jul 19 '05 #6
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message news:<OG**************@TK2MSFTNGP11.phx.gbl>...
RegClean.... free MS utility. There's a link to the download in this post....

Subject: Re: VB5/VB6 Install sequence
http://groups.google.com/groups?selm...&output=gplain

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep it in the groups..
"Alan Howard" <Xa***********@Xparadise.net.nzX> wrote in message
news:ec**************@tk2msftngp13.phx.gbl...
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.

Regards,

Alan


I agree with Ken, but you have to run RegClean multiple times until it
comes up with no errors, twice is normally sufficient

Sam
Jul 19 '05 #7
hi, try to download easy cleaner that is more completed than regclean:
http://www.toniarts.com/ecleane.htm
www.download.com
www.tucows.com

--
««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Jim Deutch" <10*********@compuserve.com> escreveu na mensagem
news:40*************@news.compuserve.com...
On Mon, 8 Mar 2004 07:55:27 +1300, "Alan Howard"
<Xa***********@Xparadise.net.nzX> wrote:
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds thathave been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later relatedto it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.


You'll still leave some garbage, but at least they'll be gone from the
References dialog if you search for the filename and delete all keys
that contain it. Then re-register the final version.

If you want to be more complete, note the classid before you delete
any of the above keys, and search on that, too.

Jim Deutch

Jul 19 '05 #8
Just to add on, folks in the XP newsgroups seem to say avoid
using any type of registry cleaner on XP systems.

--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:OG****************@TK2MSFTNGP11.phx.gbl...
RegClean.... free MS utility. There's a link to the download in this
post....

Subject: Re: VB5/VB6 Install sequence
http://groups.google.com/groups?selm...&output=gplain

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep it in the groups..
"Alan Howard" <Xa***********@Xparadise.net.nzX> wrote in message
news:ec**************@tk2msftngp13.phx.gbl...
Hi there,

What's the best way to clean your registry of multiple old component
references? I've got a few orphans in there from old versions, builds that
have been renamed, had source paths deleted, etc. I was going to use
RegClean but see a few warnings regarding to Office 2000 and later related
to it. I'm using Windows 2000, Office 2000, VB 6 and InterDev.

Regards,

Alan


Jul 19 '05 #9
"Jim Carlock" <an*******@127.0.0.1> wrote in message
news:On**************@TK2MSFTNGP09.phx.gbl
Just to add on, folks in the XP newsgroups seem to say avoid
using any type of registry cleaner on XP systems.


close... just remove "registry cleaner on" from that statement! <g>

--
Reply to the group so all can participate
VB.Net... just say "No"

Jul 19 '05 #10
LOL

Yeah, I know what you mean. All the bugs that came with Win95
are back in a Microsoft created passion that only belongs to
Microsoft. Microsoft created the bugs, and redeployed the bugs.

And this method of updating through their website, through the use
of executable installs, instead of grabbing all the updates as .cabs,
and providing a seperate file to do the installation... makes the
resulting globs of executables larger. I think the gobs could be
shrunk by a 1GB of network transmissions, if there was just one
install program and it was all read from a cab. Their cab
compression methods seemed to have passed up Zip compression
methods a long time ago (or at least they are on par with).

Are there any good CD writers that work with Win2K? <g> Darn
CD writer from I Oh Maygag I have only works with XP and has
never worked for the OS it was designed to work with. I think I'm
due for a new CD (maybe DVD) writer.
--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.
"Bob Butler" <ti*******@nospam.com> wrote in message
news:el**************@TK2MSFTNGP11.phx.gbl...
"Jim Carlock" <an*******@127.0.0.1> wrote in message
news:On**************@TK2MSFTNGP09.phx.gbl
Just to add on, folks in the XP newsgroups seem to say avoid
using any type of registry cleaner on XP systems.


close... just remove "registry cleaner on" from that statement! <g>

--
Reply to the group so all can participate
VB.Net... just say "No"
Jul 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Rohit Santhanam | last post by:
As I am reading the .NET documentation, I get the feeling that Microsoft is trying to get rid of the registry. My understanding is that an application built using .NET does not use the registry...
2
by: brazilnut52 | last post by:
I am going to outline the steps I go through to produce the problem. Hopefully this will help you understand the problem better I have created a simple COM DLL in .NET by using the COM class...
2
by: Kurt Schroeder | last post by:
thanks much!!!i'm working through an example that creates a component called component.dll. This compiled ok w/o problem. I copied it to the bin directory of my project (vs.net asp.net vb project)...
3
by: Mark Findlay | last post by:
When programming reads of the Windows Registry, do the registry keys and values need to be localized for international use? For example, do I need to convert the key name...
1
by: dshamim | last post by:
Hi, i created a component in .net 2.0 , theres a portion in the component that reads some stuff from the win32 registry i tested this component in another desktop application dev. in 2.0 ...
0
by: PAF | last post by:
Hi, I'm writing a WinForms application in .NET and I have a problem. I use the WM_SETREDRAW message to avoid flicking in some component during processes (populating, etc...). But when the...
13
by: dmeglio | last post by:
Hello, I'm aware that when an EventHandler is created, it creates a reference to the object, therefore preventing GCing. Therefore, I've been implementing IDisposable in my controls to...
1
by: Henning Krause [MVP - Exchange] | last post by:
Hi, answered in public.dotnet.framework. Please do not multipost. Do a proper crosspost instead. Kind regards, Henning Krause "DR" <softwareengineer98037@yahoo.comwrote in message
0
by: DR | last post by:
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect(); and then...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.