![]() |
Tutorial using CI 8.0.0
Here is a big tutorial for my CI (C Custom I Installer) 8:
Required files for the installation Code:
Setup.cab => is origin a zip file, contains installer images and sounds -> you can edit it using WinRAR or 7zipSetup.cab: Code:
Autorun folder:Code:
InstallOptions => this part defines main game infoCurrently 29 Languages are supported + 3 locales. Here is a list for the setup: Code:
al = Albanian1. open "InstallerScript.iss" using UNICODE version of Inno setup 2. delete the sign ";" in front of "#define ProgramFiles..." 3. change the path: http://img705.imageshack.us/img705/45/editpath.jpg 4. Save and Compile If you dont use external files, delete "ExtractSettings" section from setup.ini How to insert registry keys: 1. open "InstallerScript.iss" using InnoIDE 2. go to Registry section and insert you registry file to the window 3. if you have x64 version, delete "Wow6432Node\" from subkey of your inserted registry key 4. if game path appears exchange it with {app} Example: F:\Program Files (x86)\EA Games\Syndicate registry value to {app} 5. activate the flag "Delete key on uninstall" of your inserted registry key 6. press save and compile(Compile only if you dont want to enable internal installation) Suggested video settings: http://img221.imageshack.us/img221/3931/supermw.jpg Posting Conversions: if you are finished with your work, compile langscript.iss, -> if you use Setup.cab = Autorun icon gets updated -> if you use Internal = Autorun icon gets updated + All the required files will be integrated so users dont need to compile (after this delete in Setup folder Autorun folder) delete unnecassery files so people dont get confused if you use Setup.cab: http://img856.imageshack.us/img856/6...nvsetupcab.jpg if you use internal: http://img841.imageshack.us/img841/9...nvinternal.jpg Components feature: Set feature names and their size in Setup.ini: Code:
[ComponentsSettings]http://imageshack.us/a/img193/9754/lalalalv.png If you use freearc installation, just add to the line "Comp: (Number of component, for which it should be installed)" Example: Code:
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;Comp:1;Download http://fileforums.com/showthread.php?t=91563 |
wait.. What? :D :D
as this seems like a complete rewrite of CI, can Autorun background be a png as well? with BAMsE creating nice looking buttons as well, the possibilities are endless great work Yener PS: one thing I just noticed today can you change uninstall English text to "Uninstall" instead of "Deinstall"? |
Quote:
completely rewritten...therefore i need to get sure, everything works fine. unfortunately png looses transparency if you use it as background :/ therefore only jpg ok i will edit it ;) |
Thanks Yener like always great work :)
gonna test than 8.0 version:) |
Yener90,great job! I wanted to know if in the next release could you add support for acceptance of the agreement (EULA)
|
Thanks for the tutorial and update Yener.
I gonna test! :D |
Nice tutorial, thanks for CI 8.0 as well...
|
Great job yener as usual .... i'll try this new CI thanx a lot ;)
|
Very very nice Yener, great stuff ..... you just earnt yourself another Sticky. :D
|
Thanks for CI 8.0.0! I managed to do a conversion (DiRT 3 Complete Edition) and I noticed something strange: during installation I see only a picture even if I put 10 pictures in Setup / Background and I called 1,2,3,4 ...... 10 (all jpg). I tried to make the conversion a second time, I deleted 3 photos and left only 7 but with the same result, I see only first image throughout the installation! What should I do to see all images during installation?
|
Quote:
you can also pm me. |
Quote:
http://img189.imageshack.us/img189/9466/setup2pk.jpg Conversion works perfectly! Only problem with the images can not solve! Thanks again! |
Well I have my first question.
I fail to understand that you put these commands. [ExtractSettings] FreeArcFile2 = {src} \ Data1.cab; DestDir: {app}; Disk: 1 FreeArcFile2 = {src} \ data2.cab; DestDir: {app}; Disk: 1 FreeArcFile3 = {src} \ data3.cab; DestDir: {app}; Disk: 2 FreeArcFile4 = {src} \ Data4.cab; DestDir: {app}; Disk: 3 FreeArcFile5 = {src} \ Data5.cab; DestDir: {app}; Disk: 4 Here I do not understand is I have to put a CAB file ARC or ARC if I have to create the FreeArc but this would be to decompress parts of the game is not. And if I think a CAB as a CAB file. |
If you use external compression ( freearc ) then you use the ExtractSettings in setup.ini,
the freearc files can be named anything data1.arc, data1.bin, data1.x... doesnt matter as long as it was created with freearc. IF you use internal then your using the installerscript.iss file & "#define ProgramFiles...", & you must remove the ExtractSettings section in setup.ini read the entire tutorial, it explains everyting. |
Pakrat2k2 thank you very much, and more or less understood eh.
One more question on this line puts it: FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1; PrecSrep: 0 That means it's PrexScrep: 0 |
only if its 1 if its 0 ( means no )
|
Thanks pakrat2k2.
One more thing of which no where to put it. Hey Data1.cab created and put data2.cab where I have to recognize the installer, it should be a special folder. I say that I'm testing but does not decompress the Data.cab in the game folder. |
Quote:
FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}\bin; Disk: 1 In the example above it extracts the Data1.cab into gamefolder\bin ( subfolder under main gamefolder ) |
i have this kind of error when i try to install on another pc
"Internal Error: Extract temporary file. The file BGIO_.bmp was not found". i try to run it from self burned dvd, in my pc works, but in my friend drive it was failed on instalation progress anything wrong? is it because of antivirus? or bad drive or what? any solution to solve it? |
dont read what you download ??
from notes on CI 8.0 UPDATE 8.0.0 - finally jpg/png support -> bmp support completely deleted rename all your bmp to jpg> 1.jpg, 2.jpg etc |
Quote:
|
yener90 as it can change the font color and what type of code is used for colors.
|
vendecido33 colors are defined in setup.ini and are in RGB format, specifically $BBGGRR
|
If that was more or less, I want to know if there is a color chart for this. thanks for the help.
I think and I found the color table. Thanks for all the help. Good again, I'm trying to change the color to the sources but still does not change my attempt to put a yellow color. I am putting this code: $ FFFF00 |
delete the space between $ and FFFF00
it should look like this: $FFFF00 |
If that is what the space Yener was that the copy with the phone. The point is that eh seen this code grabs the upside $ FFFF00 = 00FFFF Yellow
Thanks for your help and your Script Yener. |
I am finishing with a good repack but in the section where you installed the extras such as the directx and so on .. I see that does not install anything.
[LauncherSettings] InstallRedist = 1 Launch1 = DirectX Launch164 = 0 Launch1BeforeInstall = 1 LaunchCom1 = __Installer \ DirectX \ redist \ DxSetup.exe LaunchArg1 = / silent _Installer Folder where it should go on the last dvd of compression or the game folder. |
Quote:
if Launch1BeforeInstall = 0 then it should be on last DVD of conversion(compression) |
Yener Thanks for the clarification, and did not know what was wrong.
Is there any way to make the installer creates a shortcut in the game laucher start and folder name of the game. |
Excellent this new CI 8.0, the bad is that I'll have to practice a little more in photoshop.
kkkk!!! http://desmond.imageshack.us/Himg819...jpg&res=medium |
How to
Hi guys!I need some help!Im new to this forum.i was using the CI whole day and i was figuring out how to change the issskin of the installer.i have a black skin called vista.cjstyles. and i tried to put it in,but i didn't understand.:(
|
Quote:
Anyway, read the instructions: :) http://fileforums.com/showthread.php?t=92805 |
Same
1 Attachment(s)
i renamed the file into setup.cjstyles and added to setup.cab,but it didn't work!:o Plus there' is one more shitty problem,and that is i cant move the corner shitty buttons.
https://fbcdn-sphotos-a.akamaihd.net...36227465_n.jpg |
go back to page1 read under setup.ini [InterfaceSettings] all to do with button settings, height/width/left/right etc.. you need to change them to suit.
|
R.G.RAYSIN
CI v7.2.5 doesnt support ISSkin. Use v8.0.1 instead. |
How to edit setup.ini to install the latest installation disk? thanks
[LauncherSettings] InstallRedist = 1 Launch1 = DirectX Launch164 = 0 Launch1BeforeInstall = 1 LaunchCom1 = Redist \ DirectX \ DxSetup.exe LaunchArg1 = / silent Launch2 = Microsoft Visual C + + 2008 x86 Launch264 = 0 Launch2BeforeInstall = 1 LaunchCom2 = Redist \ vcredist_x86.exe LaunchArg2 = / q: a Launch3 = PhysX Launch364 = 0 Launch3BeforeInstall = 1 LaunchCom3 = Redist \ PhysX \ PhysX_7.07.09_SystemSoftware.exe LaunchArg3 = / qn |
LaunchBeforeInstall = 0
|
Another problem
Finally,have another problem,i compressed a file from 4gb to 1gb and it took me 2hrs,when i opened it ,it was with the orginal folder like Timeshift\preload\paks and when am trying to extract from C.I .it goes like this'' C:\Program Files (x86)\R.G.RAYSIN\TimeShift\TimeShift\preload\paks' '
cuz,i had setted the path (x86)\R.G.RAYSIN\TimeShift'' i need it to overwrite the default folder ''TimeShift'',uhh sorry for my bad English.:rolleyes: |
Quote:
|
no thats not the problem,the problem is the file which i compressed with freearc took me hours to compress i cant compress it again,the compressed file was in the default timeshift folder,like timeshift\preload the main file is preload i was to add the preload to archive ,unfortunately i added with the default folder,''timeshift'' i just need a way to overwrite the destination folder of the installation without installing it inside the folder two time eg;Timeshift\Timeshift\preload and i want it to be ''just timeshift\preload.is there away to extract this file up of the destination folder.overwrite!
|
| All times are GMT -7. The time now is 02:25. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com