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
how to add COMPONENTS page
6 posts
Originally posted by Red Winesorry sir. i want to add a COMPONENT page,is not SectionGroup
Why not SectionGroup instead?
http://nsis.sourceforge.net/Docs/Chapter4.html#4.6.1.5
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.
You could add a 2nd components page using the same code, however, organizing your installer with section groups is easier to manage.
right. i want add a 2nd components page ,but the code not same.

