|
|
|
#1
|
||||
|
||||
|
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. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |