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)

prince8889 01-06-2014 10:14

Please , , ,

How Can I Specified AppSize Exactly Size . . . Not 1 , 2 , 3 , 4 or 5 Giga

I need it For example 4.65 gb

exorc 06-06-2014 02:55

How to decompress two archives?

Example, setup-1.bin and setup-2.bin?

Sorry for my english...

drexx 06-06-2014 05:29

Hi all.., how can i remove Music and splash screen?

Shadow Delta 06-06-2014 06:57

Huston, we got a problem..
 
Quote:

Originally Posted by prince8889 (Post 431588)
Please , , ,

How Can I Specified AppSize Exactly Size . . . Not 1 , 2 , 3 , 4 or 5 Giga

I need it For example 4.65 gb

Quote:

Originally Posted by exorc (Post 431722)
How to decompress two archives?

Example, setup-1.bin and setup-2.bin?

Sorry for my english...

Quote:

Originally Posted by drexx (Post 431724)
Hi all.., how can i remove Music and splash screen?

For the app size specification, well i was not able to get that ok, but using this small tool here helped me to get over with that and just have to give the app size from gb to mb and you will be clean.
And also for the removal of the splash and voice, you can just completely depend on the tool, and for extracting more than 1 archive you just have to edit the archives.ini file
The tool : http://fileforums.com/showthread.php?t=95595

add these onto you're archives.ini file and it will help with adding more archives.
Code:

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;

There you go for two files.
And well most of the times that gave me an isdone.dll error at the end of the extraction, but i presume modifying these lines and adding them according to the archives in the list can help to solve it.

Code:

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;

Add in these lines accordingly and that might help you with that.

lhanz678 12-06-2014 22:36

hi anybody can give me precompinside 0.3.1(CLS-precomp.dll) TIA :)

updated i found it :) https://www.dropbox.com/s/h0fjr2wajt...pInside0.31.7z

rafikhan 14-06-2014 05:26

>>>>>>>>>>
 
I need script like blackbox inno script and some new script to extract directly from .arc compressed file with freearc software.
can anybody help me...??

Shadow Delta 17-06-2014 22:06

Quote:

Originally Posted by rafikhan (Post 431982)
I need script like blackbox inno script and some new script to extract directly from .arc compressed file with freearc software.
can anybody help me...??

You are already on the blackbox Script thread, and Please clarify more about the question there bro, new script to extract directly from .arc file with freearc? Not getting what you actually meant to say. So please elaborate a bit. help might come to you in no time, if the question is understandable enough. :)

macullun 20-06-2014 21:11

I have a problem to extract 001 file. Its always "failed to open the archive in the module IS7zipExtract"

*WatchDogs windy_city.dat.001 - 005

y_thelastknight 21-06-2014 04:15

you can't extract split-ed files mate.

macullun 21-06-2014 07:23

Quote:

Originally Posted by y_thelastknight (Post 432095)
you can't extract split-ed files mate.

So with this script we can't Join 001 split-ed files with 7ZipExtract like BAMsE did in WatchDogs

Thx for the fast response mate :)

y_thelastknight 21-06-2014 09:23

Quote:

Originally Posted by macullun (Post 432097)
So with this script we can't Join 001 split-ed files with 7ZipExtract like BAMsE did in WatchDogs

Thx for the fast response mate :)

this script used ISDone, that doesn't extract split-ed files..

BAMsE should used some others method so it extract split-ed 7zip :p (i dont know what he used)

no problem mate..

achal1995 26-06-2014 07:20

Skin for inno setups
 
How can i design my own skin for my repacks....... how can i make my own "skin.cjstyle"...and...which software should i use....
please reply i am stuck at this point...

y_thelastknight 26-06-2014 16:41

Quote:

Originally Posted by achal1995 (Post 432149)
How can i design my own skin for my repacks....... how can i make my own "skin.cjstyle"...and...which software should i use....
please reply i am stuck at this point...


Use IS Skin, you can get it from the link..

http://isskin.codejock.com

achal1995 27-06-2014 06:39

need help
 
[QUOTE=y_thelastknight;432157]Use IS Skin, you can get it from the link..

