View Single Post
  #5  
Old 13-09-2015, 06:20
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Quote:
Originally Posted by vint56 View Post
ffmla
Use ISDone0.6final arc to unpack archives and wrapping iwi back
arc to unpack archives
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data-1.arc'), ExpandConstant('{app}\'), '', false, 'vint56', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
wrapping iwi back
if not ISPackZIP( 0, 0, ExpandConstant('{app}\Main\iw_00\*'), ExpandConstant('{app}\Main\iw_00.iwd'), 1, true ) then break;
Thanks for reply.
Is it possible to get all iwd by packzip method?if not ISPackZIP( 0, 0, the number 0,0 for all is file re
spectively or not.
But my base question is how to call bat file along with installation of inno script.
Thanks.
Reply With Quote