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)

altef_4 20-08-2014 09:20

Quote:

Originally Posted by Adonix (Post 433470)
PLEASE GUYS i NEEDS HELP.
Installer worked well now :)
Just 1 error...
INSTALLER IS NOT Looking nice, as shown in post : http://i.imgur.com/amPBN5w.jpg
PLEASE HELP TO FIX THE INSTALLER DESIGN :'(

seems like problem not in installer itself, maybe in OS or video drivers or ...just because using paint to erase some words on picture

y_thelastknight 20-08-2014 10:31

Quote:

Originally Posted by Adonix (Post 433470)
PLEASE GUYS i NEEDS HELP.
Installer worked well now :)
Just 1 error...
INSTALLER IS NOT Looking nice, as shown in post : http://i.imgur.com/amPBN5w.jpg
PLEASE HELP TO FIX THE INSTALLER DESIGN :'(

i really don't know mate..

Djc3100 20-08-2014 18:58

Quote:

Originally Posted by Adonix (Post 433470)
PLEASE GUYS i NEEDS HELP.
Installer worked well now :)
Just 1 error...
INSTALLER IS NOT Looking nice, as shown in post : http://i.imgur.com/amPBN5w.jpg
PLEASE HELP TO FIX THE INSTALLER DESIGN :'(

You gonna to update the inno setup unicode the last version it! Second, Update your drivers!

Adonix 20-08-2014 19:00

Quote:

Originally Posted by altef_4 (Post 433471)
seems like problem not in installer itself, maybe in OS or video drivers or ...just because using paint to erase some words on picture

Seriously ?
ii mean can windows os results in installer design ? :eek::confused:

ZeD1818 21-08-2014 13:36

Please help
I want unarc format in my BB script please tell me how to add it
Thanks

Dante1995 21-08-2014 22:01

Quote:

Originally Posted by ZeD1818 (Post 433490)
Please help
I want unarc format in my BB script please tell me how to add it
Thanks

if I'm not mistaken, already in this format the bb :rolleyes:

Code:

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Filename.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

Adonix 22-08-2014 08:28

THIS IS THE ONLY INSTALLER WHICH WORKED FOR ME !!
I LOVE THIS INSTALLER,...JUST LAST PROBLEM I AM GETTING :(
PLEASE HELP TO FIX THAT ERROR,..THEN MY WORK WILL BE FINAL.

1. Everytime i click "Next" or click some tab, popup comes and says : http://i.imgur.com/kaozWRJ.jpg
2. When installation page comes, then installer left corner cuts : http://i.imgur.com/xw41lbl.jpg
3. How To Change Color of installation bar ?

JUST GIVE ABOVE 3 FIXES AND I WILL NOT DISTURBE ANYONE :(

Razor12911 22-08-2014 09:07

Quote:

Originally Posted by Adonix (Post 433502)
THIS IS THE ONLY INSTALLER WHICH WORKED FOR ME !!
I LOVE THIS INSTALLER,...JUST LAST PROBLEM I AM GETTING :(
PLEASE HELP TO FIX THAT ERROR,..THEN MY WORK WILL BE FINAL.

1. Everytime i click "Next" or click some tab, popup comes and says : http://i.imgur.com/kaozWRJ.jpg
2. When installation page comes, then installer left corner cuts : http://i.imgur.com/xw41lbl.jpg
3. How To Change Color of installation bar ?

JUST GIVE ABOVE 3 FIXES AND I WILL NOT DISTURBE ANYONE :(

1) internal script error.
2) same script error.
3) progressbar can only be changed by means of isskin program.

Adonix 23-08-2014 09:01

Quote:

Originally Posted by Razor12911 (Post 433503)
1) internal script error.
2) same script error.
3) progressbar can only be changed by means of isskin program.

Ok friend you said script error,..so please fix the script error :(
i did not changed anything in downloaded script.

Carldric Clement 24-08-2014 02:31

Anybody who's can make it a autorun for black box? i'm gonna change it the scripts!

Razor12911 24-08-2014 07:00

Quote:

Originally Posted by Adonix (Post 433531)
Ok friend you said script error,..so please fix the script error :(
i did not changed anything in downloaded script.

unfortunately,I can't help you with that, Kurutucu made it clear that he didn't need my help and offended me, so nope, maybe someone else will help you with this problem.

Adonix 26-08-2014 21:25

I did not understood 1 thing, help.
if i have 3 bin files, so what to add in "Archives.ini" ??
Presently i am using below code for a single .bin file. ,..so please guide me what more to add in this script for 2 more bin files, that is total 3.
Thanks..
Quote:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\test-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
//if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
//if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
//if not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break;
//if not ISRarExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break;

y_thelastknight 26-08-2014 22:03

Quote:

Originally Posted by Adonix (Post 433630)
I did not understood 1 thing, help.
if i have 3 bin files, so what to add in "Archives.ini" ??
Presently i am using below code for a single .bin file. ,..so please guide me what more to add in this script for 2 more bin files, that is total 3.
Thanks..

red color text are you have to change..

Code:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;


Adonix 27-08-2014 20:42

Quote:

Originally Posted by y_thelastknight (Post 433631)
red color text are you have to change..

Code:

if not showchangediskwindow ('please insert disk to continue...', expandconstant('{src}'),'setup-1.bin') then break;
if not isarcextract ( 0, 34, expandconstant('{src}\setup-1.bin'), expandconstant('{app}'), '', false, '', expandconstant('{tmp}\arc.ini'), expandconstant('{app}'), false) then break;
if not showchangediskwindow ('please insert disk to continue...', expandconstant('{src}'),'setup-2.bin') then break;
if not isarcextract ( 0, 33, expandconstant('{src}\setup-2.bin'), expandconstant('{app}'), '', false, '', expandconstant('{tmp}\arc.ini'), expandconstant('{app}'), false) then break;
if not showchangediskwindow ('please insert disk to continue...', expandconstant('{src}'),'setup-3.bin') then break;
if not isarcextract ( 0, 33, expandconstant('{src}\setup-3.bin'), expandconstant('{app}'), '', false, '', expandconstant('{tmp}\arc.ini'), expandconstant('{app}'), false) then break;


you are best

Carldric Clement 31-08-2014 06:19

Quote:

Originally Posted by y_thelastknight (Post 433631)
red color text are you have to change..

Code:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;


Hi!

Additional:
Can be change name compression like
Code:

setup-1.bin to data1.bin or dgf1.bin
What means DGF?

Answer:
Code:

D = Data
G = Games
F = Files

Thats all!


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