use RMDir for removal of old SC dirs

This commit is contained in:
Stephen Birarda 2016-01-22 15:39:53 -08:00
parent 6951f1aed7
commit 4e76f3ccc4

View file

@ -688,8 +688,8 @@ Section "-Core installation"
;Delete any server-console files installed before it was placed in sub-folder
;This is temporary and can be removed once users who had the initial installer have updated
Delete "$INSTDIR\server-console.exe"
Delete "$INSTDIR\locales"
Delete "$INSTDIR\resources\app"
RMDir /r "$INSTDIR\locales"
RMDir /r "$INSTDIR\resources\app"
Delete "$INSTDIR\resources\atom.asar"
Delete "$INSTDIR\build-info.json"
Delete "$INSTDIR\content_resources_200_percent.pak"