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)

TsubasaHP 29-05-2014 13:02

Quote:

Originally Posted by y_thelastknight (Post 431512)
just main.iss ?

I'm not starting yet,
but...should i use another things?

I'm not very familiar with Internal compression.

y_thelastknight 29-05-2014 13:07

give me some minutes. i give you the main.iss with internal compression support :)

y_thelastknight 29-05-2014 13:16

1 Attachment(s)
here is the updated main.iss for internal compression only..Main_v1.9.iss

if you want use the internal compression use this Main_v1.9.iss
else use the original main.iss file for external compression.

Main_v1.9.iss has a external compression bug :p :/

TsubasaHP 29-05-2014 13:27

Quote:

Originally Posted by y_thelastknight (Post 431517)
here is the updated main.iss for internal compression only..Main_v1.9.iss

if you want use the internal compression use this Main_v1.9.iss
else use the original main.iss file for external compression.

Main_v1.9.iss has a external compression bug :p :/

Thanks a lot for your ethereality :)

y_thelastknight 29-05-2014 13:40

Quote:

Originally Posted by TsubasaHP (Post 431518)
Thanks a lot for your ethereality :)

:)

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 :)


All times are GMT -7. The time now is 10:57.

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