PDA

View Full Version : Problem with ISDone 0.6 final


nizcoz
15-09-2017, 04:20
Hi! I am using ISDone 0.6 final, and i am using 3 files (arc files) to decompress and this files are included in the components correctly. I am using the ¨#define records¨ line to generate the records.inf file. The problem is that one of this files is very very small and if i do not select (in components) this file (to install), the progress bar stays at 90%. If i do not select this file when i use ¨#define records¨ line, something similar happens if i select this file with the others files (which are correctly included in records.inf).

Sorry for my bad english.

nizcoz
25-09-2017, 10:38
Hi! How to define this? (components)

if not ISArcExtract( 1, 30, ExpandConstant . . .
if not ISArcExtract( 2, 30, ExpandConstant . . .
if not ISArcExtract( 3, 40, ExpandConstant . . .

// 30 + 30 + 40 = 100% ????????

shazzla
25-09-2017, 23:08
There are other problems ,at leas for me.

Given a zip-file,contains many wav files and some ogv's.
It can be precompressed using pzlib/ztool and packing with TTA.

UNARC.EXE ,ARC.EXE successfully unpacks it,while isdone throws an error at the end of the process.
I dont remember exactly the error code. As far as i remember it is error -1...
Somebody have an idea how to unpack it using isdone ?