[url]http:
Thank u for ur help....i tried that software but i am not able to export that cjstyle file that i customized.....do u know any video tutorials....or any documented help on this software....

Rishabh1299rtech 28-06-2014 08:32

kurutucu and razor are the best

rafikhan 28-06-2014 23:00

wow...
 
DATA.DAT 7GB arc -m0
DATA.PCF 12GB precomp043 -cn -intense
DATA.ARC 1GB arc -mx
______________
great compressor

achal1995 29-06-2014 00:49

does anyone knows.....how can i customize the looks of my installer.....

Brijesh 05-07-2014 20:44

how to create short of exe file on desktop when exe file of the game is in bin folder

Shadow Delta 05-07-2014 20:48

Quote:

Originally Posted by Brijesh (Post 432377)
how to create short of exe file on desktop when exe file of the game is in bin folder

Use {app}\bin\game.exe file

rxlord 15-07-2014 23:56

I want trying to edit your skin in isskin but i wasnt able to change the main body color.Any hints?

ZeD1818 02-08-2014 02:55

Help !
I created 2 bin files Setup-1.bin and Setup-2.bin but my setup.exe only installing Setup-1.bin not Setup-2.bin. How can I fix it to install both setup.bin files

y_thelastknight 02-08-2014 04:18

Quote:

Originally Posted by ZeD1818 (Post 432974)
Help !
I created 2 bin files Setup-1.bin and Setup-2.bin but my setup.exe only installing Setup-1.bin not Setup-2.bin. How can I fix it to install both setup.bin files

edit your Archives.ini file..

ZeD1818 02-08-2014 22:31

1 Attachment(s)
Quote:

Originally Posted by y_thelastknight (Post 432975)
edit your Archives.ini file..

Sir your help really worked out but there is another problem I am facing now is this


This is my archives.ini code

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

y_thelastknight 03-08-2014 00:17

ZeD1818
Code:

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

you have to edit these..total must be 100 ( but your total should be like 150, i dont understand why it is 160 :O)

if there are 2 archive then you have to put 50+50

3 archive mean 1st archive 34 + 2nd archive 33 + 3rd archive 33 = total 100

try to change it and check

i hope you understand my english :)

ZeD1818 03-08-2014 05:35

Quote:

Originally Posted by y_thelastknight (Post 432986)
ZeD1818
Code:

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

you have to edit these..total must be 100 ( but your total should be like 150, i dont understand why it is 160 :O)

if there are 2 archive then you have to put 50+50

3 archive mean 1st archive 34 + 2nd archive 33 + 3rd archive 33 = total 100

try to change it and check

i hope you understand my english :)

Actually my setup get complete at 200% while using the code mention above :D|

Thanks for your help now I can get a 100% complete ratio :)

y_thelastknight 03-08-2014 06:09

Quote:

Originally Posted by ZeD1818 (Post 433000)
Actually my setup get complete at 200% while using the code mention above
and second thing, should I change values like 0, 50 and 0,100 or 0,50 and 50,100

Code:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', 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 ('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 brea

change like this..only color part must be changed..

ZeD1818 04-08-2014 15:21

I am using Arc format to compress games can you tell how can I add 7zip
also how can I increase compression rate of arc format ?
Thank you

Zorkanne 14-08-2014 21:51

Quote:

Originally Posted by amgad_800 (Post 433131)
I Need help when using precomp 0.43 it take lots of time to extract
and it's stuck at 0% for to long time ?
is there anything to do to that ?

Same for me. I'm using precomp 0.43
The extraction takes forever. And it stops halfway through (the installer just...disappears.)

Need help please.

EDIT:
I solved that disappering installer thing by using another compression method with a specific file wich was causing it to disappear.

But the extraction still takes 2 to 3 hours, that's too long!

I use an external compression ( Razor's compressor ) and here's the compression method I use
-mprecomp+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc10 00:lc8

And when this doesn't work (sometimes it doesn't create the compressed file...), I use this:
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8

wickedclown 16-08-2014 19:33

