maint: added runner.exe and tlsdll.dll to the installer/uninstaller
This commit is contained in:
parent
3d373cda8a
commit
bfd3785087
@ -71,6 +71,8 @@ FunctionEnd
|
|||||||
Section "Main Application" SecMain
|
Section "Main Application" SecMain
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File "..\build\bin\x64\Release\iw7-mod.exe"
|
File "..\build\bin\x64\Release\iw7-mod.exe"
|
||||||
|
File "..\build\bin\x64\Release\runner.exe"
|
||||||
|
File "..\build\bin\x64\Release\tlsdll.dll"
|
||||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@ -99,6 +101,8 @@ FunctionEnd
|
|||||||
; Uninstaller Sections
|
; Uninstaller Sections
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
Delete $INSTDIR\iw7-mod.exe
|
Delete $INSTDIR\iw7-mod.exe
|
||||||
|
Delete $INSTDIR\runner.exe
|
||||||
|
Delete $INSTDIR\tlsdll.dll
|
||||||
Delete "$DESKTOP\${PRODUCT_NAME}.lnk"
|
Delete "$DESKTOP\${PRODUCT_NAME}.lnk"
|
||||||
Delete $INSTDIR\main\server_mp.cfg
|
Delete $INSTDIR\main\server_mp.cfg
|
||||||
Delete $INSTDIR\main\server_zm.cfg
|
Delete $INSTDIR\main\server_zm.cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user