Problem Inserting HTML Link
Okay, I read every single thread that has anything marginally related to inserting a html link, and I still cannot get one to show up. I want these on the usual Welcome Page and the Directory Page, NOT a custom page...I just want to use the macros that are there rather than write all the code from scratch as in the nsDialogs example...
However, it's not working. I tried using
!define MUI_WELCOMEPAGE_LINK "http://www.google.com"
!define MUI_WELCOMEPAGE_LINK_LOCATION "http://www.google.com"
and nothing showed up. I also tried using the code from <a href = "http://forums.winamp.com/showthread.php?s=&threadid=263388&highlight=url+link+welcome+page">this post</a> and couldn't get it to work either. Only when I change !include "MUI2.nsh" to !include "MUI.nsh" can I get it to show up, however, everything else in my installer is now messed up. Furthermore, I can't reposition the link anywhere.
Also, since InstallOptions is outdated, none of the examples on the Wiki work. I'm out of options. Someone, please help? I've attached my code...where should I make the modifications?