Shüp
6th March 2007 13:27 UTC
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 !
pegase06
6th March 2007 14:30 UTC
I have also the problem 1 for my setup. :(
Shüp
6th March 2007 16:03 UTC
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.
Red Wine
6th March 2007 17:42 UTC
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_Pagespegase06
7th March 2007 08:15 UTC
Originally posted by Red Wine
http://nsis.sourceforge.net/Adding_3...e-Finish_Pages
Thanks :)
Shüp
7th March 2007 08:30 UTC
Thanks Red Wine !
Shüp.