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)

r4ve 05-02-2017 09:32

I'm trying to stop the _CommonRedist File to get installed even if the user isn't wanting to have it

Abin Antony 17-02-2017 02:04

1 Attachment(s)
I'm having problems.
I have 4.bin files and I have added proper codes in Archives.ini,but only 1 .bin file is extracted.

rinaldo 17-02-2017 03:02

mmhh...
then you should never name file Setup-1.bin , as it is the anthem default setup files .. so always erase the file every time you create a new setup.exe rename your Data-1.bin it's better

Abin Antony 17-02-2017 03:16

Can I extract multiple .bin files without any "Archves.ini" by editing the Script.
If there is any method can you break down it to me in clear steps?
And thankyou for the quick reply :)

And how should I edit the script for making setup.bin to data.bin

rinaldo 17-02-2017 04:28

Quote:

Originally Posted by Abin Antony (Post 456114)
Can I extract multiple .bin files without any "Archves.ini" by editing the Script.
If there is any method can you break down it to me in clear steps?
And thankyou for the quick reply :)

And how should I edit the script for making setup.bin to data.bin

no editing
change name Setup-1.bin to Data-1.bin

Abin Antony 17-02-2017 20:53

Quote:

Originally Posted by Abin Antony (Post 456114)
Can I extract multiple .bin files without any "Archves.ini" by editing the Script.
If there is any method can you break down it to me in clear steps?
And thankyou for the quick reply :)

And how should I edit the script for making setup.bin to data.bin

What about my first question?

rinaldo 17-02-2017 21:08

1 Attachment(s)
change #include 'Archives.ini'
with code in Archives.ini

Abin Antony 17-02-2017 23:27

1 Attachment(s)
Problem installing directx

rinaldo 18-02-2017 00:17

use switch Silent

Abin Antony 18-02-2017 01:47

Please make it clear

rinaldo 18-02-2017 01:51

Code:

old not working
Exec2 (ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/q',false)
new ok
Exec2 (ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/Silent',false)


ramazan19833 26-02-2017 09:26

Black_Box_Script_By_Kurutucu_V1.8 Help

supporting video file

#ifexist "Video.avi"
Source: Video.avi; DestDir: {tmp}; Flags: dontcopy
#endif
#ifexist "Video.mp4"
Source: Video.mp4; DestDir: {tmp}; Flags: dontcopy
#endif
#ifexist "Video.mpeg"
Source: Video.mpeg; DestDir: {tmp}; Flags: dontcopy
#endif
#ifexist "Video.mpg"
Source: Video.mpg; DestDir: {tmp}; Flags: dontcopy
#endif
#ifexist "Video.wmv"
Source: Video.wmv; DestDir: {tmp}; Flags: dontcopy
#endif

Game ınstalled video Not playing video
Black screen instead of video Help
http://i.hizliresim.com/ld0bGk.jpg
http://dosya.co/xhbe5r6r47w8/Black_B...u_V1.8.7z.html

Stor31 27-02-2017 07:25

works very well with bzlip 3 by Razor .... :):):):)
but how add Second shortcut ???
thxxxx
plz version for UltraARC !!!!!!!
And how to place a folder in my document
At the end of the installation ????
thx :) :) :)

Abin Antony 06-03-2017 07:23

Please help I cannot see the second window in installation

Abin Antony 06-03-2017 07:24

Quote:

Originally Posted by Abin Antony (Post 455552)
Thank you it is working.But now I am not seeing the second page.:confused:
:confused:

Again.

Stor31 06-03-2017 12:19

Quote:

Originally Posted by Abin Antony (Post 456729)
Please help I cannot see the second window in installation

Develops !!!! :confused::confused:
What the second window in installation ?????
Screenshot to better understand your problem :) :)

Abin Antony 15-03-2017 05:35

Is there any way that the installation can create a registry entry for your game?

Stor31 15-03-2017 06:25

Quote:

