Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 20th April 2005, 23:43   #1
TakamuraSan
Junior Member
 
Join Date: Apr 2005
Posts: 9
Custom Pages in NSIS and InstallOptions:text

Hey guys,

I'm trying to create a some custom .ini files to mimic the functionality of a license page.

But i'm having some problems with InstallOptions:text,

I wanna create a "text" similar to the one used in the default License Page, with these properties

- text is readonly
- background is white

and most important

- Has clickable links within the "text"

Any ideas?
TakamuraSan is offline   Reply With Quote
Old 21st April 2005, 02:23   #2
deguix
Major Dude
 
deguix's Avatar
 
Join Date: Dec 2002
Location: Everett - MA, USA
Posts: 1,351
Send a message via ICQ to deguix
There is a READONLY flag for "Flag" INI value name of the field that does the first 2 things. The third thing is not possible.

My Wiki Pages

Working now on:
New projects. (language: any)
deguix is offline   Reply With Quote
Old 21st April 2005, 07:48   #3
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
You could use this plugin to display an HTML page, but you don't have a 'I agree' check-box or whatever though.

Perhaps you could ask the author to add this functionality.

What you could do though, is change the Next button text to say "I agree" or something like that with SendMessage.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 21st April 2005, 21:43   #4
TakamuraSan
Junior Member
 
Join Date: Apr 2005
Posts: 9
HTML is good but..

Thats a good suggestion with the html, i tried it, but my boss wants a custom page, so i cant have the html take over everything.
TakamuraSan is offline   Reply With Quote
Old 21st April 2005, 21:54   #5
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
deguix was going to add the code from that plugin into his InstallOptionsEx plugin, but I'm not sure how far that's gone.
I'm sure one of them will reply some time soon.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 22nd April 2005, 03:17   #6
deguix
Major Dude
 
deguix's Avatar
 
Join Date: Dec 2002
Location: Everett - MA, USA
Posts: 1,351
Send a message via ICQ to deguix
To reach that point in supporting links, I would need to import a new control to IOEx called RichEdit (the same control as on License page). But first, I need to finish what I'm doing, so no IOEx development has been done since I released the lastest version.

My Wiki Pages

Working now on:
New projects. (language: any)
deguix is offline   Reply With Quote
Old 22nd April 2005, 18:26   #7
TakamuraSan
Junior Member
 
Join Date: Apr 2005
Posts: 9
Thanks for you input, right now i just used InstallOptionsEx to turn the background of the text white, so its definately a step in the right direction. If you would consider adding richtext support to IOex like you mentioned that would be awsome and solve my problem competely.
TakamuraSan 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