Archive: Install Option "Link"


Install Option "Link"
I have created a custom Install option page. Ihe ini file cotains one field whose type is Link but when I compile my nsi file the link field does not appear on the custom page.

[Field 4]
Type=Link
Text=http://www.winfeed.com/download
Left=10
Right=-20
Top=81
Bottom=94

If I change its type from Link to Label then it appers ok. Any idea how can I create a link on custom page ?


Are you sure you are using the latest CVS version? The link feature is not present in 2.0b3 or prior versions. See the development page on the NSIS homepage (linked in my signature) for more information about getting the latest CVS version.


You were correct. I was using old version. I have updated NSIS and the link appears on the custom page. The link is as follows.

http://www.winfeed.com/download

Now the problem is that when I click this link it opens the local folder which contains installer file. It does not start web browser and open this url. Is it fixable ?


Add:

State=http://www.winfeed.com/download

Text only sets the display.