#796
|
||||
|
||||
I'm not starting yet,
but...should i use another things? I'm not very familiar with Internal compression. |
Sponsored Links |
#797
|
||||
|
||||
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) |
#798
|
||||
|
||||
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) |
#799
|
||||
|
||||
Quote:
![]() |
The Following User Says Thank You to TsubasaHP For This Useful Post: | ||
y_thelastknight (29-05-2014) |
#800
|
||||
|
||||
__________________
Glass BB | BlackBox v2 | Portable Installer |
#801
|
|||
|
|||
Please , , ,
How Can I Specified AppSize Exactly Size . . . Not 1 , 2 , 3 , 4 or 5 Giga I need it For example 4.65 gb |
#802
|
|||
|
|||
How to decompress two archives?
Example, setup-1.bin and setup-2.bin? Sorry for my english... |
#803
|
|||
|
|||
Hi all.., how can i remove Music and splash screen?
|
#804
|
||||
|
||||
![]() 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. |
#805
|
||||
|
||||
hi anybody can give me precompinside 0.3.1(CLS-precomp.dll) TIA
![]() updated i found it ![]() Last edited by lhanz678; 16-06-2014 at 16:35. |
#806
|
|||
|
|||
>>>>>>>>>>
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...?? |
#807
|
||||
|
||||
Quote:
![]()
__________________
Non temete l'oscurita - accettate il suo abbraccio. |
#808
|
||||
|
||||
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 |
#809
|
||||
|
||||
you can't extract split-ed files mate.
__________________
Glass BB | BlackBox v2 | Portable Installer |
#810
|
||||
|
||||
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 ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
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 |