|
|
|
#1
|
|||
|
|||
|
thanks mr kurutucu, that's worked...
arc iso ok, but when i try to use rar, i got this pop up...
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
@jksengko
I don't know what's your problem :/ @61n4n74r For RAR and 7Zip add this: On top Code:
#define unrar #define 7ZIP On CODE Code:
#ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif
|
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
61n4n74r (06-10-2013) | ||
|
#3
|
|||
|
|||
|
Unarc error
![]() Guys I added the "DiskSpanning" because I need to split the game that is more than 4 gb, but I get that error. How should I do? If I have to edit the file Archives.ini you can email me as I have to change it? Sorry for the English but is not my mother language |
![]() |
| 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 |