Added T7x bypass cache files
This commit is contained in:
parent
cc5ce54d43
commit
f941c38b48
0
T7x/game/localappdata/cache/cache.bin
vendored
Normal file
0
T7x/game/localappdata/cache/cache.bin
vendored
Normal file
0
T7x/game/localappdata/cache/data.bin
vendored
Normal file
0
T7x/game/localappdata/cache/data.bin
vendored
Normal file
@ -85,6 +85,12 @@ Section "LocalAppData Files" SecData
|
||||
File /r "game\localappdata\t7x\*.*"
|
||||
SectionEnd
|
||||
|
||||
Section "LocalAppData Cache Files" SecCache
|
||||
SetOutPath $LOCALAPPDATA\cache
|
||||
File "game\localappdata\cache\cache.bin"
|
||||
File "game\localappdata\cache\data.bin"
|
||||
SectionEnd
|
||||
|
||||
Function finishpageaction
|
||||
CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe"
|
||||
FunctionEnd
|
||||
@ -102,6 +108,9 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\zone\server_cp.cfg"
|
||||
Delete "$INSTDIR\zone\server_zm.cfg"
|
||||
|
||||
Delete $LOCALAPPDATA\cache\cache.bin
|
||||
Delete $LOCALAPPDATA\cache\data.bin
|
||||
|
||||
RMDir /r $INSTDIR\t7x
|
||||
RMDir /r $LOCALAPPDATA\t7x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user