Thread: Until Dawn
View Single Post
  #2  
Old 06-10-2024, 07:21
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
Thumbs down WemTool.exe added Until Dawn InstallerScript can you add it?

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
Attached Files
File Type: 7z WemTool.7z (1.54 MB, 3 views)

Last edited by Snake288; 06-10-2024 at 07:33.
Reply With Quote