Originally Posted by Abin Antony (Post 457154)
Is there any way that the installation can create a registry entry for your game?

yes exp :

http://nsa38.casimages.com/img/2017/...5107300732.jpg

Quote:

[Registry]
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\EA Games; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: Locale; ValueData: fr_FR; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: DisplayName; ValueData: Need for Speed Most Wanted; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: GameExplorer; ValueData: {{37D18D3E-61F0-4297-A179-6CA7124B7C54}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: GDFBinary; ValueData: C:\Program Files (x86)\Need for Speed Most Wanted Limited EditionGDFBinary_fr_FR.dll; Flags:
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: Product GUID; ValueData: {{FB0127F3-985B-44CE-AE29-378CAF60B361}; Flags: uninsdeletevalue uninsdeletekeyifempty

Root: HKLM; SubKey: SOFTWARE\EA Games; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: Locale; ValueData: fr_FR; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: DisplayName; ValueData: Need for Speed Most Wanted; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: GameExplorer; ValueData: {{37D18D3E-61F0-4297-A179-6CA7124B7C54}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: GDFBinary; ValueData: C:\Program Files\Need for Speed Most Wanted Limited EditionGDFBinary_fr_FR.dll; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Need for Speed(TM) Most Wanted; ValueType: string; ValueName: Product GUID; ValueData: {{FB0127F3-985B-44CE-AE29-378CAF60B361}; Flags: uninsdeletevalue uninsdeletekeyifempty

Abin Antony 15-03-2017 08:48

Is this for every game .If it is not , how should I edit it.I think I saw "MOST WANTED "and"EA" somewhere.��

Stor31 15-03-2017 09:38

Quote:

Originally Posted by Abin Antony (Post 457163)
Is this for every game .If it is not , how should I edit it.I think I saw "MOST WANTED "and"EA" somewhere.��

It's just an example :rolleyes::rolleyes:

1-start menu
2-taper regedit
3-searched key
4-right click
5-export to desktop
6-convert to ino (tools by pakrat2k2 thx)
http://fileforums.com/showpost.php?p=410165&postcount=2
7-copy and paste into the script section [Registry] looks picture ...
Enjoy

Jiva newstone 05-04-2017 09:15

iam jiva , i have a error in unpacking archieves in inno i use this method srep64+delta+exe+lzma

Abin Antony 15-04-2017 09:42

Quote:

Originally Posted by Stor31 (Post 457168)
It's just an example :rolleyes::rolleyes:

1-start menu
2-taper regedit
3-searched key
4-right click
5-export to desktop
6-convert to ino (tools by pakrat2k2 thx)
http://fileforums.com/showpost.php?p=410165&postcount=2
7-copy and paste into the script section [Registry] looks picture ...
Enjoy

I have tried it.But this one creates a registry entry for a single installation location.It will not work if I wanted a different directory.Is there any way I can do that.Most of the repacks I have seen would create a registry entry entry for any location.I believe you can help me with this.:(:(:(

78372 15-04-2017 21:31

Quote:

Originally Posted by Abin Antony (Post 458115)
I have tried it.But this one creates a registry entry for a single installation location.It will not work if I wanted a different directory.Is there any way I can do that.Most of the repacks I have seen would create a registry entry entry for any location.I believe you can help me with this.:(:(:(

Change the C:\Program files to {app}

Abin Antony 17-04-2017 02:58

Quote:

Originally Posted by 78372 (Post 458127)
Change the C:\Program files to {app}

Can you be bit more precise

Abin Antony 17-04-2017 03:13

In the setup I am not getting the second page- the page asking the destination of installation, for blackbox setup I made.Please help.

78372 24-04-2017 10:05

Quote:

Originally Posted by Abin Antony (Post 458141)
Can you be bit more precise

Give me a registry file as example and I will convert it for you. See that example and you will understand

mortezaali 24-06-2017 01:34

Hi
I make a Setup with Black Box v2 Designer, size of this setup is 11mb
But, the setup which maked by black box have 2mb
i want to create a setup with small size

Stor31 29-06-2017 10:18

Help and thanks ....
How to add more shortcuts in Blackbox Inno Setup Script ???

buntionly4u 19-08-2017 06:06

3 Attachment(s)
Help needed
Want to enable or disable program group through checkbox as it is in blackbox's script.

ravencrow 20-08-2017 09:31

Quote:

Originally Posted by buntionly4u (Post 461821)
Help needed
Want to enable or disable program group through checkbox as it is in blackbox's script.

from where did you get this script?

buntionly4u 20-08-2017 09:51

Quote:

Originally Posted by ravencrow (Post 461832)
from where did you get this script?

From here:
http://fileforums.com/showthread.php...light=corepack

ravencrow 20-08-2017 10:00

Quote:

Originally Posted by buntionly4u (Post 461833)

i don't think so, look at the watermark and stuff in lockscreen ;)

buntionly4u 20-08-2017 13:00

Quote:

Originally Posted by ravencrow (Post 461834)
i don't think so, look at the watermark and stuff in lockscreen ;)

I have made many changes in that script that you can see..:rolleyes:

Can u help me out?
Since I am not from IT background so don't know much about programming. In this script I am not able to link the 'no start menu folder checkbox' with the 'start group selection'. if checkbox is checked then no start menu folder and disabled start group selection and if not then start menu folder.

Pl have a look at the code:

function CheckError:boolean;
begin
if ISDoneError = True then
Result := False
else
Result := True;
end;

function CreateGI:boolean;
begin
if CheckError = True then
begin
if NoIconsCheck.IsChecked then
Result:=True
else
Result:=False;
end;
end;

procedure NoIconsCheckOnClick(Sender: TObject);
begin
if NoIconsCheck.IsChecked=True then begin
WizardForm.GroupEdit.Enabled:= false;
WizardForm.GroupBrowseButton.Enabled:= false;
ButtonSetEnabled(GroupBtn, false);
end else begin
WizardForm.GroupEdit.Enabled:= true;
WizardForm.GroupBrowseButton.Enabled:= true;
ButtonSetEnabled(GroupBtn, true);
end;
WizardForm.GroupEdit.Color:= clblack;
end;

-NORO- 20-08-2017 14:59

Quote:

Originally Posted by buntionly4u (Post 461836)
I have made many changes in that script that you can see..:rolleyes:

Can u help me out?
Since I am not from IT background so don't know much about programming. In this script I am not able to link the 'no start menu folder checkbox' with the 'start group selection'. if checkbox is checked then no start menu folder and disabled start group selection and if not then start menu folder.

Pl have a look at the code:

function CheckError:boolean;
begin
if ISDoneError = True then
Result := False
else
Result := True;
end;

function CreateGI:boolean;
begin
if CheckError = True then
begin
if NoIconsCheck.IsChecked then
Result:=True
else
Result:=False;
end;
end;

procedure NoIconsCheckOnClick(Sender: TObject);
begin
if NoIconsCheck.IsChecked=True then begin
WizardForm.GroupEdit.Enabled:= false;
WizardForm.GroupBrowseButton.Enabled:= false;
ButtonSetEnabled(GroupBtn, false);
end else begin
WizardForm.GroupEdit.Enabled:= true;
WizardForm.GroupBrowseButton.Enabled:= true;
ButtonSetEnabled(GroupBtn, true);
end;
WizardForm.GroupEdit.Color:= clblack;
end;

Hello
Can you tell me, from where you got it ? , am curious because there is my name in watermark and i shared it only to few people.
Btw your functions to analyze hard disk and give informations arent working when you choose another drive like D ,F , etc.

ravencrow 21-08-2017 03:32

Quote:

Originally Posted by buntionly4u (Post 461836)
I have made many changes in that script that you can see..:rolleyes:

Can u help me out?
Since I am not from IT background so don't know much about programming. In this script I am not able to link the 'no start menu folder checkbox' with the 'start group selection'. if checkbox is checked then no start menu folder and disabled start group selection and if not then start menu folder.

Pl have a look at the code:

function CheckError:boolean;
begin
if ISDoneError = True then
Result := False
else
Result := True;
end;

function CreateGI:boolean;
begin
if CheckError = True then
begin
if NoIconsCheck.IsChecked then
Result:=True
else
Result:=False;
end;
end;

procedure NoIconsCheckOnClick(Sender: TObject);
begin
if NoIconsCheck.IsChecked=True then begin
WizardForm.GroupEdit.Enabled:= false;
WizardForm.GroupBrowseButton.Enabled:= false;
ButtonSetEnabled(GroupBtn, false);
end else begin
WizardForm.GroupEdit.Enabled:= true;
WizardForm.GroupBrowseButton.Enabled:= true;
ButtonSetEnabled(GroupBtn, true);
end;
WizardForm.GroupEdit.Color:= clblack;
end;

you say you have no it background and programming knowledge, yet you managed to make all these changes to the script? and why did you put my name and NORO's name into your script? it doesn't make sense

buntionly4u 21-08-2017 03:38

Quote:

Originally Posted by ravencrow (Post 461844)
you say you have no it background and programming knowledge, yet you managed to make all these changes to the script? and why did you put my name and NORO's name into your script? it doesn't make sense

I will remove all the names from the script once I done with the script.

Kobi Blade 21-08-2017 03:41

Quote:

Originally Posted by ravencrow (Post 461844)
you say you have no it background and programming knowledge, yet you managed to make all these changes to the script? and why did you put my name and NORO's name into your script? it doesn't make sense

Clearly someone leaked it, any other bugs we should know about to fix it and use? (NORO did say he shared with few people, big mistake) :p

Quote:

Originally Posted by buntionly4u (Post 461846)
I will remove all the names from the script once I done with the script.

That won't solve the problem of you stealing others work and claiming to be your own, and now you just admitted you're going to remove the credits (no wonder everyone is closing their sources and/or stopping development).

buntionly4u 21-08-2017 04:06

Quote:

Originally Posted by Kobi Blade (Post 461847)
Clearly someone leaked it, any other bugs we should know about to fix it and use? (NORO did say he shared with few people, big mistake) :p


That won't solve the problem of you stealing others work and claiming to be your own, and now you just admitted you're going to remove the credits (no wonder everyone is closing their sources and/or stopping development).

where the question of stealing others work comes from when someone made his work open for public. pl check the below link for god sake

http://fileforums.com/showthread.php...light=corepack

Kobi Blade 21-08-2017 04:19

Quote:

Originally Posted by buntionly4u (Post 461848)
where the question of stealing others work comes from when someone made his work open for public. pl check the below link for god sake

http://fileforums.com/showthread.php...light=corepack

That is from Razor12911 in order to share with other developers how it's done, what you have is a custom EDIT from ravencrow!

That is not the base of the problem though, is the fact you claim it's your work and admitted you're going to remove the credits of those who spent hours/days/weeks/months/years working on it. It's because of people like you that developers don't cooperate and improve their projects (sharing their sources), leeches taking credit of others work.

I hope no one helps you with that, cause clearly you don't deserve it. If you truly had a hand in that script you could fix it alone with no effort, much like I did (at least I won't take credit for others work).

buntionly4u 21-08-2017 04:21

Quote:

Originally Posted by Kobi Blade (Post 461849)
That is from Razor12911 in order to share to others how it's done, what you have is a custom EDIT from ravencrow!

That is not the base of the problem though, is the fact you claim it's your work and admitted you're going to remove the credits of those who spent hours/days/weeks/months/years working on it.

I haven't removed but they don't want to include...

do the changes way you want and post the script..


All times are GMT -7. The time now is 22:29.

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