diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2006-07-25 13:45:54 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2006-07-25 13:45:54 +0000 |
commit | cc814b527faf95d84b23f4fba479b0163736c76b (patch) | |
tree | fa42a629d10ce22743b1594e971a8e12d0c06790 /packaging | |
parent | e4b7002b5f2bfac4ea7fff15ef720188440e80e2 (diff) | |
download | wireshark-cc814b527faf95d84b23f4fba479b0163736c76b.tar.gz wireshark-cc814b527faf95d84b23f4fba479b0163736c76b.tar.bz2 wireshark-cc814b527faf95d84b23f4fba479b0163736c76b.zip |
Fix update URL in Win32 installer
svn path=/trunk/; revision=18792
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/nsis/wireshark.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index ea51e258ce..f5cb1d21be 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -464,7 +464,7 @@ WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninst WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "Publisher" "The Wireshark developer community, http://www.wireshark.org" WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "HelpLink" "mailto:wireshark-users@wireshark.org" WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "URLInfoAbout" "http://www.wireshark.org" -WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "URLUpdateInfo" "http://www.wireshark.org/distribution/win32/" +WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "URLUpdateInfo" "http://www.wireshark.org/download/win32/" WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "NoModify" 1 WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark" "NoRepair" 1 WriteUninstaller "uninstall.exe" |