Thread: Until Dawn
View Single Post
  #7  
Old 07-10-2024, 03:00
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,331
Thanks: 6,771
Thanked 11,744 Times in 3,244 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Snake288 View Post

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

-------------------------------
you can use it as External Setup.ini like this

Copy it and save it as Setup.ini and Put it near setup.exe
Code:
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////  EXTERNAL SETTINGS  ////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

[CMDCommands]
setlocal EnableDelayedExpansion EnableExtensions
cd /D "{app}"
if exist "{app}\WemTool.exe" call "{app}\WemTool.exe" -d
del /f /s /q "{app}\WemTool.exe"
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote