FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Help- How to extract a .bin file compressed by a code ? (https://fileforums.com/showthread.php?t=96342)

Adonix 12-10-2014 19:25

Help- How to extract a .bin file compressed by a code ?
 
Please Help How to extract a .bin file compressed by a code ?

i have used :-
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8

please give me any installer or some way by which .bin file extracted by this can be extracted :(
please help

pakrat2k2 12-10-2014 22:00

1 Attachment(s)
you can use any of the CIU versions ( 8569...1006 ) but in the setup folder ( where your images are, you have an autorun folder, background folder, setup folder) but in the root of the main Setup folder, you must include arc.ini so that inno knows how to unpack it. Like image below....

Adonix 12-10-2014 22:49

Quote:

Originally Posted by pakrat2k2 (Post 434897)
you can use any of the CIU versions ( 8569...1006 ) but in the setup folder ( where your images are, you have an autorun folder, background folder, setup folder) but in the root of the main Setup folder, you must include arc.ini so that inno knows how to unpack it. Like image below....

like i have only one .bin file so i have to give new installer including arc.ini ?
could you p;ease tell from where i will got arc.ini or cud something ?
please if possible this time you give me all possible things to extract that .bin files in all windows system (everyone abusing me) :(

Carldric Clement 12-10-2014 23:15

Quote:

Originally Posted by pakrat2k2 (Post 434897)
you can use any of the CIU versions ( 8569...1006 ) but in the setup folder ( where your images are, you have an autorun folder, background folder, setup folder) but in the root of the main Setup folder, you must include arc.ini so that inno knows how to unpack it. Like image below....

CIU Version can't easy find it!
:o:(

Dante1995 13-10-2014 01:29

Quote:

Adonix
what program did you use to compress?
Quote:

Carldric Clement

Adonix 13-10-2014 04:18

Quote:

Originally Posted by Dante1995 (Post 434903)
what program did you use to compress?

Dante1995 how to use your given ciu ? :( could you dive me any made installer by which we can extract .bin file obtained from below image.
http://i.imgur.com/xdanure.jpg

Carldric Clement 13-10-2014 04:24

Good! It's Perfect!
 
Quote:

Originally Posted by Dante1995 (Post 434903)
what program did you use to compress?

Thanks Dante1995! But how to edit the autorun image & installer background?
:rolleyes::cool:

Dante1995 13-10-2014 06:57

test
 
Quote:

Originally Posted by Adonix (Post 434900)
like i have only one .bin file so i have to give new installer including arc.ini ?
could you p;ease tell from where i will got arc.ini or cud something ?
please if possible this time you give me all possible things to extract that .bin files in all windows system (everyone abusing me) :(


1) rename file data1.bin
2) double click decompress.bat

Quote:

Carl
use altef_4 program PngToBmp

Carldric Clement 13-10-2014 16:39

Quote:

Originally Posted by Dante1995 (Post 434907)
1) rename file data1.bin
2) double click decompress.bat


use altef_4 program PngToBmp

Not program! i mean i want to make a autorun image like png it!!
:rolleyes::cool:

Carldric Clement 13-10-2014 17:05

Quote:

Originally Posted by Dante1995 (Post 434903)
CIU 1.0.0.6.rar (12.33 MB, 28 views)

Dante1995
That you giving me doesn't support freearc method! why?

Razor12911 18-10-2014 16:47

don't use srep64 and lzma64 with CI or CIU because it wasn't configured to extract such method. use normal srep and lzma.

Carldric Clement 18-10-2014 17:08

Quote:

Originally Posted by Razor12911 (Post 435110)
don't use srep64 and lzma64 with CI or CIU because it wasn't configured to extract such method. use normal srep and lzma.

Use for normal? But i like about a method like this:
Code:

-msrep+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
It wont work!

Razor12911 18-10-2014 17:51

may I ask why?

Dante1995 18-10-2014 18:18

Quote:

Originally Posted by Carldric Clement (Post 435111)
Use for normal? But i like about a method like this:
Code:

-msrep+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
It wont work!

try adding these 2 files and change arc.ini, but I do not know if it works :confused:

arc.ini
Code:

[External compressor:precomp]
header = 0
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

[External compressor:srep64]
header = 0
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:lzma64]

header = 0
unpackcmd = lzma64 d lzma{:option} <stdin> <stdout>


in [Files]
Code:

Source: Include\srep64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\lzma64.exe; DestDir: {tmp}; Flags: dontcopy

in function InitializeSetup(): Boolean;
Code:

ExtractTemporaryFile('lzma64.exe');
ExtractTemporaryFile('srep64.exe');


Carldric Clement 18-10-2014 18:19

Quote:

Originally Posted by Razor12911 (Post 435112)
may I ask why?

Hi Razor12911! CIU Version was doesn't support method for freearc! can you help how to fix it?
:o:(


All times are GMT -7. The time now is 08:52.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com