File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,8 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
661
661
File " ${FILES_ROOT}\mta\loader.dll"
662
662
File " ${FILES_ROOT}\mta\pthread.dll"
663
663
File " ${FILES_ROOT}\mta\cefweb.dll"
664
+ File " ${FILES_ROOT}\mta\libwow64.dll"
665
+ File " ${FILES_ROOT}\mta\wow64_helper.exe"
664
666
665
667
SetOutPath " $INSTDIR\MTA"
666
668
File " ${FILES_ROOT}\mta\chrome_elf.dll"
@@ -1089,10 +1091,14 @@ Section Uninstall
1089
1091
1090
1092
RmDir /r " $INSTDIR\MTA\cgui"
1091
1093
RmDir /r " $INSTDIR\MTA\data"
1094
+ RmDir /r " $INSTDIR\MTA\CEF"
1095
+ RmDir /r " $INSTDIR\MTA\locale"
1092
1096
Delete " $INSTDIR\MTA\*.dll"
1093
- Delete " $INSTDIR\MTA\*.ax"
1094
- Delete " $INSTDIR\MTA\*.txt"
1097
+ Delete " $INSTDIR\MTA\*.exe"
1098
+ Delete " $INSTDIR\MTA\*.dmp"
1099
+ Delete " $INSTDIR\MTA\*.log"
1095
1100
Delete " $INSTDIR\MTA\*.dat"
1101
+ Delete " $INSTDIR\MTA\*.bin"
1096
1102
1097
1103
RmDir /r " $APPDATA\MTA San Andreas All\${0.0}"
1098
1104
; TODO if $APPDATA\MTA San Andreas All\Common is the only one left, delete it
You can’t perform that action at this time.
0 commit comments