MUI_COMPONENTSPAGE_SMALLDESC
ich have no problems with MUI_PAGE_COMPONENTS but
if i change it, the compiler say that:
line 10.. it look like this:
!insertmacro: MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro: macro named "MUI_COMPONENTSPAGE_SMALLDESC" not found!
Error in script "...\NSIS\test2.nsi" on line 10 -- aborting creation process
thx!Originally Posted by mySource
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"
...
..
.