Skip to content
⌘ NSIS Forum Archive

modern2 replacement

4 posts

PerditionC#

modern2 replacement

maybe I'm blind, but would someone
please direct me to how to achieve the
same effect as using modern2 from
ealier NSIS 2 releases with current
cvs? That is, how to get the
description under the component
tree instead of next to it.
Thanks.
Deliverator#
I'm new to this, but I use:

# The Components page.
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_COMPONENTS
PerditionC#
Thanks, from the docs I was trying
MUI_UI_SMALLDESCRIPTION (which did
nothing), switching to
MUI_COMPONENTS_SMALLDESC worked like a
charm!
Joost Verburg#
With MUI_UI_SMALLDESCRIPTION to can change the file with the resouces for the small-description components page. With MUI_COMPONENTSPAGE_SMALLDESC, you can use this UI.