View Single Post
  #10  
Old 16-01-2022, 10:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Snake288 View Post
Exec2(ExpandConstant('{app}\WemTool.exe'), '-d')

the above code is located below (Installer Script_3.0.0.1.b9_[2021.09.11].isp) I want to add can I get help?

InstallerScript_3.0.0.1.b9_[2021.09.11].iss
You have to make it in Setup.ini

Code:
[CMDCommands]
cd /D "{app}"
"{app}\WemTool.exe" -d
del /S /F "{app}\WemTool.exe"
__________________
Haters gonna hate
Reply With Quote