Quote:
Originally Posted by KaktoR
You have to make it in Setup.ini
Code:
[CMDCommands]
cd /D "{app}"
"{app}\WemTool.exe" -d
del /S /F "{app}\WemTool.exe"
|
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
.iss.html]InstallerScript_3.0.0.1.b9_[2021.09.11].iss - 1.1 MB
Setup.ini - 123 KB
can I get help about adding codes please?