View Single Post
  #727  
Old 18-01-2014, 22:36
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
Unhappy

Quote:
Originally Posted by Razor12911 View Post
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

7Zip can contain more than 1 file.

and there might something wrong.

when compressing

7Zip > Precomp > Srep > Arc

when decompressing it has to be in reverse

Arc > Srep > Precomp > 7Zip

The steps either compressing or decompression may be incorrect.

I suggest to replace 7Zip with Arc
Thanks for replying.I started everything from scratch but i found this precomp error while installing and if i remove precomp during compression installer runs nicely.
Attached Images
File Type: png error.png (14.8 KB, 224 views)
Reply With Quote