Cant find the failure
Section "un.Uninstaller"
RMDir /r "$INSTDIR"
RMDir /r "$APPDATA\Company\Test Program"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Test Program"
Delete "$DESKTOP\Test Program.lnk"
Delete "$SMPROGRAMS\Company\Test Program.lnk"
Delete "$SMPROGRAMS\Company\Uninstall Test Program.lnk"
RMDir "$SMPROGRAMS\Company"
SectionEnd
Hello,
Please help me. I cant find the mistake in my program. The Installation runs perfectly. But the Uninstallation only delets the $INSTDIR. All other commands will be ignored like Shortcuts or the $appdata folder.
Thanks
Aemik