![]() |
Quote:
Code:
[Setup]@other members what is the best compression script for internal |
interesting - yours displays the text on the finished page just fine.
As for compression, I think lzma2/ultra64 is the tightest that inno can offer, without having to resort to using .arc files like some scripts around the forums. EDIT: I messed with my original script I had pasted - turns out if I change this Code:
procedure CurPageChanged(CurPageID: Integer);Code:
procedure CurPageChanged(CurPageID: Integer); |
Quote:
|
Full code section:
Code:
var |
depends on they types of files trying to compress. some compress better then others. look at any of the scripts posted that use peter's method ( bat file ).
|
If I compress few parts of a game with Srep only and rest with Srep and Precomp,then how to use ISDONE[i.e; srep for one files and srep+precomp for other] ?
|
@compiler
leave it as is, the arc.ini will solve your little problem. |
Hello,
I have an issue with ISDone, let's say i have 2 arc archives one to unpack to {app}\ and the second to {userdocs}\ When i uninstall the game it will remove the {app}\ data and leaves the docs. Is there a solution so the files that copied to docs folder gets removed too? |
hmm, try deltree, but it's doesn't make sense.
|
all files that are not copied to {pf} folder are not registered in the uninstall script, how to register them?
|
ask altef_4, he knows this. he did it with a filelist thingy.
but this is how you set it up. DelTree(ExpandConstant('{userdocs}\Criterion Games'), True, True, True); or something like this, now listen, I have a feeling that it's not a good idea of using deltree, so best to ask him. |
hehe, will wait a little bit before PMing him, he might see it and reply.
|
Hi,
I have some points please : 1- what is the dif. between CI_Converted_To_CIU and CI 8.5.7.4 and CIU 1.0.0.6 in source projects ? ................ 2-what is the best best command in Free arc for the highest compression ratio ? ................ 3-How to compress videos and audio of games ? ................ 4- What is the GDFBinary=GDF.dll Quote:
Quote:
What is that ? ................ 5 - Quote:
This is means when the setup finished these programs will launched right ? How to attach these programs ? + How to add more programs like that ? I mean especially in these lines : Quote:
6-How to less the files In the result it make this : http://img515.imageshack.us/img515/8...2013102831.png ------> http://img6.imageshack.us/img6/7154/04062013102325.png I mean when I get finished from all setting and compressing..etc What should I do ? |
1 - CI is a custom installer created by yener90, CIU is the advanced custom installer created by yener90, CI Conv CIU is CI Converted to CIU
2 - it depends on the files you are compressing. 3 - rather use srep compression or resample them 4 - gdf is the game binary, it shows and adds details of a the game in the registries and game explorer, gdf maker makes gmae binaries. 5 - it's the tasks the installer/setup should do. 6 - final files are autorun/setup.dll, setup.ini, setup.exe and setup.cab but you can use internal to make it autorun/setup.dll and setup.exe |
THANK YOU VERY MUCH :D
Quote:
How ? Can you explain more with examples of games sizes and types please ? Quote:
Quote:
|
| All times are GMT -7. The time now is 06:39. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com