|
|
|
#1
|
||||
|
||||
|
Quote:
it seems there is no way expect internal compression, i trid all external compression methods. it's not smaller then more 5GB . |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
1, compress the and split the original file with winrar. 2, compress the splitted rar files with freearc 3, use the installer to extract the arc files to installation directory 4, again use the installer to extract the spilitted rar file into installation directory from installation directory.
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
TsubasaHP (29-05-2014) | ||
|
#3
|
||||
|
||||
|
Quote:
But another question i read in Razor12911 tutorial : " This blackbox script/installer doesn't support internal compression " now how should I do? Last edited by TsubasaHP; 29-05-2014 at 12:22. |
|
#4
|
||||
|
||||
|
give me some minutes. i give you the main.iss with internal compression support
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
TsubasaHP (29-05-2014) | ||
|
#5
|
||||
|
||||
|
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 :/
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Shadow Delta (06-06-2014) | ||
|
#6
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to TsubasaHP For This Useful Post: | ||
y_thelastknight (29-05-2014) | ||
|
#7
|
||||
|
||||
|
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#8
|
|||
|
|||
|
Please , , ,
How Can I Specified AppSize Exactly Size . . . Not 1 , 2 , 3 , 4 or 5 Giga I need it For example 4.65 gb |
|
#9
|
|||
|
|||
|
How to decompress two archives?
Example, setup-1.bin and setup-2.bin? Sorry for my english... |
|
#10
|
|||
|
|||
|
Hi all.., how can i remove Music and splash screen?
|
|
#11
|
||||
|
||||
|
Quote:
Quote:
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;
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;
__________________
Non temete l'oscurita - accettate il suo abbraccio. |
|
#12
|
||||
|
||||
|
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
Last edited by lhanz678; 16-06-2014 at 16:35. |
|
#13
|
||||
|
||||
|
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 |
|
#14
|
||||
|
||||
|
you can't extract split-ed files mate.
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#15
|
||||
|
||||
|
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
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |