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)

hydefromt70s 15-10-2014 18:10

So.... you found nothing because I knew that already, eh...

Summarizing: Black Box script doesn't support latest SREP 3.93 and... my english isn't so bad at all :p

Carldric Clement 15-10-2014 18:28

Quote:

Originally Posted by hydefromt70s (Post 435000)
So.... you found nothing because I knew that already, eh...

Summarizing: Black Box script doesn't support latest SREP 3.93 and... my english isn't so bad at all :p

You can search google the CLS-Srep Beta It for ISDONE! Carefully!
:rolleyes::cool:

Gamer009 15-10-2014 21:14

@Carl , thanks a lot for help

but the script you gave me almost, the same as on the first topic !

what is the difference between them ?!!

Carldric Clement 15-10-2014 21:48

Quote:

Originally Posted by Gamer009 (Post 435005)
Carl , thanks a lot for help

but the script you gave me almost, the same as on the first topic !

what is the difference between them ?!!

Game.iss file to make a games name & publish!
That file has been Edition!
Include Was Update SREP it!
and etc. (I forget all it! Sorry)
:p:rolleyes::cool:

Adonix 17-10-2014 10:13

Installer showing error when installing. Bin file. Please fix.

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

Carldric Clement 17-10-2014 19:59

Quote:

Originally Posted by Adonix (Post 435053)
Installer showing error when installing. Bin file. Please fix.

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

You must download that i uploaded it!
Click Here!!
:rolleyes::cool:

Adonix 17-10-2014 20:31

Quote:

Originally Posted by Carldric Clement (Post 435065)
You must download that i uploaded it!
Click Here!!
:rolleyes::cool:

CARL It's not saying "UNARC.dll is missing !" ,..it's saying "unarc.dll returned an error code:-1"
and the bb script you have attached : http://fileforums.com/attachment.php...5&d=1413415080

what changes it has from original one ? please tell all details about this script that you modified.

Carldric Clement 17-10-2014 20:50

Quote:

Originally Posted by Adonix (Post 435066)
CARL It's not saying "UNARC.dll is missing !" ,..it's saying "unarc.dll returned an error code:-1"
and the bb script you have attached : http://fileforums.com/attachment.php...5&d=1413415080

That BlackBox Script was old & no updates from include's!

Quote:

Originally Posted by Adonix (Post 435066)
what changes it has from original one ? please tell all details about this script that you modified.

Game.iss file to make a games name & publish!
That file has been Edition!
Include Was Update SREP it!
and etc. (I forget all it! Sorry)

Adonix 17-10-2014 20:51

Quote:

Originally Posted by Carldric Clement (Post 435068)
That BlackBox Script was old & no updates from include's!



Game.iss file to make a games name & publish!
That file has been Edition!
Include Was Update SREP it!
and etc. (I forget all it! Sorry)

that's ok but how to solve error :p http://i.imgur.com/zMAuzQ4.png some people saying this problem, but i am not facing this problem when installing.

Carldric Clement 17-10-2014 21:13

Quote:

Originally Posted by Adonix (Post 435069)
that's ok but how to solve error :p http://i.imgur.com/zMAuzQ4.png some people saying this problem, but i am not facing this problem when installing.

UNARC.DLL!! Must be a new version it! and no arc.ini from include!! hmm...
:rolleyes::cool:

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 :)

minh_k43sj 30-10-2014 11:07

Quote:

Originally Posted by Dante1995 (Post 435532)
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 :)

Help me Dante, you can show to how to fix create shortcut desktop icon checkbox, it still creates icon if you unmark/deselect it

how to fix on scrip ?
i use scrip of Black_Box_Script_By_Kurutucu_V1.8.7z at post #1 of this topic

Dante1995 30-10-2014 11:37

Quote:

Originally Posted by minh_k43sj (Post 435536)
Help me Dante, you can show to how to fix create shortcut desktop icon checkbox, it still creates icon if you unmark/deselect it

how to fix on scrip ?
i use scrip of Black_Box_Script_By_Kurutucu_V1.8.7z at post #1 of this topic

your problem is resolved, there is nothing to change about it :)

minh_k43sj 30-10-2014 11:45

Quote:

Originally Posted by Dante1995 (Post 435539)
your problem is resolved, there is nothing to change about it :)

you can add Slides show to this scrip of Kurutucu then upload to I can download ? (i want you add in Main(Compact.Mode)
if you can, thank you very much :o

Dante1995 30-10-2014 15:23

Quote:

Originally Posted by minh_k43sj (Post 435542)
you can add Slides show to this scrip of Kurutucu then upload to I can download ? (i want you add in Main(Compact.Mode)
if you can, thank you very much :o

;)
this code does not matter, I'm sorry I can not help

minh_k43sj 31-10-2014 06:13

Quote:

Originally Posted by Dante1995 (Post 435550)
;)
this code does not matter, I'm sorry I can not help

i get it, thank you Dante
so, how to hide checkbox "Create shortcut to desktop" and "the line" as image :

http://i.imgur.com/ywtqzBf.jpg

Dante1995 31-10-2014 08:03

