epollux
30th July 2004 14:34 UTC
Changes to the first screen
The first screen for the installation is as an image on the left-hand side and a text on the right-hand side.
Does knows how to change this so I can pretty have the First screen as configurable as I would like?
Cheers!-Vincent
Freezerman350
30th July 2004 14:39 UTC
yeah look at that
in general section you can change thexte text
BrandingText /TRIMRIGHT "Powered by xxxxxxx Inc"
yu can change header and lfet wizard image by
;Interface Configuration
;Déclarationd es image de header et wizard
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP ".\Graphics\header.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP ".\Graphics\arrow.bmp"
Freezerman350
30th July 2004 14:40 UTC
lfet --> left
epollux
30th July 2004 14:55 UTC
OK I see. But if I want to have an image across all the window then I can't do it? I am forced to have text on the Right hand side?
Afrow UK
30th July 2004 15:11 UTC
You can use right-to-left settings with MUI. See Interface Configuration > Interface settings > General Interface Settings in Contrib\Modern UI\Readme.html
-Stu
Comm@nder21
30th July 2004 18:31 UTC
changes to the welcome page (which is the first page in MUI) can be done by using a custom installoptions file.
see the modern ui readme to get the point.