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)

photuong1994 29-08-2015 21:21

I must put Video.mp4 where directory ? Because I test Video background, video didn't run :(. Please help me.

bastien360 30-08-2015 10:38

can you give me a tutorial...i want the progress to be default color...green windows 7 theme

ffmla 31-08-2015 02:12

skin with green progress
 
1 Attachment(s)
Quote:

Originally Posted by bastien360 (Post 442932)
can you give me a tutorial...i want the progress to be default color...green windows 7 theme

Hi bro,
if you want green progress while installing you can edit skin.cjstyle with the help of ISSkin Setup.

Also read the post no #693 ʶ
Password for themestyle.rar is Fileforums attachment in post #693

if you read the above post you can learn how to edit *.cjstyle file

All thanks goes to respective post Members.

Here my mac style green prograss bar:)

nhinchihap3 31-08-2015 06:21

How to add more images in slides ?

photuong1994 31-08-2015 20:17

Quote:

Originally Posted by nhinchihap3 (Post 442942)
How to add more images in slides ?

thì cứ tải về bình thường rồi chỉnh lại số thứ tự tiếp theo.

Ví dụ: trong đó có 7 hình, muốn thêm 1 hình nữa thì quăng vào rename thành "8". Rồi cứ tiếp tục.

Đang điên cái Video.mp4. Quăng vào mà chạy setup thử ở Compact mode, nó ko chạy Video.

photuong1994 31-08-2015 20:20

Someone can show me how to Play video background when I run setup.
I put Video.mp4 in source, and compile.

But when I test to run setup, choose Video background, it didn't run video. :(

http://www.upsieutoc.com/images/2015...pture65127.png

http://www.upsieutoc.com/images/2015/09/01/119bd2.png

photuong1994 31-08-2015 21:27

http://www.upsieutoc.com/images/2015...pture1148d.png

What is error ? :(

ffmla 15-09-2015 22:20

Installation windows size problem
 
my blackbox script is works fine{kurutuku}
But each time when i click the buttons{back,Next}, the bottom of installer window size is reduced.is there any way to fix this?.

y_thelastknight 16-09-2015 08:49

Quote:

Originally Posted by ffmla (Post 443255)
my blackbox script is works fine{kurutuku}
But each time when i click the buttons{back,Next}, the bottom of installer window size is reduced.is there any way to fix this?.

yes, there is a code in the procedure CurPageChanged(CurPageID: Integer); which reduce the size of the windows. remove that.

ffmla 18-09-2015 01:35

Installation page problem
 
Quote:

Originally Posted by y_thelastknight (Post 443270)
yes, there is a code in the procedure CurPageChanged(CurPageID: Integer); which reduce the size of the windows. remove that.

Thanks for your reply,
In the script I edit to remove the following section
Quote:

Procedure CurPageChanged(CurPageID: integer);
begin
CurPageChanged1(CurPageID);
end
But the installer wizard make all page information to one
page. (All page wizards mixed in to single page)
How to fix it.
Thanks in advance. :)

y_thelastknight 18-09-2015 10:42

Quote:

Originally Posted by ffmla (Post 443327)
Thanks for your reply,
In the script I edit to remove the following section

But the installer wizard make all page information to one
page. (All page wizards mixed in to single page)
How to fix it.
Thanks in advance. :)

can you share the script file, i will fix it for u.
i don't know how to explain it :/

ffmla 19-09-2015 00:35

My script with windows size problem.
 
1 Attachment(s)
Hello Bro,
Thanks for fixing my script.
I've attach my script.
@y_thelastknight
thanks for fixing & sorry for late reply.:)

kannasuki 22-09-2015 18:42

Please help, installing my repack with archives.ini show "ISDone.dll An error ocurred when unpacking!
Unarc.dll returned an error code:-1
ERROR: archive data corrupted (decrompresion fails)

Razor12911 22-09-2015 19:21

Quote:

Originally Posted by kannasuki (Post 443445)
Please help, installing my repack with archives.ini show "ISDone.dll An error ocurred when unpacking!
Unarc.dll returned an error code:-1
ERROR: archive data corrupted (decrompresion fails)

