FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

yojansdey 27-07-2013 07:44

please pass me the man yener90 1.0.1.4 ciu converciones want to make my please postaedo have the one that the only 1.0 .0.6 per0 frearc unzip the first man please tell that are the hood of lords and if you could the plis v2

Do NOT double-post, edit last post if no-one replies ( by pakrat2k2)

yojansdey 31-07-2013 12:05

yener 90 Might give me C.I.U. 1.0.1.4 I want to make my conversions I appreciate

post consecutive posts AGAIN & I'll ban you... you've been warned yet again, & for the last time.
STOP posting same request over & over. IF Yener90 wants to share it with you
he'll send you link, otherwise stop requesting it.

red01 02-08-2013 00:02

how to set the position of default installation and custom installation in CIU 1.0.0.6?

REV0 02-08-2013 04:28

Quote:

Originally Posted by red01 (Post 421545)
how to set the position of default installation and custom installation in CIU 1.0.0.6?

Sticky threads are your friends.

red01 02-08-2013 08:24

Quote:

Originally Posted by REV0 (Post 421546)
Sticky threads are your friends.

ok

i will ask the question in other sticky thread.
sorry
i thought it was the right place..

pakrat2k2 02-08-2013 08:42

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.

red01 02-08-2013 23:29

1 Attachment(s)
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 :confused: so i leave it unchanged)




someone help me

Fabioddq 02-08-2013 23:46

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.

red01 02-08-2013 23:57

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

Fabioddq 03-08-2013 00:14

Probably you have something missing. Look on ACIII conversion by yener. This conversion has these features: http://fileforums.com/showthread.php?t=93804

red01 03-08-2013 03:26

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

Fabioddq 03-08-2013 07:37

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

red01 04-08-2013 21:56

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.

red01 04-08-2013 23:04

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

Fabioddq 06-08-2013 21:44

Quote:

Originally Posted by red01 (Post 421603)
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 (Post 421611)
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)

sentinelks 06-08-2013 22:28

C.I
ButtonLabelY
ButtonLabelX

C.I.U
LabelY
LabelX

red01 06-08-2013 23:53

Quote:

Originally Posted by Fabioddq (Post 421652)
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

red01 06-08-2013 23:58

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...

sentinelks 07-08-2013 00:13

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

red01 07-08-2013 00:26

Quote:

Originally Posted by sentinelks (Post 421657)
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

NO need to say sorry, Dude.

I never meant to disrespect the GREAT WORK OF yener90.
I was thinking if its only me who cannot find the music button symbol and how to change the buttons in setup installer..

I wont ask again this question if it has such effect..

SORRY FOR MY QUESTION AND ALL TROUBLE.

Thanks for ur help.

sentinelks 07-08-2013 00:51

music button is equalizer or

[MusicButtonAR]
Left=535
Top=333
Width=31
Height=120
Visible=1

is in include
name:MusicStd

pakrat2k2 07-08-2013 01:05

Quote:

Originally Posted by red01 (Post 421656)
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...


sentinelks changing anything is NOT disrespectful to Yener's work, its been provided & allows for some awesome work by the creators of their work. How do you think all the conversions would look like if the authors never changed anything but used them as is ?

sentinelks 07-08-2013 01:13

yes equalizer in Setup.cab
music button is in include


I'm sorry if sometimes I do not understand English and do this other ways, but the translator of google still sucks

pakrat2k2 07-08-2013 01:17

yea it does, just trying to help you out, so others know what you are saying, as everyone here doesn't speak / write English as their first language, & have no choice but to use translator, which most times really messes things up.

red01 07-08-2013 01:30

Quote:

Originally Posted by sentinelks (Post 421662)
yes equalizer in Setup.cab
music button is in include


I'm sorry if sometimes I do not understand English and do this other ways, but the translator of google still sucks

Its okay, No worries.
i know google translator sucks sometime and my english sucks as well :D

red01 07-08-2013 01:32

