Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   create 2 differents pages with Install options (http://forums.winamp.com/showthread.php?t=270023)

alex6969 23rd April 2007 13:09

create 2 differents pages with Install options
 
Hello,

Please could you help to create 2 differents pages with install options?

Maybe something like that :
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "${NSISDIR}\Docs\Modern UI\test.rtf"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

this one show same options to the second and third page.

Red Wine 24th April 2007 11:31

It's possible to create and add as many custom (InstallOptions) pages you like to your installer regarding to required functionality, however your example shows 2 components pages which are built in thus easier to add.
Adding more pages of the same type makes sense when they are programmed to offer different/advanced options.


All times are GMT. The time now is 04:10.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.