Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 27th April 2012, 08:51   #1
ehsansad
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
ehsansad is offline   Reply With Quote
Old 27th April 2012, 09:19   #2
ehsansad
Junior Member
 
Join Date: Apr 2012
Posts: 20
found the answer:

http://nsis.sourceforge.net/NsDialog...eTextMultiline
ehsansad is offline   Reply With Quote
Old 27th April 2012, 09:23   #3
MSG
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 ">".
MSG is offline   Reply With Quote
Old 27th April 2012, 10:55   #4
ehsansad
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.
ehsansad is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump