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 02-08-2013, 08:24
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by REV0 View Post
Sticky threads are your friends.
ok

i will ask the question in other sticky thread.
sorry
i thought it was the right place..
Sponsored Links
  #2  
Old 02-08-2013, 08:42
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
don't just ask the question, but actually take some time & read thru the sticky topics as lots of information already posted in those topics.
The Following User Says Thank You to pakrat2k2 For This Useful Post:
red01 (02-08-2013)
  #3  
Old 02-08-2013, 23:29
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
i am working on CIU 1.0.0.6 and i am trying to edit Autorun images and their arrangement..

after some failed tries, i finally make it but now it is not showing two buttons

1. Read Me
and
2. Manual


i upload the pic of autorun (during setup installation) and settings of the above two buttons from my setup.ini file

AutorunWidth=900
AutorunHeight=650

[ReadMeButton]
Left=10
Top=160
Width=230
Height=150
LabelY=1500



[ManualButton]
Left=240
Top=180
Width=230
Height=150
LabelY=1500

(i dont know what to do with this LabelY=1500 so i leave it unchanged)




someone help me
Attached Images
File Type: jpg CIU 1.0.0.6.JPG (69.7 KB, 125 views)
  #4  
Old 02-08-2013, 23:46
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
LabelY or LabelX is the position of the button's name (Label).

LabelY: vertical position
LabelX: Horizontal position

Set 0 if you want to see. Anyway, you need to have these buttons on Setup.cab. Unfortunately, i can't remember the names, ReadMeButton and ManualButton i think, i'm not sure.

Last edited by Fabioddq; 02-08-2013 at 23:48.
  #5  
Old 02-08-2013, 23:57
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
i follow ur words and make following changes in setup.ini

[ReadMeButton]
Left=10
Top=160
Width=230
Height=150
LabelY=0


[ManualButton]
Left=240
Top=180
Width=230
Height=150
LabelY=0

and yes i have those buttons in setup.cab

Still NOT SHOWING THE BUTTONS
  #6  
Old 03-08-2013, 00:14
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
Probably you have something missing. Look on ACIII conversion by yener. This conversion has these features: http://fileforums.com/showthread.php?t=93804

Last edited by Fabioddq; 03-08-2013 at 00:20.
  #7  
Old 03-08-2013, 03:26
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
i look at that link and for my bad luck he create that conversion by using a converter and there is no .iss file or setup.ini
  #8  
Old 03-08-2013, 07:37
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
You need to associated the files (manual and readme) with the languages. This is what is in Setup.ini of the ACIII conversion:

Quote:
[ManualButton]
Left=555
Top=323
FilePRBR=Support\Manual\Brazilian\AssassinsCreed.p df
FileCNT=Support\Manual\Chinese\AssassinsCreed.pdf
FileCZ=Support\Manual\Czech\AssassinsCreed.pdf
FileDK=Support\Manual\Danish\AssassinsCreed.pdf
FileNL=Support\Manual\Dutch\AssassinsCreed.pdf
File=Support\Manual\English\AssassinsCreed.pdf
FileFI=Support\Manual\Finnish\AssassinsCreed.pdf
FileFR=Support\Manual\French\AssassinsCreed.pdf
FileDE=Support\Manual\German\AssassinsCreed.pdf
FileHU=Support\Manual\Hungarian\AssassinsCreed.pdf
FileIT=Support\Manual\Italian\AssassinsCreed.pdf
FileNO=Support\Manual\Norwegian\AssassinsCreed.pdf
FilePL=Support\Manual\Polish\AssassinsCreed.pdf
FilePR=Support\Manual\Portuguese\AssassinsCreed.pd f
FileRU=Support\Manual\Russian\AssassinsCreed.pdf
FileES=Support\Manual\Spanish\AssassinsCreed.pdf
FileSW=Support\Manual\Swedish\AssassinsCreed.pdf

[ReadMeButton]
Left=400
Top=323
FilePRBR=Support\ReadMe\Brazilian\ReadMe.txt
FileCNT=Support\ReadMe\Chinese\ReadMe.txt
FileCZ=Support\ReadMe\Czech\ReadMe.txt
FileDK=Support\ReadMe\Danish\ReadMe.txt
FileNL=Support\ReadMe\Dutch\ReadMe.txt
File=Support\ReadMe\English\ReadMe.txt
FileFI=Support\ReadMe\Finnish\ReadMe.txt
FileFR=Support\ReadMe\French\ReadMe.txt
FileDE=Support\ReadMe\German\ReadMe.txt
FileHU=Support\ReadMe\Hungarian\ReadMe.txt
FileIT=Support\ReadMe\Italian\ReadMe.txt
FileNO=Support\ReadMe\Norwegian\ReadMe.txt
FilePL=Support\ReadMe\Polish\ReadMe.txt
FilePR=Support\ReadMe\Portuguese\ReadMe.txt
FileRU=Support\ReadMe\Russian\ReadMe.txt
FileES=Support\ReadMe\Spanish\ReadMe.txt
FileSW=Support\ReadMe\Swedish\ReadMe.txt

Last edited by Fabioddq; 03-08-2013 at 07:40.
  #9  
Old 04-08-2013, 21:56
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
still no good luck..

Can you provide me setup.ini and setup.cab of ACIII so that i can see if there is any missing part in my setup.cab or setup.ini..


Please i need it.
  #10  
Old 06-08-2013, 21:44
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 red01 View Post
still no good luck..

Can you provide me setup.ini and setup.cab of ACIII so that i can see if there is any missing part in my setup.cab or setup.ini..


Please i need it.
This is the only part that you need for these buttons. I cant provide because is not mine.

Quote:
Originally Posted by red01 View Post
how to change the position of "text of PLAY button and Browse DVD" in autorun.?

i think it always came in centre of button ...
BUt i want it at the lower part of button (due to button design)...
tell me if it is possible..

Thanks in advance guys
As i said before:

LabelY or LabelX is the position of the button's name (Label).

LabelY: vertical position (positive or negative values)
LabelX: Horizontal position (positive or negative values)

Last edited by Fabioddq; 06-08-2013 at 21:49.
The Following User Says Thank You to Fabioddq For This Useful Post:
red01 (06-08-2013)
  #11  
Old 06-08-2013, 22:28
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
C.I
ButtonLabelY
ButtonLabelX

C.I.U
LabelY
LabelX
  #12  
Old 06-08-2013, 23:53
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
This is the only part that you need for these buttons. I cant provide because is not mine.
Ok i get it.
Thanks for your helpful suggestions.
I managed to add manual button and now its showing on autorun
  #13  
Old 04-08-2013, 23:04
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
how to change the position of "text of PLAY button and Browse DVD" in autorun.?

i think it always came in centre of button ...
BUt i want it at the lower part of button (due to button design)...
tell me if it is possible..

Thanks in advance guys
  #14  
Old 06-08-2013, 23:58
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
SOrry for being such a trouble but i still have some minor problems.

I wanted to change the music icon in both autorun and setup installer but i cant find any symbol for music button neither in autorun folder nor in setup folder..
Can u help me about this.?

Second problem is buttons in setup installer..
i want to use different buttons for dafault installer and custom installer but it use the same button for both things as well as for next and back button.

is it possible to add different buttons for dafualt installation and custom installation if yes please tell me how...
  #15  
Old 07-08-2013, 00:13
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
red01 however, what you ask is Modding .. does not respect the original design of yener90 .. you can not answer this if yener same ... I close and sorry

Last edited by sentinelks; 07-08-2013 at 00:22.
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 23:05.


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