no longer show megahack message on installer

maybe we should make it show which dll file is conflicting..
This commit is contained in:
mat 2024-01-02 23:16:28 -03:00
parent b4235bb59a
commit 6ed419aab0

View file

@ -399,7 +399,7 @@ Function .onVerifyInstDir
IfFileExists $INSTDIR\Geode.dll valid
; check mod loaders/mod menus
IfFileExists $INSTDIR\hackpro.dll megahack
IfFileExists $INSTDIR\hackpro.dll other
IfFileExists $INSTDIR\ToastedMarshmellow.dll other
IfFileExists $INSTDIR\quickldr.dll other
IfFileExists $INSTDIR\XInput9_1_0.dll other
@ -413,9 +413,6 @@ Function .onVerifyInstDir
noGameNoLife:
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$(GEODE_TEXT_GD_MISSING)"
Goto error
megahack:
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$(GEODE_TEXT_MH_ALREADY_INSTALLED)"
Goto error
other:
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$(GEODE_TEXT_MOD_LOADER_ALREADY_INSTALLED)"
Goto error