Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30-12-2016, 04:40
zouzouni zouzouni is offline
Registered User
 
Join Date: Aug 2016
Location: France
Posts: 18
Thanks: 10
Thanked 24 Times in 10 Posts
zouzouni is on a distinguished road
yes it can be extracted through ISArcExtract.... just add lines in your inno script to extract needed files before isarcextract starts!

eg: ExtractTemporaryFile('pZLib.exe');
ExtractTemporaryFile('raw2hif_dll.dll');
ExtractTemporaryFile('hif2raw_dll.dll');

-f is for fast verification of files, don't use it with -m2 option ; should only be used with -m1 option

Last edited by zouzouni; 30-12-2016 at 04:55.
Reply With Quote
Sponsored Links
  #2  
Old 30-12-2016, 04:49
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 529
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Quote:
Originally Posted by zouzouni View Post
yes it can be extracted through ISArcExtract.... just add lines in your inno script to extract needed files before isarcextract starts!

eg: ExtractTemporaryFile('pZLib.exe');
ExtractTemporaryFile('raw2hiff_dll.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
Those files are included and extracted after running the "setup.exe" ! Arc.ini too -->

unsupported compression pzlib.

It cant decompress the archive :
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\c1.dat'), ExpandConstant('{app}\'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

WTH ?!


Edit :

if not ISExec(0, 0, 0, ExpandConstant('{tmp}\arc.exe'), ExpandConstant('x -o+ -cfg"{tmp}\arc.ini" -w"{app}" -dp"{app}" "{src}\try.arc"'), ExpandConstant('{tmp}'), '...', False) then break;

Extract successul !

But ISArcExtract would be better....

Last edited by shazzla; 30-12-2016 at 05:10.
Reply With Quote
  #3  
Old 30-12-2016, 05:16
zouzouni zouzouni is offline
Registered User
 
Join Date: Aug 2016
Location: France
Posts: 18
Thanks: 10
Thanked 24 Times in 10 Posts
zouzouni is on a distinguished road
Quote:
Originally Posted by shazzla View Post
Those files are included and extracted after running the "setup.exe" ! Arc.ini too -->

unsupported compression pzlib.

It cant decompress the archive :
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\c1.dat'), ExpandConstant('{app}\'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

WTH ?!


Edit :

if not ISExec(0, 0, 0, ExpandConstant('{tmp}\arc.exe'), ExpandConstant('x -o+ -cfg"{tmp}\arc.ini" -w"{app}" -dp"{app}" "{src}\try.arc"'), ExpandConstant('{tmp}'), '...', False) then break;

Extract successul !

But ISArcExtract would be better....


try this:

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Reply With Quote
  #4  
Old 30-12-2016, 05:35
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 529
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Quote:
Originally Posted by zouzouni View Post
try this:

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
unarc.dll returned an error code : -2
error : unsupported compression method pzlib+srep+delta+lzma....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anno 1701 won't load, just get a blue screen! Shadow22 General Gaming 5 28-08-2012 12:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 03:33
Elder Scrolls IV: Oblivion. WTF FOR ME. SansMercy General Gaming 5 07-04-2007 23:05
weird error.... sheykh PC Games 5 07-05-2006 20:23
Have someone the german final release of WinNT 5 (2000) SP2 luckystar PC Games 0 15-08-2001 12:11



All times are GMT -7. The time now is 06:09.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com