| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
How do I uninstall SourceCoder completely?
Question: How do I uninstall completely SourceCoder. I keep getting the 60 days warning after I have uninstalled it with the control panel utility.Answer: The proper way to uninstall SourceCoder is to use the shortcut that was created in the SourceCoder group in your start menu. Using the uninstall via the control panel leaves an entry in the registry.You must run shortcut "Un-Register from Delphi IDE" first. "Uninstall" should be run afterwards, it will remove the tool which (Un)registers in Delphi's IDE. In the case, that you already removed this tool (the EXE-Name is RegTools.exe, and to unregister, you need to call RegTools.exe /u, you can manually uninstall:
Comments:
|