File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -654,6 +654,11 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
654
654
${EndIf}
655
655
# ############################################################
656
656
657
+ # ############################################################
658
+ # Delete existing winmm.dll to prevent GTA process start conflicts
659
+ Delete " $INSTDIR\MTA\winmm.dll"
660
+ # ############################################################
661
+
657
662
SetOutPath " $INSTDIR\MTA"
658
663
SetOverwrite on
659
664
@@ -668,7 +673,7 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
668
673
File " ${FILES_ROOT}\mta\multiplayer_sa.dll"
669
674
File " ${FILES_ROOT}\mta\netc.dll"
670
675
File " ${FILES_ROOT}\mta\loader.dll"
671
- File " ${FILES_ROOT}\mta\winmm .dll"
676
+ File " ${FILES_ROOT}\mta\mtasa .dll"
672
677
File " ${FILES_ROOT}\mta\pthread.dll"
673
678
File " ${FILES_ROOT}\mta\cefweb.dll"
674
679
File " ${FILES_ROOT}\mta\libwow64.dll"
You can’t perform that action at this time.
0 commit comments