Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. My support nightmare

My support nightmare

Scheduled Pinned Locked Moved The Lounge
csharphelpwpfquestionwinforms
32 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Douglas Troy

    Christian - Speaking to your installer issue with you not being able to get the installers to reinstall - I've seen that happen before, because the uninstall leaves behind the .NET directory and some files (although I do not recall seeing the error messages you are seeing) Uninstall the whole mess, then: Make certain the C:\Windows\Microsoft.NET\Framework\v2.0.50727 folder is gone Make certain the C:\Windows\Microsoft.NET\Framework\v3.0 folder is gone Make certain the C:\Windows\Microsoft.NET\Framework\v3.5 folder is gone Then you can try to reinstall


    :..::. Douglas H. Troy ::..
    Bad Astronomy |VCF|wxWidgets|WTL

    C Offline
    C Offline
    Christian Graus
    wrote on last edited by
    #9

    Thanks - I think my issue is more registry entries, but I've downloaded a tool to remove them, so we'll try that and see.

    Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

    D 1 Reply Last reply
    0
    • C Christian Graus

      Thanks - I think my issue is more registry entries, but I've downloaded a tool to remove them, so we'll try that and see.

      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #10

      I've been through the whole mess myself. Even down to killing the directories, GAC folders, and registry entries, and stll ended up formatting the machine and starting over. Worked like a charm after that...

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      C 1 Reply Last reply
      0
      • D Dave Kreskowiak

        I've been through the whole mess myself. Even down to killing the directories, GAC folders, and registry entries, and stll ended up formatting the machine and starting over. Worked like a charm after that...

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #11

        *grin* well at least there's a solution.

        Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

        D 1 Reply Last reply
        0
        • C Christian Graus

          So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

          Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

          T Offline
          T Offline
          ToddHileHoffer
          wrote on last edited by
          #12

          That is awful. Do you have an MSDN subscription? Call Microsoft! After reading your post I am so thankful that I only write web applications. Yeah, it comes with it own set of headaches but nothing like that. The worst part is that you end up looking like an incompetent ass and it is completely not your fault.

          I didn't get any requirements for the signature

          C 1 Reply Last reply
          0
          • T ToddHileHoffer

            That is awful. Do you have an MSDN subscription? Call Microsoft! After reading your post I am so thankful that I only write web applications. Yeah, it comes with it own set of headaches but nothing like that. The worst part is that you end up looking like an incompetent ass and it is completely not your fault.

            I didn't get any requirements for the signature

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #13

            ToddHileHoffer wrote:

            Do you have an MSDN subscription? Call Microsoft!

            Microsoft support is non existant. Even when I was an MVP, it was a joke.

            Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

            V T 2 Replies Last reply
            0
            • C Christian Graus

              So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

              Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

              D Offline
              D Offline
              Dijup
              wrote on last edited by
              #14

              I was one of the victim of of the issue. I removed all the .net framework and reinstalled .net frame work 2 the again installed 3.5 which resolved my problem. I think you can try that.

              C 1 Reply Last reply
              0
              • C Christian Graus

                *grin* well at least there's a solution.

                Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #15

                It was quicker than pulling my hair out for another 4 hours... What's left of it anyway. :-D

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008

                1 Reply Last reply
                0
                • C Christian Graus

                  So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                  Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                  L Offline
                  L Offline
                  leppie
                  wrote on last edited by
                  #16

                  Did you install the 3 recommended patches after 3.5 SP1 as noted on the SP1 download page?

                  xacc.ide
                  IronScheme - 1.0 beta 3 - out now!
                  ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

                  C 1 Reply Last reply
                  0
                  • C Christian Graus

                    So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                    Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                    P Offline
                    P Offline
                    peterchen
                    wrote on last edited by
                    #17

                    Christian Graus wrote:

                    Has anyone seen anything like this ?

                    Yes, in many products in their infancy stage. Oh wait, you wanted a solution?

                    Don't attribute to stupidity what can be equally well explained by buerocracy.
                    My latest article | Linkify!| FoldWithUs! | sighist

                    C 1 Reply Last reply
                    0
                    • C Christian Graus

                      So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                      N Offline
                      N Offline
                      NormDroid
                      wrote on last edited by
                      #18

                      I've had a similar problem, reinstalling/repairing the .net 3.5sp1 fixed it, failing that it could be down to registry problems.

                      Software Kinetics (requires SL3 beta) - Moving software

                      1 Reply Last reply
                      0
                      • D Dijup

                        I was one of the victim of of the issue. I removed all the .net framework and reinstalled .net frame work 2 the again installed 3.5 which resolved my problem. I think you can try that.

                        C Offline
                        C Offline
                        Christian Graus
                        wrote on last edited by
                        #19

                        That's what I did, though....

                        Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                        1 Reply Last reply
                        0
                        • L leppie

                          Did you install the 3 recommended patches after 3.5 SP1 as noted on the SP1 download page?

                          xacc.ide
                          IronScheme - 1.0 beta 3 - out now!
                          ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

                          C Offline
                          C Offline
                          Christian Graus
                          wrote on last edited by
                          #20

                          There's MORE patches AFTER all the ones that SP1 installs ? No, I didn't install SP1 at ALL, the client did, and all I did was focus on winding back. I HAVE run SP1 without any other patches on my machine tho and had no issues.

                          Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                          D 1 Reply Last reply
                          0
                          • C Christian Graus

                            ToddHileHoffer wrote:

                            Do you have an MSDN subscription? Call Microsoft!

                            Microsoft support is non existant. Even when I was an MVP, it was a joke.

                            Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                            V Offline
                            V Offline
                            Vasudevan Deepak Kumar
                            wrote on last edited by
                            #21

                            In a way sometimes the vendor support of any major now looks horrible. We would need to carefully assess their solutions before implementing their recommendations so that we are not pushed to a situation of pulling our hairs at the 23rd hour with an embarrasing face before the client. On a personal front, I once encountered a true moronic dumbnut in Nokia Customercare who suggested me to use 'Restore Factory Settings' (equivalent of formatting) on the device just to check and assess the battery life. I have shared out a review here: www.mouthshut.com/review/Nokia_5800_XpressMusic-168046-1.html[^] (The category for my mobile Nokia 6030 is unavailable still and hence requested MouthShut support to have one created and the article moved there). Had this been another layman, he would have religiously followed their advice only to see all his downloaded ringtones, Phone Memory based Phonebook, Personalised Settings vanish that easily.

                            Vasudevan Deepak Kumar Personal Homepage
                            Tech Gossips
                            The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                            1 Reply Last reply
                            0
                            • P peterchen

                              Christian Graus wrote:

                              Has anyone seen anything like this ?

                              Yes, in many products in their infancy stage. Oh wait, you wanted a solution?

                              Don't attribute to stupidity what can be equally well explained by buerocracy.
                              My latest article | Linkify!| FoldWithUs! | sighist

                              C Offline
                              C Offline
                              Christian Graus
                              wrote on last edited by
                              #22

                              peterchen wrote:

                              Yes, in many products in their infancy stage.

                              .NET has been out since 2002, seven years is long enough to work out how to install a patch. And, no, I didn't really expect a solution, I just wanted to complain.

                              Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                              P 1 Reply Last reply
                              0
                              • C Christian Graus

                                peterchen wrote:

                                Yes, in many products in their infancy stage.

                                .NET has been out since 2002, seven years is long enough to work out how to install a patch. And, no, I didn't really expect a solution, I just wanted to complain.

                                Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                                P Offline
                                P Offline
                                peterchen
                                wrote on last edited by
                                #23

                                I didn't say .NET is in its infacy....

                                Don't attribute to stupidity what can be equally well explained by buerocracy.
                                My latest article | Linkify!| FoldWithUs! | sighist

                                1 Reply Last reply
                                0
                                • C Christian Graus

                                  So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                                  Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                                  W Offline
                                  W Offline
                                  woudwijk
                                  wrote on last edited by
                                  #24

                                  Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                                  My second computer is your linux box.

                                  V P realJSOPR 3 Replies Last reply
                                  0
                                  • W woudwijk

                                    Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                                    My second computer is your linux box.

                                    V Offline
                                    V Offline
                                    Vasudevan Deepak Kumar
                                    wrote on last edited by
                                    #25

                                    Thanks for sharing about the tool. I voted a '5' for this message.

                                    Vasudevan Deepak Kumar Personal Homepage
                                    Tech Gossips
                                    The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                                    1 Reply Last reply
                                    0
                                    • W woudwijk

                                      Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                                      My second computer is your linux box.

                                      P Offline
                                      P Offline
                                      peterchen
                                      wrote on last edited by
                                      #26

                                      Because good software should cleanup after itself? :rolleyes:

                                      Don't attribute to stupidity what can be equally well explained by buerocracy.
                                      My latest article | Linkify!| FoldWithUs! | sighist

                                      1 Reply Last reply
                                      0
                                      • C Christian Graus

                                        So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                                        Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #27

                                        Use ghost. Its the best "uninstaller" there is

                                        Morality is indistinguishable from social proscription

                                        L realJSOPR 2 Replies Last reply
                                        0
                                        • L Lost User

                                          Use ghost. Its the best "uninstaller" there is

                                          Morality is indistinguishable from social proscription

                                          L Offline
                                          L Offline
                                          leppie
                                          wrote on last edited by
                                          #28

                                          fat_boy wrote:

                                          Its the best "uninstaller" there is

                                          format /u is better, sorry.

                                          xacc.ide
                                          IronScheme - 1.0 beta 3 - out now!
                                          ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups