Thread: Help Please
View Single Post
  #4  
Old 01-07-2020, 08:57
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,619 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by IRAQIGHOST View Post
Hi guys

I used WPI Corepack Mixed Final Build made by BLACKFIRE69 to make setup and compress my game with his program and this method

precomp+srep+lolz:mtt0:mt1:d64m

after I make the setup and click on Install I got this error


What should I do?
Thanks
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');

Last edited by BLACKFIRE69; 01-07-2020 at 09:08.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
IRAQIGHOST (01-07-2020)