FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

Adonix 17-10-2014 21:18

Quote:

Originally Posted by Carldric Clement (Post 435070)
UNARC.DLL!! Must be a new version it! and no arc.ini from include!! hmm...
:rolleyes::cool:

? i do not able to understand you,.
unarc.dll what about it ?...is it outdated or what ?

Carldric Clement 17-10-2014 21:28

Quote:

Originally Posted by Adonix (Post 435071)
? i do not able to understand you,.
unarc.dll what about it ?...is it outdated or what ?

unarc.dll was not outdated!
It means, Arc.ini no file from include folder it!
Must see it! It have or no!

Adonix 17-10-2014 21:56

Quote:

Originally Posted by Carldric Clement (Post 435072)
unarc.dll was not outdated!
It means, Arc.ini no file from include folder it!
Must see it! It have or no!

here is my arc.ini
Quote:

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
and i checked include folder there is unarc.dll present.

Carldric Clement 17-10-2014 22:18

Quote:

Originally Posted by Adonix (Post 435073)
here is my arc.ini
and i checked include folder there is unarc.dll present.

Arc.ini file has been updated!
(Make sure you copy & paste from code it!)
Code:

[External compressor:precomp]
header = 0
packcmd  = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd  = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep64]
header = 0
packcmd  = srep64 {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lzma64]

header = 0

packcmd  = FreeArc-LZMA-x64 e lzma{:option} <stdin> <stdout>
unpackcmd = FreeArc-LZMA-x64 d lzma{:option} <stdin> <stdout>

There!
:rolleyes::cool:

Adonix 17-10-2014 22:24

Quote:

Originally Posted by Carldric Clement (Post 435074)
Arc.ini file has been updated!
(Make sure you copy & paste from code it!)
Code:


There!
:rolleyes::cool:

is it compatible with Kurutucu Blackbox Inno Setup Script ?

Carldric Clement 17-10-2014 22:37

Quote:

Originally Posted by Adonix (Post 435075)
is it compatible with Kurutucu Blackbox Inno Setup Script ?

Yeap! Try to get the result it!
Make sure you compile the script it!
:rolleyes::cool:

Gamer009 20-10-2014 00:25

the new arc.ini file should be in the blackbox script folder

or in the "compressor by Razor" folder ?

Carldric Clement 20-10-2014 03:08

Quote:

Originally Posted by Gamer009 (Post 435161)
the new arc.ini file should be in the blackbox script folder

or in the "compressor by Razor" folder ?

Nope! :D:rolleyes::cool:

minh_k43sj 21-10-2014 11:12

Hello everyone, i have a question !
How to open a file document (like txt, doc,pdf) when i click "Thong repack" ?
Not as URL website of the scrip.


http://i.imgur.com/vWP1hQL.png

Dante1995 27-10-2014 13:12

Code:

procedure TextOnClick(Sender: TObject);
var
ErrorCode: Integer;
begin
ShellExec('open', ExpandConstant('{src}\text.txt'), '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode);
end;


shafi fyzy 27-10-2014 22:29

how to add two progress bars?

Dante1995 28-10-2014 01:45

Quote:

Originally Posted by shafi fyzy (Post 435481)
how to add two progress bars?

done

minh_k43sj 28-10-2014 06:09

Thanh you Dante :D

Manjunath 30-10-2014 05:13

Thanks bro for the Script but this script need some work i would like you to fix or give a solution PLZZZZ
1)Its Create desktop icon checkbox, it still creates icon if you unmark/deselect it
2)If setup crashes it doesnt callback like, if a game is installing and it got an error than crashed and i closed in by clicking finish the installed files still stays in program files, then i gotta go and uninstall it from control panel. It should roll back setup if failed!
thats it it will be very helpful if help me on these
Thanks again for Script!!!

Dante1995 30-10-2014 10:21

done

There are no other changes to make, but I only help the problem (if you want a full version you open a tread, or you will always have problems with the original version of the forum, except someone shares a version fixes :)


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

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