View Single Post
  #8  
Old 08-09-2013, 06:54
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello razor, how do i call 7z to unpack a file using ISExcec or even call arc to unpack an arc file using it as well.
I need to know how to use ISExcec cause it's not working for me.
for example:
Quote:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\arc.exe'), ExpandConstant('x "{src}\data.arc" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
This one is not unpacking anything.
Reply With Quote