Mui_componentspage_smalldesc
Hy, can somebody tell me, in which way i have to use
MUI_COMPONENTSPAGE_SMALLDESC
ich have no problems with MUI_PAGE_COMPONENTS but
if i change it, the compiler say that:
!insertmacro: MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro: macro named "MUI_COMPONENTSPAGE_SMALLDESC" not found!
Error in script "...\NSIS\test2.nsi" on line 10 -- aborting creation process
line 10.. it look like this:
Originally Posted by mySourcethx!
SetCompressor lzma
!include "MUI.nsh"
!define MUI_ABORTWARNING
!define MUI_PAGE_CUSTOMFUNCTION_PRE ShowDirectory
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
!insertmacro MUI_LANGUAGE "german"
...
..
.