make sure arc.exe you used is compatible with unarc.dll.

kannasuki 23-09-2015 04:12

If archives.ini have only Data1-4 works, but with Data5 fails in different percentage.
Quote:

if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data2.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data3.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data4.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

punchao 23-09-2015 05:14

if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data2.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue..', ExpandConstant('{src}'),'Data3.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4To Continue..', ExpandConstant('{src}'),'Data4.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue..', ExpandConstant('{src}'),'Data5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

kannasuki 23-09-2015 06:07

Quote:

Originally Posted by punchao (Post 443459)
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data2.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue..', ExpandConstant('{src}'),'Data3.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4To Continue..', ExpandConstant('{src}'),'Data4.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue..', ExpandConstant('{src}'),'Data5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

Thanks, but Data1-3 are DVD1 and 4-5 DVD2, i tried putting it like that but fails to change discs, this problem was only at the end

vibhutech512 24-10-2015 04:19

Setup in not extracting all .bin files !
 
HELLO, I am new at Repacking GAMES.
I have created Bins for
"COD:ADVANCED WARFARE".
I am have 7 .Bin files and created the setup via Script provided and also edited the Archives.ini but still it is extracting only 3 Bin files and leave the rest of them.
I have correctly renamed then as {setup-1,setup-2,setup-3,setup-4,setup-5,setup-6,setup-7}

Kindly HELP ME in Fixing this !!


This is the Archives.ini that i am using right now ! ~
" if not ShowChangeDiskWindow ('Please locate the Installation Files...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-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, 80, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 60, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4 To Continue...', ExpandConstant('{src}'),'Setup-4.bin') then break;
if not ISArcExtract ( 0, 40, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue...', ExpandConstant('{src}'),'Setup-5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Setup-5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 6 To Continue...', ExpandConstant('{src}'),'Setup-6.bin') then break;
if not ISArcExtract ( 0, 15, ExpandConstant('{src}\Setup-6.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 7 To Continue...', ExpandConstant('{src}'),'Setup-7.bin') then break;
if not ISArcExtract ( 0, 10, ExpandConstant('{src}\Setup-7.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; "

ramazan19833 30-10-2015 08:41

Please Help We're copying the Video.wmv File black_box script_by_kurutuc V1.8 folder and Maine (the compact.mo + Slideshow & Video) .iss File Inno Ultra I open setup.exe file form I setup when the video instead I edia request may cause black screen please help .. .

#ifexist "Video.avi"
ExtractTemporaryFile('Video.avi');
#endif
#ifexist "Video.mp4"
ExtractTemporaryFile('Video.MP4');
#endif
#ifexist "Video.mpeg"
ExtractTemporaryFile('Video.mpeg');
#endif
#ifexist "Video.mpg"
ExtractTemporaryFile('Video.mpg');
#endif
#ifexist "Video.wmv"
ExtractTemporaryFile('Video.wmv');[/QUOTE]

pakrat2k2 30-10-2015 19:47

1 Attachment(s)
Quote:

Originally Posted by vibhutech512 (Post 444033)
HELLO, I am new at Repacking GAMES.
I have created Bins for
"COD:ADVANCED WARFARE".
I am have 7 .Bin files and created the setup via Script provided and also edited the Archives.ini but still it is extracting only 3 Bin files and leave the rest of them.
I have correctly renamed then as {setup-1,setup-2,setup-3,setup-4,setup-5,setup-6,setup-7}

Kindly HELP ME in Fixing this !!


This is the Archives.ini that i am using right now ! ~
" if not ShowChangeDiskWindow ('Please locate the Installation Files...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-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, 80, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 60, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4 To Continue...', ExpandConstant('{src}'),'Setup-4.bin') then break;
if not ISArcExtract ( 0, 40, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue...', ExpandConstant('{src}'),'Setup-5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Setup-5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 6 To Continue...', ExpandConstant('{src}'),'Setup-6.bin') then break;
if not ISArcExtract ( 0, 15, ExpandConstant('{src}\Setup-6.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 7 To Continue...', ExpandConstant('{src}'),'Setup-7.bin') then break;
if not ISArcExtract ( 0, 10, ExpandConstant('{src}\Setup-7.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; "

First of all you have to set the setup-#.bin files properly according to how many fit on each disk. Then deal with the numbers ( 0, 100, .. the 100 would be correct IF only 1 file, you have 7 files so 100/7 = 14, so each of your 7 files
the number should be ( 0, 14 so that the % works properly when extracting the files until the end. IF I remember this correctly, if wrong then someone else jump in & correct it.

Also read Note #2 first post.

Quote:

Originally Posted by ramazan19833 (Post 444193)
Please Help We're copying the Video.wmv File black_box script_by_kurutuc V1.8 folder and Maine (the compact.mo + Slideshow & Video) .iss File Inno Ultra I open setup.exe file form I setup when the video instead I edia request may cause black screen please help .. .

#ifexist "Video.avi"
ExtractTemporaryFile('Video.avi');
#endif
#ifexist "Video.mp4"
ExtractTemporaryFile('Video.MP4');
#endif
#ifexist "Video.mpeg"
ExtractTemporaryFile('Video.mpeg');
#endif
#ifexist "Video.mpg"
ExtractTemporaryFile('Video.mpg');
#endif
#ifexist "Video.wmv"
ExtractTemporaryFile('Video.wmv');

EDIT

I re-read your post & see the issue, it doesn't even ask if you want picture background or video background. Use this archive set I know it works.

ramazan19833 30-10-2015 20:29

I tried the video does not show a black screen ..

ramazan19833 30-10-2015 20:33

Please Help We're copying the Video.wmv File black_box script_by_kurutuc V1.8 folder and Maine (the compact.mo + Slideshow & Video) .iss File Inno Ultra I open setup.exe file form I setup when the video instead I edia request may cause black screen please help .. .
http://i65.tinypic.com/2zzrj84.jpg
http://www.dosya.tc/server4/6g39ya/M...ideo_.rar.html

pakrat2k2 31-10-2015 09:24

Quote:

Originally Posted by ramazan19833 (Post 444206)
I tried the video does not show a black screen ..

then install k-lite codec pack, then video will show.

Quote:

Originally Posted by ramazan19833 (Post 444207)
Please Help We're copying the Video.wmv File black_box script_by_kurutuc V1.8 folder and Maine (the compact.mo + Slideshow & Video) .iss File Inno Ultra I open setup.exe file form I setup when the video instead I edia request may cause black screen please help .. .

I already told you Kurutucu v1.8 doesn't seem to work with video, use the archive I uploaded & copy over the image files from your folders into the archive folders I uploaded
then the video should work fine, ive tested all video extensions & they play just fine. ( I do have klite codec pack installed tho )

ramazan19833 31-10-2015 13:14

Please help setup does not see video
 
PLEASE HELP SETUP DOES NOT SEE VIDEO
:confused:http://i.hizliresim.com/7P1d3L.jpg
:confused:http://i.hizliresim.com/p9NVqN.jpg
:confused:http://i.hizliresim.com/B4bNgp.jpg

pakrat2k2 31-10-2015 13:18

DELETE the setup.exe & re-run the ISS script, to generate NEW setup.exe. IF it still doesn't play, then use archive I uploaded it DOES work.

ramazan19833 31-10-2015 13:31

:eek:HELP PLEASE DO NOT ARCHIVE DOWNLOADS in

senying 06-11-2015 17:22

@pakrat2k2
hey.. i have a question, how can i split 1 big file with this blackbox inno setup script?

so the problem is, i try to compress a game that has 1 big file around 10GB
after compressing with this, it's still big around 8GB.. so i want the result of the compression to split, so it can be contain in a DVD-5 size..

can u help me pls ? :D or anyone else can help me ?

rinaldo 07-11-2015 05:48

Quote:

Originally Posted by senying (Post 444324)
@pakrat2k2
hey.. i have a question, how can i split 1 big file with this blackbox inno setup script?

so the problem is, i try to compress a game that has 1 big file around 10GB
after compressing with this, it's still big around 8GB.. so i want the result of the compression to split, so it can be contain in a DVD-5 size..

can u help me pls ? :D or anyone else can help me ?

use this

sasisoman 30-12-2015 03:50

Hi i am using

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 45, ExpandConstant('{src}\Setup-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, 40, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 15, ExpandConstant('{src}\Setup-3.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;

along with compression method of Freearc+Precomp+Srep Compressor.


I have trouble in repacking. But while extracting the game i am facing the error. ISDoNE.dll

How to fix it

inatha3 11-04-2016 02:57

help
 
2 Attachment(s)
sory my english not good , im newbie

after instalation pro evolution soccer 2016
why dt00_win.cpk - dt70_win not insert in folder data ?

my Archieves.ini

Quote:

if not ShowChangeDiskWindow ('Mohon Masukan DVD untuk melanjutkan...', ExpandConstant('{src}'),'Setup-1.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', 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 ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', ExpandConstant('{src}'),'Setup-3.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

im using 2 dvd , What should I do if using 3 dvd or more ?
thanks

ffmla 12-04-2016 20:16

Change your archive in file.progress
 
Quote:

Originally Posted by inatha3 (Post 448415)
sory my english not good , im newbie

after instalation pro evolution soccer 2016
why dt00_win.cpk - dt70_win not insert in folder data ?

my Archieves.ini




im using 2 dvd , What should I do if using 3 dvd or more ?
thanks


Hey edit your Archives.ini file .
Ie .total progress is 100.
You need to separate the progress with isdone extraction.
ISArcextract(0,40 for setup-1.bin
ISArcextract(0,40 for setup-2.bin
ISArcextract(0,20 for setup-3.bin
if you create more bin files allocate their progress value total of 100.

These type of questions asked and answers before. So youread all previous threads and know much things. Be effective not lazy:)
Read this thread
http://fileforums.com/showpost.php?p...1&postcount=89

inatha3 15-04-2016 11:50

Quote:

Originally Posted by ffmla (Post 448447)
Hey edit your Archives.ini file .
Ie .total progress is 100.
You need to separate the progress with isdone extraction.
ISArcextract(0,40 for setup-1.bin
ISArcextract(0,40 for setup-2.bin
ISArcextract(0,20 for setup-3.bin
if you create more bin files allocate their progress value total of 100.

These type of questions asked and answers before. So youread all previous threads and know much things. Be effective not lazy:)
Read this thread
http://fileforums.com/showpost.php?p...1&postcount=89

im sory .
I've read but still do not understand , now problem solved hehe thanks .
i can make installer :D

Edioscote 18-04-2016 16:32

Language ???
 
it is possible to change the installer language?

gauravxstore 22-04-2016 12:35

whenever i create a repack any game and after installed the game it create installed game folder's shortcut on desktop not playable exe game shortcut. plz help me out,,,,,

nizcoz 26-04-2016 12:46

Hi! i am new. How do I change ¨kurutucu fileforums¨ in the beginning of the setup? Thanks.

felice2011 26-04-2016 23:55

Quote:

Originally Posted by nizcoz (Post 448732)
Hi! i am new. How do I change ¨kurutucu fileforums¨ in the beginning of the setup? Thanks.

Create a new custom logo and replace it to that existing in the style folder.

nizcoz 27-04-2016 04:35

Quote:

Originally Posted by felice2011 (Post 448734)
Create a new custom logo and replace it to that existing in the style folder.

Thanks!!!!!

Gracias!!!

nizcoz 27-04-2016 04:54

Other question...... I eliminated the tasks. ¿How change the name (and the function) next button on previous page (rename folder, direct access,etc) by install button?

PD: sorry for my bad english.

inatha3 03-05-2016 11:57

Open URL
 
How to Open URL after finish instalation and how to roll back install if corupt or eror ? thanks

anoop1507 04-05-2016 10:04

I compiled the setup but when try to install it shows setup has stopped working tried many times please help!


All times are GMT -7. The time now is 20:04.

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