|
#466
|
|||
|
|||
|
hey yener, where can i get a copy or your older custom installer scripts, i really like the later revisions of 7, but now i've lost them can u post some old ones?
|
| Sponsored Links |
|
#467
|
||||
|
||||
|
An application to compress a game you have to do this by opening the file InstallerScript.iss-> Options-> Set compression.
Or is there another way? If there is another way you can tell me how. |
|
#468
|
|||
|
|||
|
|
|
#469
|
||||
|
||||
|
Quote:
Use freearc and compress what / how you want, with what compression level you want, then specify the archive names like the tutorial says to. OR use internal compression ( by specifying game folder location ). You can use one or the other but not both. Last edited by pakrat2k2; 13-06-2012 at 19:55. |
|
#470
|
||||
|
||||
|
Quote:
let me know which one u might want |
|
#471
|
||||
|
||||
|
I did not understand this piece of tutorials
Precsrep => use extreme decompression method for this you need to compress the archive this way: Example if you want to name your archive Data.cab Compress all files in Data.arc -> Compress Data.arc in Data.pcf -> Compress Data.pcf in Data.srep -> Compress Data.srep in Data.cab but I have to squeeze in order 1 -> Compress Data.arc in Data.pcf 2 -> Compress Data.pcf in Data.srep 3 -> Compress Data.srep in Data.cab What if I have to compress it with other programs or freearc Last edited by lupetto77; 14-06-2012 at 13:19. |
|
#472
|
||||
|
||||
|
in CI 8.3.5.1_BETA\include folder is both precom.exe & srep.exe.
run freearc compress your files/folders with NO COMPRESSION to data.cab ( name can be anything BUT you MUST use same name everytime ) Then precomp the data.cab, which outputs bigger file data.pcf, then srep the data.pcf file, which outputs data.srep. Then freearc the srep file with freearc choose whatever compression you want which results in a final data.cab file, much smaller then the original. Probably best to have precomp & srep files in seperate folders, so that when each part is done, you move the resulting file into the next folder, so that if an error occurs you dont have to start all over again. Hope the explanation helps a little more. |
|
#473
|
||||
|
||||
|
pakrat2k2 the meantime I wanted to thank, then I wanted to ask if the steps that I made are true:
I created 4 folders 1. original cab (where I put the file. cab without compression created freearc) 2. pcf file (where I copy the. cab file created above and drag the file precomp042.exe) 3. SREP store (where I copy the file. pcf created above and drag the file srep.exe) 4. final repository (where I put the file. pcf.srep created over the open with freearc select a compression at our option) 5. I throw the folder or file I compressed the installation directory 6. In the installation directory I copy the file there. Cab created 7. Missing settings setup.ini file (you could tell me how to set it?) 8. I open the file and compile InstallerScript.iss I should have done right? Any other questions: Which file do you recommend I use between: precomp.exe precomp038.exe precomp040.exe precomp041.exe precomp042.exe precomp042.exe addition to the file I used, I had to put other files in the folder created? the same thing for the file SREP? |
|
#474
|
||||
|
||||
|
precomp.exe & precomp042.exe are the SAME, easier to use precomp.exe ( less to type )
IF your using freearc/precomp/srep then you DONT compile Installerscript.iss just edit setup.ini & input your info there. [InstallOptions] ApplicationName=Max Payne 3 ---> this is name of Your game Publisher=Codemasters ---> Manafacturer MyExecutableName=showdown.exe --> Name of the games EXE MyExecutablePath= ( put the path here if not in root of gamefolder) SaveGameFolder= GameSize=9646 Lang=de,en,es,fr,it,pl,pr,ru LangUI=0 PrecompVer=042 [InstallSettings] GDFBinary=game_gdf.dll ---> IF it has one if not delete the section [ExtractSettings] FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; PrecSrep:1 FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:2; PrecSrep:1 FreeArcFile3={src}\Data3.cab;DestDir:{app};Disk:3; PrecSrep:1 FreeArcFile4={src}\Data4.cab;DestDir:{app};Disk:4; PrecSrep:1 IF you dont use precomp/srep then the above PrecSrep:1 should be changed to PrecSrep:0 ALL the INFO is in the tutorial post http://fileforums.com/showthread.php?t=92805 Last edited by pakrat2k2; 14-06-2012 at 19:05. Reason: added PrecSrep:0 for setup.ini |
|
#475
|
||||
|
||||
|
To say that using precomp.exe (must enter less)
I just dragged the above freearc file.cab created with the file precomp.exe (so wrong?) you could tell me what to type because I never did. |
|
#476
|
||||
|
||||
|
the way you did it was fine.. all I was saying is precomp.exe & precomp042.exe are exactly the same ( check from command prompt, same version )
|
|
#477
|
||||
|
||||
|
You wrote this:
IF your using freearc/precomp/srep then you DONT compile Installerscript.iss just edit setup.ini & input your info there. If you do not compile with Installerscript.iss with what I have to fill out? Why I have compressed a folder, but the other folders and files of the game how do I make the installation using the file setup.ini? (I always used to do the installation Installerscript.iss). Could you explain please Last edited by lupetto77; 15-06-2012 at 15:02. |
|
#478
|
||||
|
||||
|
pakrat2k2 an aid for ...
You wrote this: IF your using freearc/precomp/srep then you DONT compile Installerscript.iss just edit setup.ini & input your info there. If you do not compile with Installerscript.iss with what I have to fill out? Why I have compressed a folder, but the other folders and files of the game how do I make the installation using the file setup.ini? (I always used to do the installation Installerscript.iss). Could you explain please |
|
#479
|
||||
|
||||
|
re-read post #475
|
|
#480
|
|||
|
|||
|
Quote:
cheers heaps in advance very helpful indeed @ pakrat2k2 the script you posted contains no [Files] section.... whats with that? Last edited by davidwbiggs2011; 15-06-2012 at 22:20. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |