|
#931
|
|||
|
|||
|
Quote:
unarc.dll what about it ?...is it outdated or what ? |
| Sponsored Links |
|
#932
|
||||
|
||||
|
Quote:
It means, Arc.ini no file from include folder it! Must see it! It have or no! |
|
#933
|
|||
|
|||
|
Quote:
Quote:
|
|
#934
|
||||
|
||||
|
Quote:
(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>
![]()
|
|
#935
|
|||
|
|||
|
is it compatible with Kurutucu Blackbox Inno Setup Script ?
|
|
#936
|
||||
|
||||
|
Yeap! Try to get the result it!
Make sure you compile the script it! ![]()
|
|
#937
|
||||
|
||||
|
the new arc.ini file should be in the blackbox script folder
or in the "compressor by Razor" folder ? |
|
#938
|
||||
|
||||
|
Quote:
![]() ![]()
|
|
#939
|
|||
|
|||
|
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.
Last edited by minh_k43sj; 21-10-2014 at 11:40. |
|
#940
|
|||
|
|||
|
Code:
procedure TextOnClick(Sender: TObject);
var
ErrorCode: Integer;
begin
ShellExec('open', ExpandConstant('{src}\text.txt'), '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode);
end;
Last edited by Dante1995; 27-10-2014 at 13:32. |
| The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
minh_k43sj (28-10-2014) | ||
|
#941
|
|||
|
|||
|
how to add two progress bars?
|
|
#942
|
|||
|
|||
|
Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
minh_k43sj (28-10-2014) | ||
|
#943
|
|||
|
|||
|
Thanh you Dante
|
|
#944
|
|||
|
|||
|
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!!! |
|
#945
|
|||
|
|||
|
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
Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
Manjunath (30-10-2014) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |