Open GoogleCodeExporter opened 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
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
Original issue reported on code.google.com by
Norbert....@gmail.com
on 5 Nov 2008 at 3:12