[QUOTE=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...[/QUOTE]

Have any suggestions about this problem..?

pakrat2k2 07-08-2013 01:40

read the second section in http://fileforums.com/showthread.php?t=92805

listed something for custom buttons, which is what you want to do ?

red01 07-08-2013 02:38

Quote:

Originally Posted by pakrat2k2 (Post 421670)
read the second section in http://fileforums.com/showthread.php?t=92805

listed something for custom buttons, which is what you want to do ?

thanks for your help

i try the concept of burron2 but it make all buttons same (as button2)

but i want two different buttons for default installation and custom installation.

Fabioddq 07-08-2013 06:41

I use on installer page, But you still use Button.png too. Otherwise the buttons will not appear.

Tip: When I want to use different buttons, i always set Button.png and ButtonSelected.png with the size 1x1. So i can use the buttons below and not have any issue.

Code:

Back.png, Next.png, Cancel.png, Music.png.
BackSelected.png, NextSelected.png, CancelSelected.png, MusicSelected.png.
BackClicked.png, NextClicked.png, CancelClicked.png, MusicClicked.png.

Diferent buttons for SmallButtons:

Code:

SmallButton.png, SmallMusic.png, SmallCancel.png.
SmallButtonSelected.png, SmallMusicSelected.png, SmallCancelSelected.png.
SmallButtonClicked.png, SmallMusicClicked.png, SmallCancelClicked.png.

I use this system since the CIU 1.0.0.3. But i cant remember if CIU 1.0.0.6 has support for all these features. :(

You need to thoroughly test. :D

alley_u2 06-09-2013 03:21

I am using this script to compress my files:
Code:

arc a -lc8 -ep1 -ed -r -w.\ Data\Data1.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Precomp version is 0.43.

and changed the values in setup.ini to this:
Code:

[ExtractSettings2]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;PrecSrep:1

But still when I run the setup it doesn't install anything. What am I doing wrong?

I cant get the extraction to work at all. The setup just say installation finished without giving me a error. When i see the files in program files nothing has been installed.

pakrat2k2 06-09-2013 10:31

remove precsrep:1 from freearcfile1 line, add PrecompVer=inside to InstallOptions section of setup.ini

alley_u2 06-09-2013 10:54

1 Attachment(s)
Quote:

Originally Posted by pakrat2k2 (Post 422941)
remove precsrep:1 from freearcfile1 line, add PrecompVer=inside to InstallOptions section of setup.ini

Thanks sir. But unfortunately i got this error

Fabioddq 06-09-2013 11:04

precomp 0.43 is not supported. Use 0.42

Privat 08-09-2013 01:47

Help please
installer works correctly in English
http://img818.imageshack.us/img818/1149/p7il.jpg
Russian is not correct to
http://img138.imageshack.us/img138/997/gq4d.jpg
how to fix it?

thenokiottos 08-09-2013 05:22

Why is precomp 0.43 non supported?

pakrat2k2 08-09-2013 10:43

Quote:

Originally Posted by Privat (Post 422997)
Help please
installer works correctly in English
Russian is not correct, how to fix it?

whose conversion script are you using ?

Quote:

Originally Posted by thenokiottos (Post 423000)
Why is precomp 0.43 non supported?

it wasn't released at the time the script was made, so whatever version of CI / CIU you are using means you have to use that version of precomp it supports.

Privat 08-09-2013 11:39

Quote:

Originally Posted by pakrat2k2 (Post 423015)
whose conversion script are you using ?

CIU 1.0.0.5 by yener90
What would you suggest, I think is to blame setup.dll

Razor12911 08-09-2013 11:43

is your System/Operating System Language in Russian?

Privat 10-09-2013 08:32

Yes, but defaul keyboard layout English

alley_u2 23-09-2013 11:51

Error
 
1 Attachment(s)
I am using CIU 1.0.0.6. I get this error when my installation is finished (refer image below)

Although the setup installs fine. Can anybody help.


All times are GMT -7. The time now is 02:34.

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