|
|
|
#1
|
|||
|
|||
|
please help me...
while unpacking i am getting unarc.dll has returned with error code 1.. arc data corrupted... I included precomp.exe, cls-precompmt.dll and cls-precompmt.ini in wpi script... |
| Sponsored Links |
|
#2
|
|||
|
|||
|
@everyone
The problem is only with scripts... cmd extractor works good...
|
|
#3
|
|||
|
|||
|
example on ISDone0.6final
#define Precompmt [Setup] [Files] #ifdef Precompmt Source: Include\PrecompMt\cls-precompmt.dll; DestDir: {tmp}; Flags: dontcopy Source: Include\PrecompMt\precomp.exe; DestDir: {tmp}; Flags: dontcopy Source: Include\PrecompMt\precomp64.exe; DestDir: {tmp}; Flags: dontcopy #endif [Code] var i:integer; procedure CancelButtonOnClick(Sender: TObject); begin SuspendProc; if MsgBox(SetupMessage(msgExitSetupMessage), mbConfirmation, MB_YESNO) = IDYES then ISDoneCancel:=1; #ifdef Precompmt if not IsWin64 then begin Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM Precomp.exe', '', SW_HIDE, ewWaitUntilTerminated, i); end else begin Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM Precomp64.exe', '', SW_HIDE, ewWaitUntilTerminated, i); DelTree(ExpandConstant('{app}\'), True, True, True); end; #endif ResumeProc; end; #ifdef Precompmt SaveStringToFile(ExpandConstant('{tmp}\cls-precompmt.ini'), '[CLS]'+#13#10+'Threads=75%'+#13#10+'Brute=0'+#13#10+'Te mp='+ExpandConstant('{tmp}'), True); ExtractTemporaryFile('cls-precompmt.dll'); ExtractTemporaryFile('precomp.exe'); ExtractTemporaryFile('precomp64.exe'); #endif if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data-1.arc'), ExpandConstant('{app}\'), '', false, 'pass', ExpandConstant('{tmp}\cls-precompmt.ini'), ExpandConstant('{app}'), notPCFonFLY{PCFonFLY}) then break; Last edited by vint56; 27-02-2017 at 08:12. |
|
#4
|
|||
|
|||
|
Braw why am i still getting
Code:
Could not get the file size of null00 Plz a little help? There are about 3 games that i need to put in to DVD5s that have a lot of ZLibs in them
__________________
Who's Got Time To Play Games? Huh?? |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
please bro i have no experience in programming... can u please give me modified version of wpi which supports precompmt...
|
|
#7
|
|||
|
|||
|
I said bro please provide wpi script which extracts precompmt. .. please please please...
|
|
#8
|
|||
|
|||
|
ZakirAhmad
|
|
#9
|
|||
|
|||
|
@vint56
thanks bro... is it working |
|
#10
|
|||
|
|||
|
This was good bro but i am using modified wpi script with archieve.ini
@vint56
This really helped but since i am using modified wpi script with archive.ini... i was not able to modify this using ur example script... please modify for me this script... thanks in advance... |
|
#11
|
|||
|
|||
|
please any one reply...
|
|
#12
|
|||
|
|||
|
ZakirAhmad
|
| The Following User Says Thank You to vint56 For This Useful Post: | ||
ZakirAhmad (27-02-2017) | ||
|
#13
|
|||
|
|||
|
@vint56...
thanks bro,it worked... while compressing with precomp045 i am getting error arc.exe has stopped working on a 2gb file... while precomp044 works good... what am i doing wrong... |
|
#14
|
|||
|
|||
|
ZakirAhmad I do not know what kind of bug you but try to add it precomp -intense -cn -t-j
arc.ini packcmd = precomp -intense -cn -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp |
| The Following User Says Thank You to vint56 For This Useful Post: | ||
ZakirAhmad (28-02-2017) | ||
|
#15
|
|||
|
|||
|
Thanks... the modified script u uploaded for me has uninstall problemm... please correct... thanks alot...
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FIFA 09 - DVD9 MULTI 5 to DVD5 MULTI 2 | SirArthur | PC Games - CD/DVD Conversions | 21 | 25-12-2009 20:00 |
| How To Create Xbox Multi Game Dvd Discs | dude | XBox Games | 8 | 23-04-2003 20:34 |
| xbox iso tools / multi dvd-r games | dude | XBox Games | 8 | 26-02-2003 14:38 |
| looking for help with AvP2 multi player | noob-boy | PC Games | 4 | 16-08-2002 15:49 |
| Copying games without multi session writing | Robitaille | DC Games | 5 | 18-11-2000 23:47 |