|
|
|
#1
|
||||
|
||||
|
I have posted the error
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
#Your files cannot compress with precomp. Use srep. Because your files don't have jpg, png, model etc. Precomp extracting and recompressing files. Maybe your files cannot be extracting. Try srep.
#For precomp0.43 use Main(precomp.0.43).iss! |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
alley_u2 (02-09-2013) | ||
|
#3
|
||||
|
||||
|
I compressed files using precomp 0.43 and then used your Main(precomp.0.43).iss to build the setup file. While running the setup it gives me a error i.e. wrong precomp version. Can you help?
Edit:It worked. I had to copy manually precomp 0.43 and arc.ini files from the precomp version folder to the include folder. Last edited by alley_u2; 02-09-2013 at 10:46. |
|
#4
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
alley_u2 (02-09-2013) | ||
|
#5
|
|||
|
|||
|
OK so i will not use internal compression because BB does not support it and external is better.
But what i have to set, to get best compression and how to set which file will be precompressed, because only some file is good for precompression? If i need both vcredist it should be in script. How can i edit it? However i saw some test of Winrar and similar programs. And i only want to now, how much % of time it will take if i will use some compression. For example: Best compression will take about +50% more time than second best compression, but it will compress about X% more. I am sorry for Newbie question. I have been using Inno Script Studio so far with some andvices from stackoverflow.com. So best for me are examples. I do not want filling this thread with my questions so if somebody is willing to help me via PM. It will better than this. Thank you. |
|
#6
|
||||
|
||||
|
Tried using precomp 0.43 and compiling the setup with Main(precomp.0.43).iss. But the installer didn't work. It failed to extract the file and gave me a error saying "wrong precomp version" .
Last edited by alley_u2; 02-09-2013 at 04:47. |
|
#7
|
||||
|
||||
|
I was thinking about adding a system page which will display CPU ram and other system information. Anybody can guide me for a tutorial.
|
|
#8
|
||||
|
||||
|
while compile it gives me error, see attach file
i don't know to type anything, i'm a newbie. plz help me!!! |
|
#9
|
||||
|
||||
|
Use the unicode version of the setup
|
|
#10
|
||||
|
||||
|
Thank you, i got it.
But can u show me order of compression? the first is freearc => precomp => screp? i use script kurutucu v1.8. I will create file.bin by how? |
|
#11
|
||||
|
||||
|
Use Kurutucu Compressor present in the zip file. Just edit the Compress.bat file to the location of your folder and it will automatically compress the file for you as the script requires.
|
| The Following User Says Thank You to alley_u2 For This Useful Post: | ||
kienvang0302 (04-09-2013) | ||
|
#12
|
||||
|
||||
|
Quote:
what do i have to edit to the highest compress? Having some file audio and video in folder game.Do u know software to compress them? Sorry for asking u too much
|
|
#13
|
||||
|
||||
|
Why does total needed space just have 1Mb?
While my file compress is about 350Mb.Directory: Kurutucu compressor/Data/Setup-1.bin. |
|
#14
|
|||
|
|||
|
Change:
Code:
#define AppSize "1000" Code:
#define AppSize "0350" Did I tell you that too? LOL.
|
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
kienvang0302 (04-09-2013) | ||
|
#15
|
||||
|
||||
|
Quote:
Really i just learn about inno, script, repack...recently(~2 week) ![]() i found this forum by chance while i was searching of black box script (i like its style )I'm having some trouble with the compression, it's hard to do with me a newbie. Can i contact with you by how? asking on forum is quite slowly to be resolve. Sorry for my english is not good
|
![]() |
|
|
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 |