Hello,
How to execute a command line using ISExec?
for example i want to execute
This is the stock code from ISDone.iss
Quote:
|
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\Arc.exe'), ExpandConstant('x -o+ "{src}\001.arc" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
|
can you modify it for me?