minor change in the uninstaller "Publisher" string
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 16 Dec 2003 06:25:56 +0000 (06:25 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 16 Dec 2003 06:25:56 +0000 (06:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9294 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/ethereal.nsi

index 3b45ee92cbced812cc032b1d526fa4ff6872a5f4..2373f2e7d5f992ecd8937d1aa91861416b00a34f 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; ethereal.nsi
 ;
-; $Id: ethereal.nsi,v 1.29 2003/12/15 04:28:57 guy Exp $
+; $Id: ethereal.nsi,v 1.30 2003/12/16 06:25:56 ulfl Exp $
 
 ; ============================================================================
 ; Header configuration
@@ -101,7 +101,7 @@ SetOutPath $INSTDIR
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "DisplayVersion" "${VERSION}"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "DisplayName" "Ethereal ${VERSION}"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "UninstallString" '"$INSTDIR\uninstall.exe"'
-WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "Publisher" "http://www.ethereal.com"
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "Publisher" "The Ethereal developer community, http://www.ethereal.com"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "HelpLink" "mailto:ethereal-user@ethereal.com"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "URLInfoAbout" "http://www.ethereal.com"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "URLUpdateInfo" "http://www.ethereal.com/distribution/win32/"