View Single Post
  #7  
Old 06-02-2013, 08:07
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by Prashantoo7 View Post
i want to keep only ENG lang file for dead space 3
can some one please tell me which files to delete from the below pic
No need, the Compress.bat makes it for you


Quote:
Originally Posted by neu10 View Post
excellent compression, I wondered if not too much trouble and could give me the files needed for decompression and would like to use it in another installer but with the files I have branded me wrong because I do not support that type of decompression, thanks
Enable srepinside & precompinside and then call ISArcExtract function (Isdone.dll) from Inno setup.

If you want extract manually the archives, type from conversion folder:

Code:
arc x DS3\Data1.bin
...

Last edited by peterf1999; 06-02-2013 at 08:18.
Reply With Quote
The Following User Says Thank You to peterf1999 For This Useful Post:
neu10 (06-02-2013)