Thread: Until Dawn
View Single Post
  #4  
Old 06-10-2024, 11:09
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Merhaba mausschieber, Can I get help?

Until Dawn InstallerScript'e WemTool.exe can you add?

information about the code to be added

::To be used in CIU Setup.ini

[CMDCommands]
setlocal EnableDelayedExpansion EnableExtensions
cd /D "{app}"
if exist "{app}\WemTool.exe" call "{app}\WemTool.exe" -d
del /f /s /q "{app}\WemTool.exe"

-------------------------------

::To be used in other installer scripts like ASIS
::WemTool.exe is executed from application root folder

@echo off
setlocal EnableDelayedExpansion EnableExtensions
if exist "WemTool.exe" call "WemTool.exe" -d
del /f /s /q "WemTool.exe"
del "%~f0"

Arc.groups Information to be added to the file

$Default

$SOUNDPack
*.ww
*.diffz
*.bank
*.fsb
*.bnk
*.pck
*.wem
*.exe
*.dll
*.sbp

$BPKPack
*.bik
*.bk2
Reply With Quote