Can you fix this code for me, i don't know what's wrong:
Quote:
ExtractTemporaryFile('7z.exe');
ExtractTemporaryFile('7z.dll');
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\7z.exe'), '-o"' + ExpandConstant('{app}') + '" a -tzip -y -r data.zip"' + ExpandConstant('{app}\datafiles') + '" ', ExpandConstant('{tmp}'), 'please wait.',false) then break;
DeleteFile(ExpandConstant('{app}\datafiles'));
|
I want to pack mutiple files/folders inside a folder called datafiles into a single zip called data.zip.