Quote:
Originally Posted by Snake288
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"