Quote:
Originally Posted by KaktoR
Another bug
[AutorunSettings]
Music=0
Music will not play after Autorun (on Installer stage). Equalizer is visible and animated but no music.
Edit: After click on Equalizer to stop music and click again, the music will be played.
|
I will fix the music problem soon. Wait for a hotfix in my previous post that contains the source code.
Quote:
Originally Posted by KaktoR
[LangBox]
Center=1
Position=horizontal
language flags are not centered if you define Left=x (Center=1 should be always used above Left=x).
|
Check the changelog.
Code:
- Added key name Alignment= to [LangBox], [Equalizer], [EqualizerSI], [EqualizerAR], [Logo], [LogoAR].
>> This key has an alignment functionality in relation to the installer on the X and Y axes.
>> If you do not use the default value of this key it will be: Alignment=Left,Top
>> The key Center= is still working, but the key Alignment= has priority over the key Center= but must be set to Left=0, otherwise it will be incremented.
** Alignment=<X>,<Y> //Supported values to "X" is "left", "center" and "right". Spported values to "Y" is "top", "center" and "bottom".
Example: To align the langbox 20 pixels before the end of the autorun page use:
Left = -20
Alignment = right
If you use this way, 10 pixels will be positioned to the right center (20/2 = 10):
Left = 20
Alignment = center
If you use key Alignment= a key Center= will be ignored.
The Center= key was kept for compatibility only.
Center = 1