From aa254bb726ca00ef525d8782a5d6ab60b307a605 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 12 Feb 2003 06:32:48 +0000 Subject: [PATCH] fix uninstallation of regkeys --- stepmania/stepmania.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index c7570ca383..564e6f4654 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -233,8 +233,8 @@ Section Uninstall ; add delete commands to delete whatever files/registry keys/etc you installed here. Delete "$INSTDIR\uninst.exe" -DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\StepMania\StepMania" -DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\StepMania" +DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\StepMania\${PRODUCT_ID}" +DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_ID}" DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Classes\Applications\smpackage.exe\shell\open\command" DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Classes\smzipfile"