FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   CLS-PrecompMT (Multi tasking) (https://fileforums.com/showthread.php?t=97961)

-XCX- 28-02-2017 01:30

Quote:

Originally Posted by ZakirAhmad (Post 456455)
Thanks... the modified script u uploaded for me has uninstall problemm... please correct... thanks alot...

add these files to your script
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;

ZakirAhmad 28-02-2017 02:45

@-XCX

Before adding support for cls-precompmt.dll, everything was working great...

-XCX- 28-02-2017 03:16

Dude Give Me Your Script I will solve your problem

ZakirAhmad 28-02-2017 03:55

@-XCX- here it is...
 
here it is

http://fileforums.com/attachment.php?attachmentid=17450&d=1488265586

-XCX- 28-02-2017 05:26

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

-XCX- 28-02-2017 05:29

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;

ZakirAhmad 28-02-2017 07:02

THANKS FOR HELP @EVERYONE

uninstall problem solved...
but i am not able to extract files compressed with precompmt+pzlib+srep+lzma...

-XCX- 28-02-2017 07:06

did you this files to your script
ExtractTemporaryFile('Pzlib.exe');
ExtractTemporaryFile('arc.ini');
ExtractTemporaryFile('hif2raw_dll.dll');
ExtractTemporaryFile('raw2hif_dll.dll');

ZakirAhmad 28-02-2017 07:20

with out precommt everything worked... above in a post of mine is a file.... please take a look on it... thanks alot...

ZakirAhmad 28-02-2017 07:56

with out precommt everything worked... above in a post of mine is a file.... please take a look on it... thanks alot...

ZakirAhmad 01-03-2017 02:38

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...

Simorq 05-03-2017 07:24

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);

:D

Chayan Manna 06-03-2017 07:39

How can I get first release? I deleted it.

Chayan Manna 11-03-2017 20:14

Please someone give me the first release. That's the full 7z file provided by razor12911.
Please someone give.......

L0v3craft 12-03-2017 06:17

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

And in the task manager i can see only one precomp64.exe

Why it is not working in mt for me ? :(


All times are GMT -7. The time now is 19:03.

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