Skip to content
⌘ NSIS Forum Archive

Bug with MultiUser.nsh

6 posts

l0k1#

Bug with MultiUser.nsh

compiling :

!IfDef SHOW_LICENSE
!InsertMacro MUI_PAGE_LICENSE $(license)
!EndIf
;Page d'identification de l'utilisateur par email.
!ifdef AuthenticateUser
!Include "AuthenticateUserPage.nsh"
Page custom AuthenticateUser SaveEMail
!EndIf
!insertmacro MULTIUSER_PAGE_INSTALLMODE
;Install Files Page
!InsertMacro MUI_PAGE_INSTFILES

output :
...
!insertmacro: MULTIUSER_PAGE_INSTALLMODE
!insertmacro: macro "MUI_SET" requires 1 parameter(s), passed 2!
Error in macro MULTIUSER_PAGEDECLARATION_INSTALLMODE on macroline 2
Error in macro MULTIUSER_PAGE_INSTALLMODE on macroline 12
...

thx
l0k1#
Here it is...

Thx
Joost Verburg#
You should upgrade to Modern UI 2. The Multi-User pages are not compatible with MUI1.
Anders#
You can't close it, this is just a forum, so the thread will stay (and might even proove to be useful for other people)