Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-03-2012, 18:14
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
of course you can edit you need to edit the cab file.
use your created images.
i meant you dont need to touch InstallScript.iss.
Just edit Setup.cab and Setup.ini
Sponsored Links
  #2  
Old 01-03-2012, 20:41
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
vendecido33 doesnt understand what to do with the setup.cab. Just extract the Setup.cab file anywhere, you'll see that it contains the images displayed during the install process. Just use the same names for YOUR images for whatever game you want to do. THEN save it again as a CAB file, and edit the setup.ini to reflect what game you want to do.

I suggest going back & reading thru all 13 pages, make notes for whats NOT mentioned in first post, of what needs editing, or what changes need to be made to setup.ini for freearc files that use precomp/srep, if you are using freearc / rar / cab files what the lines need to reflect for each one of them. What sizes the pictures need to be to display fullscreen, more thats mentioned in the thread, but NOT posted in post #1.
  #3  
Old 02-03-2012, 03:25
vendecido33 vendecido33 is offline
Banned
 
Join Date: Jul 2010
Location: Spain
Posts: 40
Thanks: 0
Thanked 2 Times in 2 Posts
vendecido33 is on a distinguished road
Thanks pakrat2k2 now if you understand me hehe, but now a question of me but I will read the post. As files are created. Cab

When I give to verify files on the inno setup tells me that the InstallerScript.



Thanks for all your help.

Last edited by vendecido33; 02-03-2012 at 03:29.
  #4  
Old 02-03-2012, 08:13
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
again, you DO NOT touch the Installerscript.iss file. You ONLY edit the setup.ini & setup.cab, to make changes for your game.

IF your game does not have a GDF.dll file then remove that line from the setup.ini file.
  #5  
Old 02-03-2012, 13:50
vendecido33 vendecido33 is offline
Banned
 
Join Date: Jul 2010
Location: Spain
Posts: 40
Thanks: 0
Thanked 2 Times in 2 Posts
vendecido33 is on a distinguished road
Pakrat2k2 Thanks for your help. And sorry but I am very new to this, a preguntilla eh InstallerScript seen within the script that there are things that should change to the configuration according to the game you want to compress this kind of script.
  #6  
Old 02-03-2012, 13:52
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
yener90 add newer version of srep.exe because the one you have don't support commands like this

Code:
srep -m3 data1.pcf data1.srep
mainly I'm talking about this part: -m3
  #7  
Old 02-03-2012, 15:12
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Schabik try using google to find what you want.

simple search would've given you a link

Code:
http://freearc.org/download/research/srep30.zip
  #8  
Old 02-03-2012, 18:23
MitraljezaC MitraljezaC is offline
Registered User
 
Join Date: Oct 2009
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
MitraljezaC is on a distinguished road
Hi yener90 i want to translate this Installer to Serbian (Latin) so i want to ask for your permission and little help.

So i need to edit English.isl to translate i to Serbian.isl, make a Serbian.bmp (same as Russian but rotated for 180°) and where to input it to have it on install menu?
  #9  
Old 02-03-2012, 19:22
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
look to CI718 folder ( there is Lansymbols folder - flags ) and the LangScrips.iss where the translated languages go. There already 2 ISL files for Serbian ( cryllic & latin ) provided with INNO Setup 5 / languages subfolder. So just need yener to add that translation to his next update.
  #10  
Old 03-03-2012, 06:18
MitraljezaC MitraljezaC is offline
Registered User
 
Join Date: Oct 2009
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
MitraljezaC is on a distinguished road
Does anyone have tutorial for this installer.

I want to make installation for Mass Effect 3 for me and to learn how to use this but i dont have a clue what i need to edit in InstallerScript.

And do i need to compress files with free arc?

Thx
  #11  
Old 03-03-2012, 07:27
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
read entire thread might help. you only need to edit setup.ini & setup.cab make changes to those for your game. ( setup.cab - images for your game), yes use freearc to compress game files.
  #12  
Old 03-03-2012, 08:55
MitraljezaC MitraljezaC is offline
Registered User
 
Join Date: Oct 2009
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
MitraljezaC is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
read entire thread might help. you only need to edit setup.ini & setup.cab make changes to those for your game. ( setup.cab - images for your game), yes use freearc to compress game files.
Ok thx.I edited setup.ini with no problem but Setup.cab give me a error when i put new images.

Any special metod for editing that .cab file.
  #13  
Old 03-03-2012, 09:17
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
just extract the setup.cab & replace images, I used 7-zip to make new cab
  #14  
Old 03-03-2012, 10:59
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
just extract the setup.cab & replace images, I used 7-zip to make new cab
I just setup.cab open with WinRAR and put the new images replacing.
This procedure is correct as well?
  #15  
Old 03-03-2012, 11:55
MitraljezaC MitraljezaC is offline
Registered User
 
Join Date: Oct 2009
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
MitraljezaC is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
I just setup.cab open with WinRAR and put the new images replacing.
This procedure is correct as well?
I do that now and it worked

Quote:
Originally Posted by pakrat2k2
@
Do i need all fales from CI to have valid installation or just setup.exe,cab,ini and ico?

And why in InstallerScript.iss is NFS Run, Sonic and Dragon Age 2 writen.Do i need to edit that?

thx again

P.S. I make something like this and can i disable this Music thing?

Code:
http://www.dodaj.rs/f/1Y/lv/1voJEcJm/1.jpg
http://www.dodaj.rs/f/1H/12a/3XMRunCP/2.jpg
http://www.dodaj.rs/f/2O/QL/4pJRwVri/3.jpg
http://www.dodaj.rs/f/22/hN/1arHDdLA/4.jpg
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 20:28.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com