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
Changes to the first screen
6 posts
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"
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"
lfet --> left
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?
You can use right-to-left settings with MUI. See Interface Configuration > Interface settings > General Interface Settings in Contrib\Modern UI\Readme.html
-Stu
-Stu
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.
see the modern ui readme to get the point.