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)

NamelessOne 23-10-2012 10:53

Quote:

Originally Posted by yener90 (Post 408685)
a little question:
would you prefer using seperate files for buttons (Button.png,ButtonSelected.png, buttonClicked.png and ButtonDisabled) or using one (button.png) with all the images?


The old system is perfect, and you know what they say: never change the winning horse :D

Fabioddq 23-10-2012 11:02

Quote:

Originally Posted by yener90 (Post 408690)
Ok it will stay like now^^
I will make a big update.

I had a problem with the CI 8.5.7.4 when I used the internal compression and integration (Setup.cab + Setup.ini), after conversion the autorun opened normally, but after clicking install, the installer has stopped working.

yener90 23-10-2012 14:15

will analyze both errors.
thx for the feedback ;)

yener90 24-10-2012 08:36

next version will have a:
- converter support
- changing background images in installer
- improved disk changing for freearc operation
- Open DVD, ReadMe and Manual button
- two flashimages on installer and one on autorun
- Easy Interface for beginners, who cant create buttons etc
-> it has it, but cause of the lack png support those time, it looked not so good
i will overwork it, i hope for big improvement, will also try to include flash animations
- fix those bugs
- fix translations

currently improving source -> only translation is fixed

mikey26 24-10-2012 12:44

Hi yener is there any chance u can include the new precomp in your next CI.

napalmguy 24-10-2012 16:13

Hi again yener

I noticed that in your conversion, installer calculates the estimated time for setup and then divides it by the number of background images so it displays them all ony by one in one setup

question is: can you make the installer cycle the background images? meaning, displays an image every 1 min or so and after he displays them all, repeat them?

I ask because some installers take around and hour or so and it would be nice to see the background change onscreen frequently for a change

thanks again for all your effort

Cesar82 24-10-2012 19:55

Very good the espectaivas for new CI.
The componetes in current CI (8.5.7.4) can be defined as unchecked?

Kamyk95 25-10-2012 01:36

@yener90
One last request before the BIG update (9.0?). If you changed the uninstall application name to "Uninstall <Game Title>", can you change the word "Deinstalacja" (which is used as a noun in Polish language) in Polish translation to "Usuń" (The verb version of the word "Deinstalacja" or in English "remove"). It will look WAAAY better in polish script.

REV0 25-10-2012 02:02

Quote:

Originally Posted by yener90 (Post 408760)
next version will have a:
- converter support
- changing background images in installer
- improved disk changing for freearc operation
- Open DVD, ReadMe and Manual button
- two flashimages on installer and one on autorun
- Easy Interface for beginners, who cant create buttons etc
-> it has it, but cause of the lack png support those time, it looked not so good
i will overwork it, i hope for big improvement, will also try to include flash animations
- fix those bugs
- fix translations

currently improving source -> only translation is fixed

May i suggest PNG backgrounds for Autorun and Installer ?

johnnyusa 25-10-2012 02:32

Quote:

Originally Posted by LuisCésar82 (Post 408809)
Very good the espectaivas for new CI.
The componetes in current CI (8.5.7.4) can be defined as unchecked?

Yes mate, they can. I had the same question and Yener was kind enough to help me about it.

Here is the code you need to work on:

Code:

Components1:= TCheckBox.Create(WizardForm);
with Components1 do
begin
Parent:= WizardForm;
Left:= NewLeftPositionCP;
Top:= TextPositionTop + 130 + MoveDirectoryInfo;
Width:= 13;
Height:= 13;
TabOrder:= 0;
Checked:= Components1V; -> change to False
Visible:= Components1V;
OnClick:= @ComponentsClick;
...
BtnSetChecked(Components1Check,True); -> Change To False
end;

This example is for Component1 only, if you need to change the other components to unchecked state also, just do the same changes as above to each.

Cesar82 25-10-2012 08:06

Thank you johnnyusa.
Needed it to install additional languages​​.

--
In autorun interface it is possible to put music button as a simple button? (Style music button in Welcome page).

Cesar82 25-10-2012 08:22

Sugestion next CI
Disable label button (opcional) for disabled buttons in autorun page. (EX: Button Play)

kassane 25-10-2012 08:30

Suggestion next CI
Add firewall exception.

Th3Raven 25-10-2012 09:01

Quote:

Originally Posted by LuisCésar82 (Post 408837)
Sugestion next CI
Disable label button (opcional) for disabled buttons in autorun page. (EX: Button Play)

It is better the way it is.(my opinion)

Quote:

Originally Posted by kassane (Post 408838)
Suggestion next CI
Add firewall exception.

This is a good idea (with checkbox cuz some games don't need to be added to firewall)

jackstuff 25-10-2012 11:48

My Sugestion to next CI
Adding repair option if possible:D


All times are GMT -7. The time now is 11:42.

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