|
|
|
#1
|
||||
|
||||
|
look at the error picture you posted.. it tells you what the error is...
your installing / extracting into C:\Program Files x86\Fileforums\Kurutucu ?? is that where you want it to extract too ?? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break; if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break; if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break; 7Zip can contain more than 1 file. and there might something wrong. when compressing 7Zip > Precomp > Srep > Arc when decompressing it has to be in reverse Arc > Srep > Precomp > 7Zip The steps either compressing or decompression may be incorrect. I suggest to replace 7Zip with Arc Last edited by Razor12911; 18-01-2014 at 01:53. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (18-01-2014) | ||
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
you may wanna check precomp version used.
|
|
#5
|
|||
|
|||
|
Sorry but i don't understand what you are saying
|
|
#6
|
|||
|
|||
|
precomp .42 keeps crassing. Trying to use precomp .43 and creating the setup.exe using Main(Compact.Mode+Slideshow & Video).iss but when I try to install it says wrong version of precomp.
Copied precomp .43 and arc.ini from Black_Box_Script_By_Kurutucu_V1.8\Precomp Versions\0.43 directory to include directory. nothing good happened. Any help???? |
|
#7
|
||||
|
||||
|
Quote:
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#8
|
|||
|
|||
|
Tried using Main(Compact.Mode-precomp.0.43).iss . Still the same. "Wrong precom version". Am I doing something wrong?
Last edited by mmhsagor; 03-02-2014 at 23:29. |
|
#9
|
|||
|
|||
|
@y_thelastknight
could you tell me what should i write for lzma in archive.ini thanks, |
|
#10
|
||||
|
||||
|
lzma Mean arc compression?
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#11
|
||||
|
||||
|
you need to first add language file then translate some parts to your language.
|
|
#12
|
|||
|
|||
|
yeah i add Inno Setup\deafaul.isl but can't edit
|
|
#13
|
||||
|
||||
|
open it with notepad.. translate it into your own language, if there isn't one already in your language there for it.
( look in any of the conversions Language subfolder for the isl for your language ( then copy it to the script location and rename it to what it expects ) will still say English/default but be in your language ?? Last edited by pakrat2k2; 03-02-2014 at 20:36. |
|
#14
|
||||
|
||||
|
Rajeev: did you compressed game using kurtuchu compressor or winrar ,7zip ..etc ?
__________________
It's not who you are underneath, it's what you do that definesyou .. |
|
#15
|
||||
|
||||
|
What about password?
|
![]() |
|
|
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 |