PDA

View Full Version : Please help me to fix this. (Installer Creator v3.1 and pzlib_V3)


macut18
13-06-2017, 00:49
Please help me to fix this.

I used Conversion Designer/Installer Creator IC_3100 by Razor12911 http://fileforums.com/showthread.php?t=94605

and

pzlib_V3 Used to compress the file.

pzlib_V3.7z (http://fileforums.com/attachment.php?attachmentid=18650&stc=1&d=1497339783) (1.44 MB)

I run into an error
https://i.imgur.com/IfteOPu.jpg


Who will share Setup Scripts?

Or recommend Setup Scripts that are compatible with pzlib_V3.


Sorry for my bad english. :(

78372
13-06-2017, 03:24
Bro, Installer creator doesn't support pzlib v3

macut18
13-06-2017, 04:43
The same problem pzlib_V2

https://i.imgur.com/vmCfbC6.jpg

pzlib_V2.7z (http://fileforums.com/attachment.php?attachmentid=18655&stc=1&d=1497353945) (1.38 MB)


The same problem UltraARC Reflate Edition 2700

https://i.imgur.com/tI8Eprh.jpg

https://i.imgur.com/AnBQjsF.jpg

UltraARC Reflate Edition 2700.7z (http://fileforums.com/attachment.php?attachmentid=18194&d=1493646006)


My friends help me. Thank you very much.

KaktoR
13-06-2017, 04:48
I think IC is not compatible with any pzlib version, nor UltraArc.

Use compression methods given by IC or use another software.

macut18
13-06-2017, 05:05
@KaktoR Help guide me "Installer Scripts?" Supported pzlib_V3.

Thank you very much.

78372
13-06-2017, 05:16
IC can only be used with pzlib v1.

Gupta
13-06-2017, 05:18
or you can be smart
replace pzlib v1 with pzlib v3
modify arc.ini and u r done

macut18
13-06-2017, 05:21
@78372 Help me upload pzlib v1 it to thank you very much.

78372
13-06-2017, 05:25
@78372 Help me upload pzlib v1 it to thank you very much.

http://fileforums.com/showpost.php?p=448865&postcount=1

macut18
13-06-2017, 05:44
The same problem pzlib_1210
pzlib_1210.7z (http://fileforums.com/attachment.php?attachmentid=18657&stc=1&d=1497357741) (1.50 MB)

arc.ini
[External compressor:pzlib]
header = 0
packcmd = pzlib e - -o - <stdin> <stdout>
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd = srep -m3f -a2 -hash- - - <stdin> <stdout>
unpackcmd = srep -d -s - - <stdin> <stdout>


pack.bat
del /q data.arc
arc.exe a -ep1 -r -ed -s; -w.\temp -mpzlib -ld200mb data1.bin "pack\*"
pause


https://i.imgur.com/SdFhhaE.jpg


Help guide me "Installer Scripts?" Supported pzlib_V3.

Thank you very much. :)

Simorq
13-06-2017, 10:01
IC3200 Full Script

You can edit it and pzlib the added

macut18
13-06-2017, 11:04
IC3200 Full Script

You can edit it and pzlib the added

Thank you very much, but I'm new to this.

My Script Taking the time to fix it for me.

shanu003
20-06-2017, 18:31
How to solve this issue???
Which compression method is compatible?

pakrat2k2
20-06-2017, 19:30
^^ try NOT using the 64 bit versions. Remove the 64 from srep & lzma, try that compression method out.

shanu003
22-06-2017, 15:29
^^ try NOT using the 64 bit versions. Remove the 64 from srep & lzma, try that compression method out.
Thanks Man!!! It works, but why 64 wasn't working?

pakrat2k2
22-06-2017, 16:28
'64 will only work on 64 bit OS

shanu003
25-06-2017, 17:07
'64 will only work on 64 bit OS
But my system was 64 bit. It should run on it.

pakrat2k2
25-06-2017, 17:52
then its an issue with the 64 bit versions, 32 bit versions work fine.

78372
02-07-2017, 02:28
But my system was 64 bit. It should run on it.

If you are using cls-srep by profager, you need to rename cls-srep.dll to cls-srep64.dll in order to make it work