Quote:
Originally Posted by 78372
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