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;