|
|
#1 |
|
Junior Member
Join Date: Apr 2012
Posts: 20
|
How to create a Summary page
Hello,
Does anyone have a good idea on how to create a summary page. I need to show what the user has chosen before the install page. I have tried to use "nsRichEdit" plugin but the problem is that the file must be created before hand. Any suggestions? -ehsan |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Apr 2012
Posts: 20
|
|
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,841
|
Simply create a custom page using nsDialogs. There's an excellent tutorial in the nsDialogs readme: http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html
You can use ${If} ${SectionIsSelected} for all sections to make a list of selected components. If you're using the MUI startmenu shortcuts page, it'll be a little bit tricky to check if the user enabled or disabled startmenu shortcuts. Look in NSIS\Contrib\Modern UI 2\Pages\StartMenu.nsh , in the MUI_STARTMENU_WRITE_BEGIN macro. Basically, if the user disabled shortcuts, the first char of the startmenu folder variable will be ">". |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Apr 2012
Posts: 20
|
Thanks,
The idea was to show all the user's input. I found this http://nsis.sourceforge.net/NsDialog...eTextMultiline right after I posted the question, just had to make it only read only. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|