Fix desktop icon uninstallation

This commit is contained in:
Glenn Maynard
2003-09-04 20:47:02 +00:00
parent 256a40e4a9
commit 192ccf3291
+1 -1
View File
@@ -343,7 +343,7 @@ Delete "$INSTDIR\crashinfo.txt"
RMDir "$INSTDIR" ; will delete only if empty
SetShellVarContext all ; delete from "All Users" if NT
Delete "$DESKTOP\Play {PRODUCT_NAME_VER}.lnk"
Delete "$DESKTOP\Play ${PRODUCT_NAME_VER}.lnk"
; I'm being paranoid here:
Delete "$SMPROGRAMS\${PRODUCT_ID}\*.*"
RMDir "$SMPROGRAMS\${PRODUCT_ID}"