Skip to content
⌘ NSIS Forum Archive

how to add COMPONENTS page

6 posts

51819#edited

how to add COMPONENTS page

hi!
how to add COMPONENTS page2.


!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_COMPONENTS page1
!insertmacro MUI_PAGE_COMPONENTS page2---->add this page
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
51819#
Originally posted by Red Wine
Why not SectionGroup instead?

http://nsis.sourceforge.net/Docs/Chapter4.html#4.6.1.5
sorry sir. i want to add a COMPONENT page,is not SectionGroup
Red Wine#
One components page is !insertmacro MUI_PAGE_COMPONENTS
You could add a 2nd components page using the same code, however, organizing your installer with section groups is easier to manage.
Afrow UK#
See this topic:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


Stu