Here are a few good links for info... http://community.norton.com/norton/board/message?board.id=nis_feedback&message.id=15195 http://community.norton.com/norton/board/message?board.id=nis_feedback&thread.id=9915 http://www.wilderssecurity.com/showthread.php?t=221696 http://www.wilderssecurity.com/showthread.php?t=191964 The issue is not a new one, but is probably due to updates that have not yet been applied. Please update Norton and MS Windows. Norton Update Centre http://www.symantec.com/home_homeoffice/support/special/upgrade2007/vista/migration_start.jsp?site=nuc Windows Updates (requires IE to update; ONLY install Critical Updates) http://windowsupdate.microsoft.com/ Regards, Kevin. On Sun, Aug 23, 2009 at 2:36 PM, Vanessa Stern <vrstern@earthlink.net> wrote: > > Google this and you will find it is a very common problem with no > clear fix. Most suggestions are to uninstall and reinstall the > program. Suggest you go to the Symantec site forums and see what > else they say. > > Vanessa > > At 02:11 PM 8/23/2009, you wrote: > >I have received the same message the last two days. > > > >--- On Sun, 8/23/09, Peter Metcalfe <Peter-redfern@runbox.com> wrote: > > > > > >From: Peter Metcalfe <Peter-redfern@runbox.com> > >Subject: [COMPUTERS] Symantec Service Framework > >To: computers@rootsweb.com > >Date: Sunday, August 23, 2009, 6:23 AM > > > > > >I've suddenly started to get a popup with the message > > > >"Symantec Service Framework stopped working and was closed. > > > >A problem caused the application to stop working correctly, > >Windows will notify you if a solution is available. > > > >What is this please?" > > > >Peter > > > > > > > > > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > >Take pity on Digest subscribers and remember to SNIP when replying. > > > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > > > > > >------------------------------- > >To unsubscribe from the list, please send an email to > >COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without > >the quotes in the subject and the body of the message > > > > > > > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > >Take pity on Digest subscribers and remember to SNIP when replying. > > > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > > > > > >------------------------------- > >To unsubscribe from the list, please send an email to > >COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without > >the quotes in the subject and the body of the message > > > > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > Take pity on Digest subscribers and remember to SNIP when replying. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > ------------------------------- > To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message -- -------- K. Ross kr5927@gmail.com
I hope you have a copy of the table before you merged the columns. If so, please go back to it. Instead of "merging" the two existing columns, create a new, third column. What you want to do now is called "concatenating strings," that is, combining strings of text using a formula. There are two different way to write the formula (use the cell labels as appropriate): =CONCATENATE(A2," ",B2) or =A2&" "&B2 The " " is to put a space between the names. You can then copy that formula and paste it in each cell of the new column; the cell designations will automatically adjust. Be certain the new column is formated "General" on the Number tab; otherwise, the cell will contain the formula, not the result. DO NOT delete the two original columns. It is a cardinal rule of database management that you do not "combine" data into a single field when it can be maintained in two or more fields. You never know when you might want to do something that would involve having them separated, and doing the reverse (putting the names back into two columns from one) would be extremely time consuming. By having the names in two fields, you can create other concatenated strings for other purposes, for example: =B2&", "&A2 will give you a list with lastname first, separated by a comma and a space: Surname, Given Name Merging columns is almost never a good idea. I wish Excel wouldn't even give people the option to do it. Diana > > Is there anyone on the list who has experience with combining > two columns into one, i.e. surname, given names? > I have combined the columns successfully, but cannot get the > names to read as text in the formula bar. That in itself is not > a problem, but searching for someone in a large database is - > the name comes up as "not found". I have tried formatting > cells without success. > > Thanks i.a. for any help. > > -- > Anne PICKETTS > Waipu, NZ > >
Google this and you will find it is a very common problem with no clear fix. Most suggestions are to uninstall and reinstall the program. Suggest you go to the Symantec site forums and see what else they say. Vanessa At 02:11 PM 8/23/2009, you wrote: >I have received the same message the last two days. > >--- On Sun, 8/23/09, Peter Metcalfe <Peter-redfern@runbox.com> wrote: > > >From: Peter Metcalfe <Peter-redfern@runbox.com> >Subject: [COMPUTERS] Symantec Service Framework >To: computers@rootsweb.com >Date: Sunday, August 23, 2009, 6:23 AM > > >I've suddenly started to get a popup with the message > >"Symantec Service Framework stopped working and was closed. > >A problem caused the application to stop working correctly, >Windows will notify you if a solution is available. > >What is this please?" > >Peter > > > > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > >Take pity on Digest subscribers and remember to SNIP when replying. > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > >------------------------------- >To unsubscribe from the list, please send an email to >COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without >the quotes in the subject and the body of the message > > > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > >Take pity on Digest subscribers and remember to SNIP when replying. > >:-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > >------------------------------- >To unsubscribe from the list, please send an email to >COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without >the quotes in the subject and the body of the message
I have had "some" luck by inserting a new sheet, and formatting the columns on the new sheet as text, before coping and pasting my data to the new sheet. I always try to be sure that anything, alpha or numeric, that I am planning on sorting, is formatted as text, but once in awhile, I have a senior moment and forget, until I try to sort and it doesn't work correctly. ----- Original Message ----- From: Anne Picketts<mailto:waipucove@gmail.com> To: COMPUTERS@rootsweb.com<mailto:COMPUTERS@rootsweb.com> Sent: Sunday, August 23, 2009 12:41 PM Subject: [COMPUTERS] Excel Is there anyone on the list who has experience with combining two columns into one, i.e. surname, given names? I have combined the columns successfully, but cannot get the names to read as text in the formula bar. That in itself is not a problem, but searching for someone in a large database is - the name comes up as "not found". I have tried formatting cells without success. Thanks i.a. for any help. -- Anne PICKETTS Waipu, NZ :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: Take pity on Digest subscribers and remember to SNIP when replying. :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: ------------------------------- To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com<mailto:COMPUTERS-request@rootsweb.com> with the word 'unsubscribe' without the quotes in the subject and the body of the message
I have received the same message the last two days. --- On Sun, 8/23/09, Peter Metcalfe <Peter-redfern@runbox.com> wrote: From: Peter Metcalfe <Peter-redfern@runbox.com> Subject: [COMPUTERS] Symantec Service Framework To: computers@rootsweb.com Date: Sunday, August 23, 2009, 6:23 AM I've suddenly started to get a popup with the message "Symantec Service Framework stopped working and was closed. A problem caused the application to stop working correctly, Windows will notify you if a solution is available. What is this please?" Peter :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: Take pity on Digest subscribers and remember to SNIP when replying. :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: ------------------------------- To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message
I've suddenly started to get a popup with the message "Symantec Service Framework stopped working and was closed. A problem caused the application to stop working correctly, Windows will notify you if a solution is available. What is this please?" Peter
Hi Faye, Has this issue just started happening? Were you able to perform this action successfully in the past? If this has just started happening... What has changed in your system? Have you just upgraded to IE7? Have you recently added any "add-ons" to IE7? Perhaps a new toolbar like Yahoo or Google? Have you recently installed any new software? Have you recently done a Windows Update? I always tell people that it is important, when diagnosing these kinds of issues, to sit and think of what has changed in their computer to cause this. Sometimes we are not even aware of making changes (i.e. if Windows Updates is running automatically in the background) or we may not remember installing that little program... Bottom line is that something has to have changed if your system is behaving differently than id did yesterday ! But... From what I am reading on the Internet, it sounds like it may be an IE Add-On that is corrupt... Try this... =========================================== http://forums.techguy.org/web-email/813582-unhandled-exception-third-party-module.html Open IE and on the tool bar select Tools > Internet options > Programs tab and select the "Manage add-ons " button... In the next window there is a drop down box...choose the add-ons that are currently being used in IE and when they come up start with the bottom one and highlight it and choose to disable it. Try to see if that fixes the problem! If it continues then disable the next one as well. Keep doing this untill you find the bad one. Not to worry...if a disabled add-on is required then the yellow security bar with pop up notifying you of an Active X problem with that site. Choose to allow the new Active X add-on to be downloaded and installed. Eventually you will find the bad one and it will be replaced with a good version. You can then go back and remove the disabled ones. =========================================== Also... http://search.code-head.com/F-unhandled-exception-in-third-party-module-1745616 http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.internetexplorer.beta&tid=c12861f5-ebf3-43c2-8eb3-1e2e4f292437&cat=&lang=&cr=&sloc=&p=1 http://forum.videohelp.com/topic370496.html http://www.google.ca/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=JTg&q=Internet+Explorer+Unhandled+Exception+An+unhandled+exception+occurred+in+3rd+party+module+and+will+be+closed.&btnG=Search&meta= Regards, Kevin. On Sat, Aug 22, 2009 at 6:24 PM, Faye W. Craig <fayecraig@gmail.com> wrote: > > I am using a Gateway laptop with Windows XP-SP3 and IE 7. When attempting to use a clickable website from within an Outlook Express email, I receive the following message: > > "Internet Explorer Unhandled Exception" > "An unhandled exception occurred in 3rd party module and will be closed. > "You may send an automatic report created to development center for further investigation. > "Sorry for any inconvenience caused", > with the boxes "save report" and "cancel" following. > > When either block is clicked, Internet Explorer closes. > > I would appreciate any help to resolve this issue. Thanks so much. > > Faye > > > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > Take pity on Digest subscribers and remember to SNIP when replying. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > ------------------------------- > To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message -- -------- K. Ross kr5927@gmail.com
I am using a Gateway laptop with Windows XP-SP3 and IE 7. When attempting to use a clickable website from within an Outlook Express email, I receive the following message: "Internet Explorer Unhandled Exception" "An unhandled exception occurred in 3rd party module and will be closed. "You may send an automatic report created to development center for further investigation. "Sorry for any inconvenience caused", with the boxes "save report" and "cancel" following. When either block is clicked, Internet Explorer closes. I would appreciate any help to resolve this issue. Thanks so much. Faye
You may be correct David, however, older versions of the Sun Java program are susceptible to attacks by hackers and malware. I would suggest that they should not be left on your system and, if older programs require them to function correctly, then there is a risk involved... update your older program OR do not connect to the Internet when operating your system. IMHO. Regards, Kevin. On Fri, Aug 21, 2009 at 1:03 PM, David C Abernathy <davea@schmeckabernathy.com> wrote: > > There is NO real reason to uninstall the older versions unless you are > hurting for disk space. Also note, that in one of the links earlier to the > Sun site, that it stated that "some" older programs written using a older > version "may" not work without the older version installed. > > Thanks, > David C Abernathy > Email disclaimers > ---------------------------------------------------------------------------- > This message represents the official view of the voices in my head. > ---------------------------------------------------------------------------- > http://www.SchmeckAbernathy.com > == All outgoing and incoming mail is scanned by F-Prot Antivirus == > > -----Original Message----- > From: computers-bounces@rootsweb.com [mailto:computers-bounces@rootsweb.com] > On Behalf Of Yvonne Strong > Sent: Friday, August 21, 2009 9:54 AM > To: computers@rootsweb.com > Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 > > Thanks Joe, > > I am willing to give it a try. I think that I was successful in taking > off Java Update 13 but I am sure that there are going to be times when I > once again end up with more Java than I need. I do have Win Zip on my > computer so can I use it to unzip the file? > > So far I have never had any troubles receiving attachments. > > Appreciate your help. > > Yvonne > > > Joe Snow wrote: > > Yvonne, I have a very small program that removes the oldest Java program > on > > your computer. It is a winzip program 35kb. I can try to send it to your > > > personal email account if you wish. You will need a program to unzip it. > I > > have had a few problem send attachments on charter net but we could try. > > > > > > > > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > Take pity on Digest subscribers and remember to SNIP when replying. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > ------------------------------- > To unsubscribe from the list, please send an email to > COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the > quotes in the subject and the body of the message > > > > > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > Take pity on Digest subscribers and remember to SNIP when replying. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > ------------------------------- > To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message -- -------- K. Ross kr5927@gmail.com
Hi Yvonne, Removing all of the Java programs in your system is not a big issue... Just go to Add/Remove Programs and remove them. Then install the latest version of Java (Link on my previous email). You can't really break anything as Java is not an "absolutely required" program on your system. Regards, Kevin. On Fri, Aug 21, 2009 at 12:54 PM, Yvonne Strong <ylstrong@charter.net> wrote: > > Thanks Joe, > > I am willing to give it a try. I think that I was successful in taking > off Java Update 13 but I am sure that there are going to be times when I > once again end up with more Java than I need. I do have Win Zip on my > computer so can I use it to unzip the file? > > So far I have never had any troubles receiving attachments. > > Appreciate your help. > > Yvonne > > > Joe Snow wrote: > > Yvonne, I have a very small program that removes the oldest Java program on > > your computer. It is a winzip program 35kb. I can try to send it to your > > personal email account if you wish. You will need a program to unzip it. I > > have had a few problem send attachments on charter net but we could try. > > > > > > > > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > Take pity on Digest subscribers and remember to SNIP when replying. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > ------------------------------- > To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message -- -------- K. Ross kr5927@gmail.com
Thanks Chris. There is a good computer shop near me who I am sure will advise correctly. Regards Peter > If not the battery - then it could be a failing CPU or related chipset and > that is NOT what you want to find. There are some simple diagnostics that > interrogate the chipset. However, if the PC is not yours, then you wouldn't > want to become involved with those. It would be a job for a trusted repair > shop - trusted not just to say "buy a new one" without first bothering to > find out what is wrong. Chris >
It also said: ''Note: You should report to the applet provider/developer about this dependability. They need to rectify their code in order to ensure compatibility with all Java versions.'' Bob ---- Original Message ----- From: "David C Abernathy" <davea@schmeckabernathy.com> To: <computers@rootsweb.com> Sent: Friday, August 21, 2009 10:03 AM Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 There is NO real reason to uninstall the older versions unless you are hurting for disk space. Also note, that in one of the links earlier to the Sun site, that it stated that "some" older programs written using a older version "may" not work without the older version installed. Thanks, David C Abernathy Email disclaimers ---------------------------------------------------------------------------- This message represents the official view of the voices in my head. ---------------------------------------------------------------------------- http://www.SchmeckAbernathy.com == All outgoing and incoming mail is scanned by F-Prot Antivirus == -----Original Message----- From: computers-bounces@rootsweb.com [mailto:computers-bounces@rootsweb.com] On Behalf Of Yvonne Strong Sent: Friday, August 21, 2009 9:54 AM To: computers@rootsweb.com Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 Thanks Joe, I am willing to give it a try. I think that I was successful in taking off Java Update 13 but I am sure that there are going to be times when I once again end up with more Java than I need. I do have Win Zip on my computer so can I use it to unzip the file? So far I have never had any troubles receiving attachments. Appreciate your help. Yvonne Joe Snow wrote: > Yvonne, I have a very small program that removes the oldest Java program on > your computer. It is a winzip program 35kb. I can try to send it to your > personal email account if you wish. You will need a program to unzip it. I > have had a few problem send attachments on charter net but we could try. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: Take pity on Digest subscribers and remember to SNIP when replying. :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: ------------------------------- To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: Take pity on Digest subscribers and remember to SNIP when replying. :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: ------------------------------- To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message E-mail message checked by Spyware Doctor (6.1.0.447) Database version: 6.13100 http://www.pctools.com/en/spyware-doctor-antivirus/
Thanks to all who have shared your knowledge of removing old Java programs with me. I love this list because all of you are so patient and willing to share your knowledge with those of us who are still on the learning curve. I removed all of the Java programs and then installed the latest update and all is working well. My best regards to all of you. Yvonne Kevin Ross wrote: > Hi Yvonne, > > Removing all of the Java programs in your system is not a big issue... > Just go to Add/Remove Programs and remove them. Then install the > latest version of Java (Link on my previous email). > > You can't really break anything as Java is not an "absolutely > required" program on your system. > > Regards, > Kevin. > > >
There is NO real reason to uninstall the older versions unless you are hurting for disk space. Also note, that in one of the links earlier to the Sun site, that it stated that "some" older programs written using a older version "may" not work without the older version installed. Thanks, David C Abernathy Email disclaimers ---------------------------------------------------------------------------- This message represents the official view of the voices in my head. ---------------------------------------------------------------------------- http://www.SchmeckAbernathy.com == All outgoing and incoming mail is scanned by F-Prot Antivirus == -----Original Message----- From: computers-bounces@rootsweb.com [mailto:computers-bounces@rootsweb.com] On Behalf Of Yvonne Strong Sent: Friday, August 21, 2009 9:54 AM To: computers@rootsweb.com Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 Thanks Joe, I am willing to give it a try. I think that I was successful in taking off Java Update 13 but I am sure that there are going to be times when I once again end up with more Java than I need. I do have Win Zip on my computer so can I use it to unzip the file? So far I have never had any troubles receiving attachments. Appreciate your help. Yvonne Joe Snow wrote: > Yvonne, I have a very small program that removes the oldest Java program on > your computer. It is a winzip program 35kb. I can try to send it to your > personal email account if you wish. You will need a program to unzip it. I > have had a few problem send attachments on charter net but we could try. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: Take pity on Digest subscribers and remember to SNIP when replying. :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: ------------------------------- To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message
Thanks Joe, I am willing to give it a try. I think that I was successful in taking off Java Update 13 but I am sure that there are going to be times when I once again end up with more Java than I need. I do have Win Zip on my computer so can I use it to unzip the file? So far I have never had any troubles receiving attachments. Appreciate your help. Yvonne Joe Snow wrote: > Yvonne, I have a very small program that removes the oldest Java program on > your computer. It is a winzip program 35kb. I can try to send it to your > personal email account if you wish. You will need a program to unzip it. I > have had a few problem send attachments on charter net but we could try. > >
My recommendation (because a guru recommended it to me) is to uninstall all Java from your control panel. Then install a fresh copy of Java. That way you are set with the latest security. Elaine No entertainment is so cheap as reading, nor any pleasure so lasting. --Lady Mary Wortley Montagu Hello Bud On Thursday, August 20, 2009, you wrote > ----- Original Message ----- > From: "Yvonne Strong" <ylstrong@charter.net> > To: <computers@rootsweb.com> > Sent: Thursday, August 20, 2009 4:42 PM > Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 >> Good Afternoon, >> >> I just noticed that I have Sun Java 6 Update 13 and Java 6 Update 15 on >> my computer. Can I delete Update 13? > NOT a good idea. Sun doesn't properly remove > only files before updates, > so an uninstall can remove files you need.
In the past I have noticed this "phenomena" !!! When I have a moment to clean up my system, I look for these Java "multiple installations" and I do the following... a) download the latest Java program http://www.java.com/en/download/manual.jsp b) uninstall all versions of Java c) install the java program downloaded in a) Regards, On Thu, Aug 20, 2009 at 7:42 PM, Yvonne Strong <ylstrong@charter.net> wrote: > > Good Afternoon, > > I just noticed that I have Sun Java 6 Update 13 and Java 6 Update 15 on > my computer. Can I delete Update 13? > > Thank you. > > Yvonne > > > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > Take pity on Digest subscribers and remember to SNIP when replying. > > :-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: > > > > > ------------------------------- > To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message -- -------- K. Ross kr5927@gmail.com
Thanks Bob, I have book marked the Java site. Appreciate your added help. Yvonne Robert Wilson wrote: > See what Java says: > > http://java.com/en/download/faq/remove_olderversions.xml > > Bob > > >
Thanks Elaine, Kevin, & Bud for your quick response to my question. The problem is taken care of, and I appreciate your help very much. Yvonne ETM wrote: > My recommendation (because a guru recommended it > to me) is to uninstall all Java from your control > panel. Then install a fresh copy of Java. That > way you are set with the latest security. > > Elaine > >
See what Java says: http://java.com/en/download/faq/remove_olderversions.xml Bob ----- Original Message ----- From: "Bud Jamison" <budscan@gmail.com> To: <computers@rootsweb.com> Sent: Thursday, August 20, 2009 7:06 PM Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 : ----- Original Message ----- : From: "Yvonne Strong" <ylstrong@charter.net> : To: <computers@rootsweb.com> : Sent: Thursday, August 20, 2009 4:42 PM : Subject: Re: [COMPUTERS] Remove Sun Java 6 Update 13 : : : > Good Afternoon, : > : > I just noticed that I have Sun Java 6 Update 13 and Java 6 Update 15 on : > my computer. Can I delete Update 13? : : NOT a good idea. Sun doesn't properly remove only files before updates, : so an uninstall can remove files you need. : : : : : : ::-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: : : Take pity on Digest subscribers and remember to SNIP when replying. : ::-~:-~:-~:-~:-~:-~:-~:-~:-~:-~: : : : : : ------------------------------- : To unsubscribe from the list, please send an email to COMPUTERS-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message : : : : : : E-mail message checked by Spyware Doctor (6.1.0.447) : Database version: 6.13090 : http://www.pctools.com/en/spyware-doctor-antivirus/