Archive: welcome/finnish page in modernUI


welcome/finnish page in modernUI
Hello Nsis community,

I have 2 problems

1 - welcome Page :
the header is overlayed from the description text (the 3rd. line of the Header is not visible). I have read it is possible to change the size of the header, but i can't find again where and how.

2 - The finnish page.
I want to launch the installed programm. My only Problem is to start the programm in $INSTALL.
I tried MUI_FINISHPAGE_RUN soft.exe but it didn't work.

Thanks for help,

Shüp !


I have also the problem 1 for my setup. :(


Sorry i didn't search enough before posting.

Problem 2 is solved, i forgot to copy the start file ...

Back to problem one.

i used :
!define MUI_WELCOMEFINISHPAGE_INI myConfig.ini

Content of myConfig.ini :
[Settings]
Rect=1044
NumFields=3
[Field 1]
Type=bitmap
Left=0
Right=109
Top=0
Bottom=193
Flags=RESIZETOFIT
[Field 2]
Type=label
Left=120
Right=315
Top=10
Bottom=100
[Field 3]
Type=label
Top=101
Left=120
Right=315

it does not alter at all the welcome page !

Shüp.


1 - welcome Page :
the header is overlayed from the description text (the 3rd. line of the Header is not visible). I have read it is possible to change the size of the header, but i can't find again where and how.
http://nsis.sourceforge.net/Adding_3...e-Finish_Pages

Originally posted by Red Wine
http://nsis.sourceforge.net/Adding_3...e-Finish_Pages
Thanks :)

Thanks Red Wine !

Shüp.