Old 20th April 2006, 11:23   #1
webturtle
Guest
 
Posts: n/a
ReadMe instead if Licensee Dialog

Hey Guys.

I new with NSIS and created my first project.
Using the MUI i have the possibility to show a license Dialog before installing. It is really easy to show an rtf file here.
But i don't want a icense dialog, i'd rather like a readme dialog before installing where i can show an ReadMe.rtf file.

I used the license dialog to display the file, but there is a lot of text which says something about license an acception around.

So i tried to use an own form but i can't find a way to display an rtf file there.

Can anyone help me?

Chris
  Reply With Quote
Old 20th April 2006, 12:03   #2
webturtle
Junior Member
 
Join Date: Apr 2006
Posts: 2
Sorry for writing as unlogged user

Something went wrong with my login process so i posted as guest user.
webturtle is offline   Reply With Quote
Old 20th April 2006, 13:03   #3
galil
Member
 
Join Date: Jan 2003
Posts: 83
Yea, I've done that for myself too...

Irrelevant texts you can modify before inserting page:
code:
!define MUI_LICENSEPAGE_TEXT_TOP " "
!define MUI_LICENSEPAGE_TEXT_BOTTOM " "
!define MUI_LICENSEPAGE_BUTTON "Continue"
!insertmacro MUI_PAGE_LICENSE "readme.txt"



Also you can increase size of that richedit control with tool like exescope/reshacker, so that there would be no wasted empty space.
galil is offline   Reply With Quote
Old 20th April 2006, 13:07   #4
webturtle
Junior Member
 
Join Date: Apr 2006
Posts: 2
Thx a lot. Thats exactly what i need.

Works fine.
webturtle is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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