procedure InitializeWizard();

Code:

WizardForm.NoIconsCheck.hide;
WizardForm.NoIconsCheck.hide;
TasksSeparateBevel.Visible:=False;
or TasksSeparateBevel.hide;

and remove code or //
Code:

//WizardForm.NoIconsCheck.Show;
//TasksSeparateBevel.Show;


Adonix 31-10-2014 09:52

1 Attachment(s)
Hello i have 3 issues,..please fix them and help me.
FIRST :-
In main.iss file i am setting "#define AppSize "1640" "

but when installing game then it's showing "Game Space 1 Gb, Total Space Needed 1Gb"

But my game size is 1.64 gb ,..so please help me to fix the error.
http://i.imgur.com/KaVWxEM.jpg
=======================================
SECOND :-
i want to remove nvidia phyx and framework from installing (redist).
help me to disable them and hide that 2 options.
http://i.imgur.com/leNdU7m.jpg
=======================================
THIRD :-
i want to change right side upper corner 3 signs to good one.
http://i.imgur.com/2u8HNw5.jpg
=======================================

Attaching my main.iss file,..please fix it.
Please help me. thanks gods.

Dante1995 31-10-2014 14:01

fix

minh_k43sj 31-10-2014 18:17

Quote:

Originally Posted by Dante1995 (Post 435575)
procedure InitializeWizard();

Code:

WizardForm.NoIconsCheck.hide;
WizardForm.NoIconsCheck.hide;
TasksSeparateBevel.Visible:=False;
or TasksSeparateBevel.hide;

and remove code or //
Code:

//WizardForm.NoIconsCheck.Show;
//TasksSeparateBevel.Show;


Thank you Dante
You are No1 :D

minh_k43sj 31-10-2014 18:33

1 Attachment(s)
How to fix
#define AppSize = 18600
but when run setup it only show 18gb (not 18.6gb)

You can fix this main help me Dante :o

again ! thanks for everything :p

minh_k43sj 31-10-2014 20:26

Quote:

Originally Posted by Dante1995 (Post 435592)
GameSpaceLabel.Caption := ExpandConstant('Game Space : ') + MbOrTb({#AppSize}); = Show 18.6

GameSpaceLabel.Caption := ExpandConstant('Game Space : ') + ('{#AppSize}'); = Show 18600


18gb real is 18.432 :)
600x1024=614,400
18.432+614,400=:rolleyes:

It not working with main i was upload for you, if you can, please dowload main i was upload and test

and :
- 18gb real is 18.432 :) => i get it
- 600x1024=614,400 => what the 600x1024 ? i don't know
- 18.432+614,400 = put this size on #define AppSize ??

Dante1995 31-10-2014 20:45

just remove the round to get the decimal




Code:


Function NumToStr(Float: Extended): String;
Begin
  Result:= Format('%.3n', [Float]); StringChange(Result, ',', '.');
  while ((Result[Length(Result)] = '0') or (Result[Length(Result)] = '.')) and (Pos('.', Result) > 0) do
  SetLength(Result, Length(Result));
End;

Function MbOrTb(Byte: Extended): String;
begin
if Byte < 1024 then Result:= NumToStr(Byte) + ' MB' else
  if Byte/1024 < 1024 then Result:= NumToStr((Byte/1024*100)/100) + ' GB' else
    Result:= NumToStr(((Byte/(1024*1024))*100)/100) + ' TB'
end;

18600 mb = 18.164 gb

minh_k43sj 31-10-2014 21:26

Quote:

Originally Posted by Dante1995 (Post 435596)
just remove the round to get the decimal




Code:


Function NumToStr(Float: Extended): String;
Begin
  Result:= Format('%.3n', [Float]); StringChange(Result, ',', '.');
  while ((Result[Length(Result)] = '0') or (Result[Length(Result)] = '.')) and (Pos('.', Result) > 0) do
  SetLength(Result, Length(Result));
End;

Function MbOrTb(Byte: Extended): String;
begin
if Byte < 1024 then Result:= NumToStr(Byte) + ' MB' else
  if Byte/1024 < 1024 then Result:= NumToStr((Byte/1024*100)/100) + ' GB' else
    Result:= NumToStr(((Byte/(1024*1024))*100)/100) + ' TB'
end;

18600 mb = 18.164 gb

OK, great.

and how to hide button "Back" at second windows setup"

sorry if i ask you too much :D (google translate, sorry my english)

http://i.imgur.com/NWiyyI0.jpg

Dante1995 01-11-2014 04:09

Code:

if CurPageID=wpSelectDir then begin
    WizardForm.BackButton.Hide;
  end;


minh_k43sj 01-11-2014 05:34

Quote:

Originally Posted by Dante1995 (Post 435604)
Code:

if CurPageID=wpSelectDir then begin
    WizardForm.BackButton.Hide;
  end;


HI, thank you so much
and :



1. add music on/off button as this image :


2.how to remove autoplay button music on (not hide, i know how to hide button)


http://i.imgur.com/MjZuNFL.jpg


All times are GMT -7. The time now is 19:31.

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