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
  #961  
Old 23-10-2012, 10:53
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 855 Times in 186 Posts
NamelessOne is on a distinguished road
Quote:
Originally Posted by yener90 View Post
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
Sponsored Links
  #962  
Old 23-10-2012, 11:02
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 yener90 View Post
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.

Last edited by Fabioddq; 23-10-2012 at 20:19.
  #963  
Old 23-10-2012, 14:15
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
will analyze both errors.
thx for the feedback
The Following 2 Users Say Thank You to yener90 For This Useful Post:
Demonn (23-10-2012), Fabioddq (23-10-2012)
  #964  
Old 24-10-2012, 08:36
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
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

Last edited by yener90; 24-10-2012 at 08:41.
The Following 8 Users Say Thank You to yener90 For This Useful Post:
Demonn (24-10-2012), Fabioddq (24-10-2012), KaktoR (25-10-2012), Kamyk95 (25-10-2012), kassane (24-10-2012), NamelessOne (24-10-2012), Onizuka87k (24-10-2012), Th3Raven (25-10-2012)
  #965  
Old 24-10-2012, 12:44
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
Hi yener is there any chance u can include the new precomp in your next CI.
  #966  
Old 24-10-2012, 16:13
napalmguy
Guest
 
Posts: n/a
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
  #967  
Old 24-10-2012, 19:55
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Very good the espectaivas for new CI.
The componetes in current CI (8.5.7.4) can be defined as unchecked?
  #968  
Old 25-10-2012, 01:36
Kamyk95 Kamyk95 is offline
Registered User
 
Join Date: Mar 2011
Location: Poland
Posts: 97
Thanks: 19
Thanked 11 Times in 8 Posts
Kamyk95 is on a distinguished road
@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.

Last edited by Kamyk95; 25-10-2012 at 01:44.
  #969  
Old 25-10-2012, 02:02
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
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 ?
  #970  
Old 25-10-2012, 02:32
johnnyusa johnnyusa is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 20
Thanks: 4
Thanked 1 Time in 1 Post
johnnyusa is on a distinguished road
Quote:
Originally Posted by LuisCésar82 View Post
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.
The Following User Says Thank You to johnnyusa For This Useful Post:
Demonn (24-12-2012)
  #971  
Old 25-10-2012, 08:06
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
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).
  #972  
Old 25-10-2012, 08:22
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Sugestion next CI
Disable label button (opcional) for disabled buttons in autorun page. (EX: Button Play)
  #973  
Old 25-10-2012, 08:30
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Suggestion next CI
Add firewall exception.
  #974  
Old 25-10-2012, 09:01
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Quote:
Originally Posted by LuisCésar82 View Post
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 View Post
Suggestion next CI
Add firewall exception.
This is a good idea (with checkbox cuz some games don't need to be added to firewall)
  #975  
Old 25-10-2012, 11:48
jackstuff's Avatar
jackstuff jackstuff is offline
Registered User
 
Join Date: Oct 2011
Location: iN mEMORIES
Posts: 109
Thanks: 110
Thanked 26 Times in 17 Posts
jackstuff is on a distinguished road
My Sugestion to next CI
Adding repair option if possible
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 00:09.


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