need help linking a new check-box to read-me file on the last page. I do have the new check-box made and got it showing on last page Ive tried the task, component, and run.I think need to add code to the procedure InitializeWizard(); area but im not sure. there's a missing link some where i got the check-box and im able to get the read-me file but it always runs at the end so got both how to link them?
The isreadme flag makes it always launch but a regular installer it would make a check-box for the read-me.

any ideas cant release my new version until i get my read-me working :)

Adonix 17-08-2014 21:39

Can't we use latest version of precomp, srep and freearc beta in compression ?
As precomp and srep given in Kurutucu Compressor are little old !

Adonix 18-08-2014 00:11

Please help :(
whenever trying to compress a folder, it's saying..
http://i.imgur.com/dF3W4DK.jpg

Please fix :(

i am stuck :(

i am using Kurutucu Compressor given in attached file.

y_thelastknight 18-08-2014 08:49

Quote:

Originally Posted by Adonix (Post 433365)
Please help :(
whenever trying to compress a folder, it's saying..
http://i.imgur.com/dF3W4DK.jpg

Please fix :(

i am stuck :(

i am using Kurutucu Compressor given in attached file.

bro use razor's quick archive packer, its easy to use..
and im not good with compression bro. sorry :(

http://fileforums.com/showthread.php?t=95288

Adonix 18-08-2014 18:53

Quote:

Originally Posted by y_thelastknight (Post 433375)
bro use razor's quick archive packer, its easy to use..
and im not good with compression bro. sorry :(

http://fileforums.com/showthread.php?t=95288

no it's also not working.
please give solution for this !!

Adonix 18-08-2014 21:21

Please update the compressor by inserting these below latest tools, on fileforums, no compressor contains these latest tools :(

Precomp v0.4.3
packJPG v2.5f
Srep 3.2
zlib 1.2.8

And please someone solve precomp error, everytime precomp stops working after reaching 10.1% :'(

Razor12911 18-08-2014 23:59

Quote:

Originally Posted by Adonix (Post 433365)
Please help :(
whenever trying to compress a folder, it's saying..
http://i.imgur.com/dF3W4DK.jpg

Please fix :(

i am stuck :(

i am using Kurutucu Compressor given in attached file.

It is very simple, precomp cannot proceed with a particular file so it crashes before it can process it. rather look for that particular files and remove it or just remove the precomp in the compression method or use a different precomp version.

Hope it works

Adonix 19-08-2014 01:07

Quote:

Originally Posted by Razor12911 (Post 433400)
It is very simple, precomp cannot proceed with a particular file so it crashes before it can process it. rather look for that particular files and remove it or just remove the precomp in the compression method or use a different precomp version.

Hope it works

Please tell the types of file which is not supported by precomp or please tell other method :'(

Because if i am using only srep+freearc then there is very low level compression :(

Please guys help your friend !!!

Adonix 19-08-2014 02:47

Quote:

Originally Posted by 61n4n74r (Post 429908)
hey guys.. please help..
i got ""Null Pointer Exception" error before installing my compiled game/after launch setup.exe...
how to fix it?
thanks...

SAME PROBLEM, WHENEVER LAUNCHING SETUP I HAVE CREATED, IT'S SAYING "Null Pointer Exception"
http://i.imgur.com/P7ae6Aw.jpg


PLEASE GUYS YOUR FRIEND NEEDS HELP.

MOREOVER INSTALLER IS NOT COMING IN GOOD WAY : http://i.imgur.com/amPBN5w.jpg
PLEASE HELP TO FIX THE INSTALLER DESIGN :'(

y_thelastknight 19-08-2014 03:38

Quote:

Originally Posted by Adonix (Post 433401)
Please tell the types of file which is not supported by precomp or please tell other method :'(

Because if i am using only srep+freearc then there is very low level compression :(

Please guys help your friend !!!

i think jpg is one of the file type precomp doesn't support

Adonix 19-08-2014 03:52

Quote:

Originally Posted by y_thelastknight (Post 433408)
i think jpg is one of the file type precomp doesn't support

No there is no jpg type file,.i checked.

Adonix 20-08-2014 08:33

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 :'(


All times are GMT -7. The time now is 01:44.

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