Hello mausschieber, can I get help from you?
WemTool.exe added Until Dawn InstallerScript can you add it?
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
Contains the information topic regarding the assistance requested from you.
How to correctly process WWise Vorbis Audio | Guide + WemTool
Masquerade Thanks for your help