Quote:
Originally Posted by danswano
Hello,
How to execute a command line using ISExec?
for example i want to execute
This is the stock code from ISDone.iss
can you modify it for me?
|
Code:
if not ISExec ( 0, 0, 0, 'program.exe', 'file.ext', '', '',false) then break;