- NSIS Discussion
- Creating hyperlinks in Licence.rtf file
Archive: Creating hyperlinks in Licence.rtf file
akshay.sharma
5th May 2008 11:21 UTC
Creating hyperlinks in Licence.rtf file
Hi, I have created a custom installer. In license textarea i am calling licence.rtf file. Now I want to show the hyperlinks in licence text area, So i used the [link]Privacy Statement[/link]in licence.rtf But this is not working and moreover if i write like www.google.com in .rtf file,it is showing the hyperlink, but on click nothing happens.
Wat i shud do in these scenarios.
kichik
5th May 2008 19:12 UTC
You can't use [link], but you can just put in URLs and it'll automatically make those into links. If www.google.com doesn't work, try http://www.google.com.
akshay.sharma
6th May 2008 05:32 UTC
I tried http://www.google.com.But it also doesn't work. What i am doin is I have a text like "Privacy Statement" and on that I am giving hyperlink to google.com for testing purpose. When I am running the custom installer, it is displaying link as Privacy Statement <http://www.google.com/>. It shud not display the hyperlink there as it is given on text. Moreover when I click on that link it doesn't works.
Afrow UK
6th May 2008 12:59 UTC
Are using Wordpad or Microsoft Word to save the RTF?
Stu
akshay.sharma
6th May 2008 13:36 UTC
i am using Microsoft word
Afrow UK
7th May 2008 10:23 UTC
Try Wordpad. In fact, using Microsoft Word gives you a bigger rtf file which takes longer to load in my experiments.
Stu
akshay.sharma
28th May 2008 07:42 UTC
I am using wordpad now, but the problem is like, when I click on hyperlink during installation, it deosn't open up
Afrow UK
28th May 2008 21:39 UTC
Sounds like a problem with your shell associations. What happens if you try to go to http://google.com in Start > Run?
Stu
akshay.sharma
16th June 2008 08:07 UTC
It goes to google.com. I have tried many ways, but still the problem is there. If i use default pages then there is no problem. With custom licence page this problem comes!!
Red Wine
16th June 2008 10:12 UTC
Seems that the custom license page does not have a rich edit control.
akshay.sharma
16th June 2008 13:51 UTC
I am displaying License.rtf in a richedit control...still no success......
Wizou
10th September 2010 18:53 UTC
Make sure you put the full URL visible in the text. Not a hyperlink hidden behind another text.