ardy30 / tman

Automatically exported from code.google.com/p/tman
GNU General Public License v2.0
0 stars 0 forks source link

Not fully uninstalled #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install on memory card
2. Use
3. Uninstall

What is the expected output? What do you see instead?
Full uninstall should succeed. Instead uninstall displays a message "not
fully uninstalled" (and offers to remove from installed programs list).

What version of the product are you using? On what operating system?
Latest - 0.9.10

Please provide any additional information below.
Using Toshiba G900. Software was not running during uninstall (no files
should be locked). After partial uninstall, the program appears in programs
list, runs, but doesn't displays settings window).
Please, post steps for manual uninstall (directories, files and registry
entries removal).

Original issue reported on code.google.com by Norbert....@gmail.com on 5 Nov 2008 at 3:12

GoogleCodeExporter commented 8 years ago
Found myself what to remove (still dont know what came wrong).

;Uninstall section
Section Uninstall
    ;Remove from registry...
    DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}"
    DeleteRegKey HKLM "SOFTWARE\${APPNAME}"
    ; Delete self
    Delete "$INSTDIR\uninstall.exe"
    ; Clean up Birthdays
    Delete "$INSTDIR\tMan.arm.cab"
    Delete "$INSTDIR\tMan.ini"
    Delete "$INSTDIR\COPYING"
    ; Remove remaining directories
    RMDir "$INSTDIR\"
SectionEnd

Original comment by Norbert....@gmail.com on 5 Nov 2008 at 3:22

GoogleCodeExporter commented 8 years ago
Found (and deleted):
- HKLM\\Software\Apps\David Andr tMan\ (3 values)
- HKLM\\Software\Apps\Shared\ (2 values)
- HKCU\\Software\Microsoft\Shell\TaskSwitch\ (1 value)
- HKCU\\System\State\Shell\Start MRU\ (binary value)
- HKLM\\Security\AppInstall\David Andr tMan\ (6 values)
- tMan in \Windows\Start Menu\Programs
Not found registry keys mentionned in previous post.
Looks good now, but if feel it messy inside :(

Original comment by Norbert....@gmail.com on 5 Nov 2008 at 3:58