[rkward-cvs] SF.net SVN: rkward:[2809] trunk/rkward/windows_nsis/installer.nsi
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Mar 23 17:47:59 UTC 2010
Revision: 2809
http://rkward.svn.sourceforge.net/rkward/?rev=2809&view=rev
Author: tfry
Date: 2010-03-23 17:47:59 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
PHP is no longer needed
Modified Paths:
--------------
trunk/rkward/windows_nsis/installer.nsi
Modified: trunk/rkward/windows_nsis/installer.nsi
===================================================================
--- trunk/rkward/windows_nsis/installer.nsi 2010-03-23 11:09:47 UTC (rev 2808)
+++ trunk/rkward/windows_nsis/installer.nsi 2010-03-23 17:47:59 UTC (rev 2809)
@@ -1,6 +1,5 @@
!define R_DOWNLOAD_URL "http://cran.r-project.org/bin/windows/base/"
!define KDE_DOWNLOAD_URL "http://techbase.kde.org/Projects/KDE_on_Windows/Installation"
-!define PHP_DOWNLOAD_URL "http://www.php.net/downloads.php"
!include nsDialogs.nsh
!include LogicLib.nsh
@@ -80,13 +79,14 @@
${EndIf}
${NSD_CreateLabel} 0 0 100% 20u "Welcome to the RKWard on Windows installer."
- ${NSD_CreateLabel} 0 21u 100% 48u "RKWard on Windows is still young, and installation is a bit cumbersome, but we'll talk you through the needed steps.$\r$\nNote that you need to install R and KDE _before_ you can install RKWard. PHP is also needed at runtime (but this installer will run without it).$\r$\nTo download the required software / or to get more info, these links should be helpful:"
+ ${NSD_CreateLabel} 0 21u 100% 32u "RKWard on Windows is still young, and installation is a bit cumbersome, but we'll talk you through the needed steps.$\r$\nNote that you need to install R and KDE _before_ you can install RKWard.$\r$\nPlease DO read these instructions, first:"
- !insertmacro MakeExternalLink 70u "Help resources for RKWard on Windows" "http://p.sf.net/rkward/windows"
- !insertmacro MakeExternalLink 86u "Download R installer" ${R_DOWNLOAD_URL}
- !insertmacro MakeExternalLink 102u "KDE installation instructions" ${KDE_DOWNLOAD_URL}
- !insertmacro MakeExternalLink 118u "Download PHP installer" ${PHP_DOWNLOAD_URL}
+ !insertmacro MakeExternalLink 62u "READ ME: Installing RKWard on Windows" "http://p.sf.net/rkward/windows"
+ ${NSD_CreateLabel} 0 86u 100% 16u "These links to R and KDE, may also be helpful:"
+ !insertmacro MakeExternalLink 102u "Download R installer" ${R_DOWNLOAD_URL}
+ !insertmacro MakeExternalLink 118u "KDE installation instructions" ${KDE_DOWNLOAD_URL}
+
nsDialogs::Show
FunctionEnd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list