Skip to content
⌘ NSIS Forum Archive

Changes to the first screen

6 posts

epollux#

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#
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"
epollux#
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#
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#
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.