From ed5a3338fe1b0b2f4ff759cd007172deb6e7e0d0 Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Wed, 8 Sep 2010 22:52:39 +1200 Subject: [PATCH] Minor Windows installer fixes. --- packaging/windows/OpenRA.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index af211e2f40..ae8de6d5be 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -250,6 +250,7 @@ Function ${UN}Clean Delete $INSTDIR\COPYING Delete $INSTDIR\HACKING Delete $INSTDIR\INSTALL + Delete $INSTDIR\VERSION Delete $INSTDIR\OpenRA.ico Delete $INSTDIR\*.ttf Delete $INSTDIR\settings-netplay-*.ini @@ -264,7 +265,7 @@ Function ${UN}Clean !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder RMDir /r "$SMPROGRAMS\$StartMenuFolder" - ;DeleteRegKey HKCU "Software\OpenRA" + DeleteRegKey HKLM "Software\OpenRA" FunctionEnd !macroend