Thread: Help Please
View Single Post
  #5  
Old 01-07-2020, 09:41
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Compression:

1. Compressor\arc.ini

procomp 0.4 3 - 0.4.8

Code:
[External compressor:precomp]
header = 0
packcmd   = precomp -intense0 -cn -v {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
Decompression:

1. copy "precomp.exe" which you used in compression then paste it into the "Resources\Unpack" folder.
2. add this line to "Resources\Unpack\arc.ini"

procomp 0.4 3 - 0.4.8

Code:
[External compressor:precomp]
header = 0
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

edit:

add this line to "ToolsList.iss"

Code:
Source: "Resources\Unpack\precomp.exe"; DestDir: {tmp}; Flags: dontcopy noencryption;
to "ToolsList_Init.iss"

Code:
ExtractTemporaryFile('precomp.exe');
Thanks for replay

But it's the same error
Reply With Quote