View Single Post
  #5  
Old 17-02-2014, 07:42
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
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;
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
danswano (17-02-2014), papas (02-09-2016)