commit 9d585b1c16939abfbb4561947b6d95836f839529
parent 861eb082ee9c093502e5d4be454a6df0fde8c41c
Author: Eli Barzilay <eli@barzilay.org>
Date: Tue, 12 Feb 2013 08:06:30 -0500
"PLT Scheme Inc" -> "PLT Design Inc"
original commit: 49ab87eadc8a3f44b77938485a37564d3aaefdfc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/meta/build/nsis/installer.nsi b/collects/meta/build/nsis/installer.nsi
@@ -226,7 +226,7 @@ Section ""
; used to also have "VersionMajor" & "VersionMinor" but looks like it's not needed
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "HelpLink" "http://racket-lang.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "URLInfoAbout" "http://racket-lang.org/"
- WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "Publisher" "PLT Scheme Inc."
+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "Publisher" "PLT Design Inc."
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "NoModify" "1"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "NoRepair" "1"
!endif