From 349f07057ffbd3cd14050def96373ee348ac199b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 4 Sep 2003 20:49:25 +0000 Subject: [PATCH] remove old desktop icons --- stepmania/stepmania.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 178fe1a86a..d01f635090 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -343,6 +343,10 @@ Delete "$INSTDIR\crashinfo.txt" RMDir "$INSTDIR" ; will delete only if empty SetShellVarContext all ; delete from "All Users" if NT +# These two versions didn't uninstall their desktop icon correctly. +# Let's do this until, say, alpha 5 or so. +Delete "$DESKTOP\Play StepMania 3.9 alpha 2.lnk" +Delete "$DESKTOP\Play StepMania 3.9 alpha 3.lnk" Delete "$DESKTOP\Play ${PRODUCT_NAME_VER}.lnk" ; I'm being paranoid here: Delete "$SMPROGRAMS\${PRODUCT_ID}\*.*"