Quote:
Originally Posted by lukasgames
Hi all, as I am indeed already veteran in the forum, but still waiting for input from those who spend time conversions. I've decided that now I want to make my contributions , I never interested to know the methods and processes of conversion , but it's time to stop being a leech and support the forum with my work. I want to learn this method of intaller creator , but I have no slightest idea of the process , I'm a graphic designer in photoshop , illustrator , corel etc. , so I can bring good ideas to conversions of time do I have little, but something destine for this. I need your help in conversion tutorials for INSTALLER CREATOR , I will be tiring while I go about taking experience and domino fine. Please with me. soon as you master it perfectly and be with my spam contributions conversions games. thanks guys .
forgive my bad English , I use google translation.
*********************
1- I with my first question. The interface of the application itself compresses the files. CAB, or should I do with FreeArc in a separate process?
2-A operating system that corresponds to each number . ?
3 - How to know if the game requires records need them , how do I get to add to the application?
|
1 - Media External is the part where you add in external archives created using compression softwares like FreeArc, 7zip, WinRAR etc, To add in the files there, you can use in.
like this :
Method : The Archive format used, (arc,7z,rar)
Source : Name of the Compressed Archive (setup.bin. setup.cab..)
Example syntax = {src}\Setup-1.bin | The src represents the source where the installer exe file resides and the archives must be there also.
Output : The out put folder, It's normally {app}\ If you want to extract the archive inside a specific game folder then use {app}\foldername\
And the res, Just make sure you select the precomp versions right, and for compression you can use this tool here, it's based on arc and the best with a gui to set commands and options :
Here
2. Windows Operating System Version Numbers.
Code:
Windows 8.1 6.3
Windows 8 6.2
Windows 7 6.1
Windows Vista 6.0
Windows XP 64 5.2
Windows XP 5.1
Windows 2000 5.0
3. About the reg files, you might have to check them at
Here in case if you don't know it, or else you can check on the windows registry manually and export the required keys to a reg files and add the values accordingly to the installer.