![]() |
I must put Video.mp4 where directory ? Because I test Video background, video didn't run :(. Please help me.
|
can you give me a tutorial...i want the progress to be default color...green windows 7 theme
|
skin with green progress
1 Attachment(s)
Quote:
if you want green progress while installing you can edit skin.cjstyle with the help of ISSkin Setup. Quote:
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:) |
How to add more images in slides ?
|
Quote:
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. |
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 |
|
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?. |
Quote:
|
Installation page problem
Quote:
In the script I edit to remove the following section Quote:
page. (All page wizards mixed in to single page) How to fix it. Thanks in advance. :) |
Quote:
i don't know how to explain it :/ |
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.:) |
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) |
Quote:
|
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 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; |
Quote:
|
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; " |
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] |
1 Attachment(s)
Quote:
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:
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. |
I tried the video does not show a black screen ..
|
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 |
Quote:
Quote:
then the video should work fine, ive tested all video extensions & they play just fine. ( I do have klite codec pack installed tho ) |
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 |
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.
|
:eek:HELP PLEASE DO NOT ARCHIVE DOWNLOADS in
|
@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 ? |
Quote:
|
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 |
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:
im using 2 dvd , What should I do if using 3 dvd or more ? thanks |
Change your archive in file.progress
Quote:
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 |
Quote:
I've read but still do not understand , now problem solved hehe thanks . i can make installer :D |
Language ???
it is possible to change the installer language?
|
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,,,,,
|
Hi! i am new. How do I change ¨kurutucu fileforums¨ in the beginning of the setup? Thanks.
|
Quote:
|
Quote:
Gracias!!! |
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. |
Open URL
How to Open URL after finish instalation and how to roll back install if corupt or eror ? thanks
|
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