View Single Post
  #4  
Old 20-12-2014, 04:17
Andrey167's Avatar
Andrey167 Andrey167 is offline
Registered User
 
Join Date: Nov 2013
Location: Azerbaycan
Posts: 134
Thanks: 208
Thanked 124 Times in 46 Posts
Andrey167 is on a distinguished road
add to the script
files to unpack http://rghost.ru/59826487

[Files]
Source: ISDone\Include\nz.exe; DestDir: {tmp}; Flags: dontcopy

procedure CurStepChanged(CurStep: TSetupStep);
var
----------
ExtractTemporaryFile('arc.ini');
ExtractTemporaryFile('nz.exe');
-----------

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

Last edited by Andrey167; 20-12-2014 at 04:20.
Reply With Quote
The Following 2 Users Say Thank You to Andrey167 For This Useful Post:
Danik1B9 (20-12-2014), Simorq (23-01-2015)