|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#11
|
||||
|
||||
|
in setup.ini
MoveDirectoryInfo=0 MoveProgressBar=4 change those values. - settings.iss make sure its just #define internal ( NO ; at front of line ) - installerscript.iss make sure there IS a ; in front of line #2 - in style.ini below below [install options] make a section Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
IE you named your first file xyz.abc then the first line in that section would be FreeArcFile1=xyz.abc;DestDir:{app};Disk:1; it doesn't have to end in cab, bin, arc, you can name it however you want. Take a look at any of the conversions that use compress.bat & you see how its layed out. Just don't try to do this IF your using the CIU1014 from the UltraARC topic as it has been modified to use UltraARC & the extract section no longer applies. If your using the version from yener90's Inno Project Source Codes topic then what I've written above DOES apply. Last edited by pakrat2k2; 02-02-2015 at 10:43. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
supernoro (03-02-2015) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| soft mod - opinions, questions | dneray22 | XBox Games | 2 | 01-08-2003 06:36 |
| A few questions I need answered. | rms2001 | XBox Games | 5 | 05-12-2002 12:55 |
| Newbie with 1,000 questions ( not really 1,000, but close enough) | tdoran70 | PS2 Games | 3 | 29-05-2002 00:47 |
| A few questions, PLLeaase Read | Bill-Something | PSX Games | 6 | 18-08-2001 08:18 |