Hello, first of all thank you very much for this wonderful forum I have benefited from it a lot and I apologize if my English is weak, I will talk in detail about the problem I am facing which is: I was working on Redshank[20.08].iss and I was working and compressing files using FreeARC and the following command line:
Quote:
@echo off
freearc a -r -m9 -ep1 -hp -pOceanBox443 OceanData.bin * -xzNewRun.bat
pause
|
This topic is successful, but I used a more powerful file compression tool "Mini Compressor" and tried compression using the following tools:
Quote:
|
precomp+nz+static2+XLolz/$bitmapz=bmpz/$bink=bink/$void=void/$photo=jpg/$ogg=ogg/$wavz=wvp/$mp3=mpz
|
But when exporting the Setup file from Scirpt Inno, I get the clear error in the image :
I tried to add a modification to the arc.ini text:
Quote:
[External compressor : precomp]
header = 0
packcmd = "PreComp\precomp" -cn -intense -ostdout <stdout> $$arcdatafile$$.tmp
unpackcmd = "PreComp\precomp" -ostdout -r stdin <stdin> <stdout>
|
But I also did not succeed, and this is the closest topic in the forum to solving the problem