Thread: new tool
View Single Post
  #14  
Old 21-01-2018, 10:07
NexusIV NexusIV is offline
Registered User
 
Join Date: Oct 2007
Location: Mars
Posts: 14
Thanks: 43
Thanked 25 Times in 7 Posts
NexusIV is on a distinguished road
Quote:
Originally Posted by 78372 View Post
No temps, no chunks, no external executables nor dlls.

BPK has two cls, I just added both of them to a single dll and compiled.

I don't think this needs another new thread so posting here.

Enjoy!
Hi Friends,
someone can help me? I used this CLS (thx 78372) for compression and decompression via Prompt/Command (Arc a and Arc x) and it works great.

My problem is when I have to use it in my innosetup script.

I added this lines:

Code:
#Define Bpk

#ifdef Bpk
Source: include\Compressors\cls-bpk.dll; DestDir: {tmp}; Flags: dontcopy
#endif
...
...

#ifdef Bpk
ExtractTemporaryFile('cls-bpk.dll');
#endif
The setup is compiled correctly but when I start the installation "unarc.dll return error -1"

For information I have not included anything in my arc.ini since the CLS decompresses perfectly the same file ".bin" via Command.

Where am I wrong?

Thanks in advance & Best Regards
Reply With Quote