Minor Windows installer fixes.

This commit is contained in:
Matthew Bowra-Dean
2010-09-08 22:52:39 +12:00
committed by Chris Forbes
parent 68dcec87c7
commit ed5a3338fe

View File

@@ -250,6 +250,7 @@ Function ${UN}Clean
Delete $INSTDIR\COPYING Delete $INSTDIR\COPYING
Delete $INSTDIR\HACKING Delete $INSTDIR\HACKING
Delete $INSTDIR\INSTALL Delete $INSTDIR\INSTALL
Delete $INSTDIR\VERSION
Delete $INSTDIR\OpenRA.ico Delete $INSTDIR\OpenRA.ico
Delete $INSTDIR\*.ttf Delete $INSTDIR\*.ttf
Delete $INSTDIR\settings-netplay-*.ini Delete $INSTDIR\settings-netplay-*.ini
@@ -264,7 +265,7 @@ Function ${UN}Clean
!insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
RMDir /r "$SMPROGRAMS\$StartMenuFolder" RMDir /r "$SMPROGRAMS\$StartMenuFolder"
;DeleteRegKey HKCU "Software\OpenRA" DeleteRegKey HKLM "Software\OpenRA"
FunctionEnd FunctionEnd
!macroend !macroend