|
|
#1 |
|
Member
Join Date: Mar 2004
Posts: 62
|
Link Websites at the end of installation.
Hi all,
I wonder how you can add at the finish page of the installer, to show a window of links to urls with descriptions that users meight wanna goto? i know Function .onInstSuccess Messagebox MB_YESNO "Wanna visit Website?" IDYES +2 abort ExecShell "open" "http://www.somesite.com" Functionend will give the option to open 1 link, but if i want to have like 5 link shown on an page ? that users meight wanna visit, how is that done? |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
create a custom page and present the links on that page; either InstallOptions or the new nsdialogs will do the trick.. look into those
|
|
|
|
|
|
#3 |
|
Forum King
|
you can use
code: or code: the first shows a link, the second a checkbox. both are documented in the MUI docs. |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
Yathosho - those only allow one single link, however; if you want multiple links, base MUI defines and macros won't do
|
|
|
|
|
|
#5 |
|
Member
Join Date: Mar 2004
Posts: 62
|
I tried the new nsdialogs, but it only show me the links, was not able to click on them, and then ie would open them ? , it was just in an ordinary text form, not what i wanted.
i read somewhere in the forum, that placing an url in an text box would automactialy be an clickable url, but not in my case? |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Oct 2003
Posts: 165
|
assuming you are using a current version of nsis the following will work
code: |
|
|
|
|
|
#7 |
|
Member
Join Date: Mar 2004
Posts: 62
|
Above Works just like i wanted, thx for the help, and adding descriptions, then a noob like me can figure it out :-).
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|