Forum: Conversion Tutorials
26-11-2017, 22:09
|
Replies: 93
Views: 24,824
Include this in arc.ini
[External...
Include this in arc.ini
[External compressor:xz]
header = 0
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>
Get the 7z.exe & 7z.dll from HMI and add them to the "files" Section &...
|
Forum: Conversion Tutorials
26-11-2017, 01:45
|
Replies: 93
Views: 24,824
|
Forum: Conversion Tutorials
26-11-2017, 01:42
|
Replies: 93
Views: 24,824
|
Forum: Conversion Tutorials
02-11-2017, 19:25
|
Replies: 93
Views: 24,824
|
Forum: Conversion Tutorials
29-10-2017, 22:37
|
Replies: 93
Views: 24,824
|
Forum: Conversion Tutorials
06-10-2017, 06:20
|
Replies: 846
Views: 190,063
Hmm.. I think this code is only added in...
Hmm.. I think this code is only added in dironchange function, that's why it's getting disabled when you change the drive. This code must also added in nextbuttonclick function in wpWelcome. Try it,...
|
Forum: Conversion Tutorials
06-10-2017, 06:07
|
Replies: 846
Views: 190,063
|
Forum: Conversion Tutorials
30-09-2017, 21:39
|
Replies: 846
Views: 190,063
|
Forum: Conversion Tutorials
30-09-2017, 07:35
|
Replies: 846
Views: 190,063
|
Forum: Conversion Tutorials
29-09-2017, 21:36
|
Replies: 93
Views: 24,824
If you want to turn off the checking, then...
If you want to turn off the checking, then uncheck the check box that says " Verify files Integrity"
If you want to completely remove the option then wait.....
This feature is coming in the...
|
Forum: Conversion Tutorials
27-09-2017, 23:46
|
Replies: 44
Views: 8,569
|
Forum: Conversion Tutorials
27-09-2017, 21:57
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
27-09-2017, 20:55
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
27-09-2017, 20:52
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
27-09-2017, 13:11
|
Replies: 3,071
Views: 537,165
There may be LZMA1 streams that have lc>3 which...
There may be LZMA1 streams that have lc>3 which is default. So, better compression ratio may be gained by lc8. But using highest lc may increase the compression time a bit.
I tested it with several...
|
Forum: Conversion Tutorials
27-09-2017, 12:55
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
27-09-2017, 11:49
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
27-09-2017, 07:31
|
Replies: 93
Views: 24,824
Update Available for H.M Compressor
Nothing...
Update Available for H.M Compressor
Nothing major, it's a minor update for H.M Compressor....
Changes:
-Fixed an Old Bug
-New Parameter Added for Srep (Probably the Best Parameter for Srep)
|
Forum: Conversion Tutorials
27-09-2017, 07:10
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
27-09-2017, 00:17
|
Replies: 3,071
Views: 537,165
|
Forum: Conversion Tutorials
26-09-2017, 23:59
|
Replies: 13
Views: 3,185
|
Forum: Conversion Tutorials
26-09-2017, 06:37
|
Replies: 13
Views: 3,185
|
Forum: Conversion Tutorials
25-09-2017, 20:19
|
Replies: 13
Views: 3,185
|
Forum: Conversion Tutorials
24-09-2017, 21:02
|
Replies: 13
Views: 3,185
You can end the "pZLib.exe" task by a comand...
You can end the "pZLib.exe" task by a comand after clicking on cancel button, like this :
var
ResultCode: Integer;
begin
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe', '',...
|
Forum: Conversion Tutorials
23-09-2017, 10:30
|
Replies: 93
Views: 24,824
Just started working on update....
Making the...
Just started working on update....
Making the installation bar circle & fixing some old bugs may not added in this update, I'll try them in later updates....
But adding LZMA alternatively will take...
|