BUGZ-1167: remove unwanted binaries from bad client-only installers

This commit is contained in:
Brad Davis 2019-09-10 12:30:20 -07:00
parent c78087b1f1
commit a49fe4844b

View file

@ -1156,7 +1156,12 @@ FunctionEnd
Section "-Core installation"
;The following delete blocks are temporary and can be removed once users who had the initial installer have updated
; 2016-02-25 - The following delete blocks are temporary and can be removed once users who had the initial installer have updated
; 2019-09-10 - (3 and a half years later) Sure they are buddy. Sure they are.
;Delete any server executables that might have been installed by bad versions of the client-only installer
Delete "$INSTDIR\assignment-client.exe"
Delete "$INSTDIR\domain-server.exe"
;Delete any server-console files installed before it was placed in sub-folder
Delete "$INSTDIR\server-console.exe"