Skip to content
⌘ NSIS Forum Archive

Summary page

8 posts

dima_matrix#

Summary page

Good day!
I need to show summary page before install proccess begin. How I can do this? If anybody have script I should be very grateful for help.
Thank You.
Afrow UK#
We could do with more information first!
When you mean, a Summary Page, you want to show which sections are going to be installed etc?
I know the onSecChange function will need to be used to define the summary things, but I don't know more than that.
Of course, you will need to make up a IO page for the Summary Page.

Wait for Kichik - he will know more than me 😛

-Stu 🙂
Joel#
Do you mean like a Memo page,
where info. like Installation dir, name of the app,
starmenu folder, shortcuts enabled, etc...
appears on it?
kichik#
You'd have to add another license page and set the text on it manually using SendMessage ${WM_SETTEXT}. This thread shows an example. Event hough it's for the directory page it shows you the basic idea.
dima_matrix#
Thank You for replaying!
Lobo Lunar right understand what I looking for. Do You have a script or reference?
Joel#
Hi. Dude
I attach a example that might work for you.
Read the Install Options Docs, it's almost about it.
Post if you need some tutorial.

Saludos Totales

😁
dima_matrix#
Hello!
Thanks to Lobo Lunar for example but I expect that somebody write this summary page. OK, I do it by myself.