|
#46
|
||||
|
||||
|
Quote:
Source: Resources\Dark.png; DestDir: {app}\Uninstall; Attribs: hidden system; Source: Resources\Light.png; DestDir: {app}\Uninstall; Attribs: hidden system; Source: Graphics\Images\Setup1.jpg; DestDir: {app}\Uninstall; Attribs: hidden system; Source: Resources\botva2.dll; DestDir: {app}\Uninstall; Attribs: hidden system; |
| Sponsored Links |
|
#47
|
|||
|
|||
|
@-XCX
Before adding support for cls-precompmt.dll, everything was working great... |
|
#48
|
||||
|
||||
|
Dude Give Me Your Script I will solve your problem
|
|
#49
|
|||
|
|||
|
@-XCX- here it is...
here it is
http://fileforums.com/attachment.php?attachmentid=17450&d=1488265586 |
|
#50
|
||||
|
||||
|
Just Remove This Line
SaveStringToFile(ExpandConstant('{tmp}\cls-precompmt.ini'), '[CLS]'+#13#10+'Threads=75%'+#13#10+'Brute=0'+#13#10+'Te mp='+ExpandConstant('{tmp}'), True); And It Will Work |
|
#51
|
||||
|
||||
|
if you get uninstallation problem in your script then add this files
Source: Resources\Dark.png; DestDir: {app}; Attribs: hidden system; Source: Resources\Light.png; DestDir: {app}; Attribs: hidden system; Source: Graphics\Images\Setup1.jpg; DestDir: {app}; Attribs: hidden system; Source: Resources\botva2.dll; DestDir: {app}; Attribs: hidden system; |
|
#52
|
|||
|
|||
|
THANKS FOR HELP @EVERYONE
uninstall problem solved... but i am not able to extract files compressed with precompmt+pzlib+srep+lzma... |
|
#53
|
||||
|
||||
|
did you this files to your script
ExtractTemporaryFile('Pzlib.exe'); ExtractTemporaryFile('arc.ini'); ExtractTemporaryFile('hif2raw_dll.dll'); ExtractTemporaryFile('raw2hif_dll.dll'); |
|
#54
|
|||
|
|||
|
with out precommt everything worked... above in a post of mine is a file.... please take a look on it... thanks alot...
|
|
#55
|
|||
|
|||
|
with out precommt everything worked... above in a post of mine is a file.... please take a look on it... thanks alot...
|
|
#56
|
|||
|
|||
|
Can please any body post a compressor with working precompmt support... I tried everything to get through the error but I am still getting error arc.exe has stopped working... I tried it on 5gb folder files.... at about 4.5% i am getting the error...
|
|
#57
|
||||
|
||||
|
Code:
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe', '', SW_HIDE, ewNoWait, ISDoneCancel);
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM Precomp.exe', '', SW_HIDE, ewWaitUntilTerminated, ISDoneCancel);
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM Precomp64.exe', '', SW_HIDE, ewWaitUntilTerminated, ISDoneCancel);
DelTree(ExpandConstant('{app}\'), True, True, True);
|
|
#58
|
||||
|
||||
|
How can I get first release? I deleted it.
|
|
#59
|
||||
|
||||
|
Please someone give me the first release. That's the full 7z file provided by razor12911.
Please someone give....... |
|
#60
|
||||
|
||||
|
Hi guys, someone here can help me to get it working ?
I'm using: - precomp/precomp64.exe (0.45 alpha version) - cls-precompmt.dll + cls-precompmt.ini are in the same folder of precomp exe files - the command that I'm trying is this(in my arc.ini file): Code:
ultral24x4 = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max [External compressor:precomp] header = 0 packcmd = precomp64 -v -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp Why it is not working in mt for me ?
Last edited by L0v3craft; 12-03-2017 at 06:19. |
![]() |
|
|
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 |