View Single Post
  #1340  
Old 20-02-2018, 14:27
Andu21 Andu21 is offline
Registered User
 
Join Date: Feb 2016
Location: Impossible Planet
Posts: 114
Thanks: 179
Thanked 48 Times in 38 Posts
Andu21 is on a distinguished road
Hi guys/gals, is there any way i can make Razor work with ISExec? This is what i've tried so far with no luck:

Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\rz.exe'), ExpandConstant('x "{src}\data.rz" -o "{app}\Folder"'), ExpandConstant('{app}'), 'Extracting...',false) then break;

Last edited by Andu21; 20-02-2018 at 14:31. Reason: Better formatting.
Reply With Quote