NEWBIE: Cannot delete files on uninstall
in the uninstall section i do this:
ReadRegStr $2 HKEY_LOCAL_MACHINE "SOFTWARE\MyCompany\Tools" "PhotoshopPath"
this key was written by the install and contains the path to the filters i installed (checked with regedit). Then lines below are:
Delete "$INSTDIR\MyUninst.exe"
Delete "$2\MyFilter.8bf"
When running the uninstall the MyFilter file is NOT deleted, and it does not show up in the log either as being deleted. The uninstall file IS deleted however.
Any ideas why?