|
#721
|
|||
|
|||
|
Quote:
Thanks, |
| Sponsored Links |
|
#722
|
||||
|
||||
|
Quote:
Im sorry mate i don't know about precomp :/
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#723
|
||||
|
||||
|
check the script, is it expecting precomp.exe or precomp041.exe. You might have to rename the exe to what its looking for.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
y_thelastknight (18-01-2014) | ||
|
#724
|
|||
|
|||
![]()
|
|
#725
|
||||
|
||||
|
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 ?? |
|
#726
|
||||
|
||||
|
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) | ||
|
#727
|
|||
|
|||
|
Quote:
|
|
#728
|
||||
|
||||
|
you may wanna check precomp version used.
|
|
#729
|
|||
|
|||
|
Sorry but i don't understand what you are saying
|
|
#730
|
|||
|
|||
|
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???? |
|
#731
|
||||
|
||||
|
Quote:
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#732
|
|||
|
|||
|
@y_thelastknight
could you tell me what should i write for lzma in archive.ini thanks, |
|
#733
|
||||
|
||||
|
lzma Mean arc compression?
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#734
|
|||
|
|||
|
How to change orther language
Thx |
|
#735
|
||||
|
||||
|
you need to first add language file then translate some parts to your language.
|
![]() |
|
|
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 |