mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-27 21:31:09 -04:00
add ""GDH"" as installer conflict
This commit is contained in:
parent
a46edf400f
commit
13f9761e8b
1 changed files with 4 additions and 0 deletions
|
@ -405,6 +405,7 @@ Function .onVerifyInstDir
|
|||
IfFileExists $INSTDIR\quickldr.dll other_quickldr
|
||||
IfFileExists $INSTDIR\XInput9_1_0.dll other_xinput
|
||||
IfFileExists $INSTDIR\mimalloc.dll other_mimalloc
|
||||
IfFileExists $INSTDIR\GDH.dll other_GDH
|
||||
|
||||
; all checks passed
|
||||
valid:
|
||||
|
@ -430,6 +431,9 @@ Function .onVerifyInstDir
|
|||
other_mimalloc:
|
||||
StrCpy $0 "mimalloc.dll"
|
||||
Goto other
|
||||
other_GDH:
|
||||
StrCpy $0 "GDH.dll"
|
||||
Goto other
|
||||
other:
|
||||
${StrRep} $0 $(GEODE_TEXT_MOD_LOADER_ALREADY_INSTALLED) "the dll trademark" $0
|
||||
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue