From 9e76d43b970b835d29e1055051026e86c8f0748d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 17 May 2010 00:53:12 -0400 Subject: [PATCH] A lot of "plt-scheme.org" -> "racket-lang.org"s. original commit: a46743211b75cfc1fc8aa66f8bc9934fcdc2be38 --- collects/meta/build/nsis/plt-installer.nsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/meta/build/nsis/plt-installer.nsi b/collects/meta/build/nsis/plt-installer.nsi index 7adf687..1caf446 100644 --- a/collects/meta/build/nsis/plt-installer.nsi +++ b/collects/meta/build/nsis/plt-installer.nsi @@ -54,8 +54,8 @@ InstallDir "$PROGRAMFILES\${PLTDirName}" !define MUI_FINISHPAGE_RUN "$INSTDIR\DrScheme.exe" !define MUI_FINISHPAGE_RUN_TEXT "Run DrScheme" !endif -!define MUI_FINISHPAGE_LINK "Visit the PLT Scheme web site" -!define MUI_FINISHPAGE_LINK_LOCATION "http://www.plt-scheme.org/" +!define MUI_FINISHPAGE_LINK "Visit the Racket web site" +!define MUI_FINISHPAGE_LINK_LOCATION "http://racket-lang.org/" ; !define MUI_UNFINISHPAGE_NOAUTOCLOSE ; to allow users see what was erased @@ -221,8 +221,8 @@ Section "" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "DisplayIcon" "$INSTDIR\DrScheme.exe,0" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "DisplayVersion" "${PLTVersion}" ; used to also have "VersionMajor" & "VersionMinor" but looks like it's not needed - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "HelpLink" "http://www.plt-scheme.org/" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "URLInfoAbout" "http://www.plt-scheme.org/" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "HelpLink" "http://racket-lang.org/" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "URLInfoAbout" "http://racket-lang.org/" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "Publisher" "PLT Scheme Inc." WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "NoModify" "1" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PLTRegName}" "NoRepair" "1"