|
#961
|
||||
|
||||
|
Quote:
The old system is perfect, and you know what they say: never change the winning horse
|
| Sponsored Links |
|
#962
|
||||
|
||||
|
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. |
|
#964
|
|||
|
|||
|
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
|
|||
|
|||
|
Hi yener is there any chance u can include the new precomp in your next CI.
|
|
#966
|
|||
|
|||
|
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
|
||||
|
||||
|
Very good the espectaivas for new CI.
The componetes in current CI (8.5.7.4) can be defined as unchecked? |
|
#968
|
|||
|
|||
|
@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
|
|||
|
|||
|
Quote:
|
|
#970
|
|||
|
|||
|
Quote:
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; |
| The Following User Says Thank You to johnnyusa For This Useful Post: | ||
Demonn (24-12-2012) | ||
|
#971
|
||||
|
||||
|
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
|
||||
|
||||
|
Sugestion next CI
Disable label button (opcional) for disabled buttons in autorun page. (EX: Button Play) |
|
#973
|
||||
|
||||
|
Suggestion next CI
Add firewall exception. |
|
#974
|
||||
|
||||
|
Quote:
This is a good idea (with checkbox cuz some games don't need to be added to firewall) |
|
#975
|
||||
|
||||
|
My Sugestion to next CI
Adding repair option if possible
|
![]() |
|
|
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 |