aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-02-02 18:45:23 +0000
committerGerald Combs <gerald@wireshark.org>2007-02-02 18:45:23 +0000
commit320be553883c8b274e157ea0946d9932f835b426 (patch)
tree1e0197279e54b1755f3a3abb4c3caacd6426a12a /packaging
parent5d89a093c5a05426f5b109f6747452d75d2db704 (diff)
Add a Windows installer icon. Remove the ARGB versions from the other
Windows icons. svn path=/trunk/; revision=20685
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 812669aea3..ba3f9055c7 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -38,8 +38,8 @@ Name "${PROGRAM_NAME} ${VERSION}"
OutFile "${DEST}-setup-${VERSION}.exe"
; Icon of installer and uninstaller
-Icon "..\..\image\wireshark.ico"
-UninstallIcon "..\..\image\wireshark.ico"
+;Icon "..\..\image\wiresharkinst.ico"
+;UninstallIcon "..\..\image\wiresharkinst.ico"
; Uninstall stuff (NSIS 2.08: "\r\n" don't work here)
!define MUI_UNCONFIRMPAGE_TEXT_TOP "The following Wireshark installation will be uninstalled. Click 'Next' to continue."
@@ -62,8 +62,8 @@ XPStyle on
!include "MUI.nsh"
;!addplugindir ".\Plugins"
-!define MUI_ICON "..\..\image\wireshark.ico"
-!define MUI_UNICON "..\..\image\wireshark.ico"
+!define MUI_ICON "..\..\image\wiresharkinst.ico"
+!define MUI_UNICON "..\..\image\wiresharkinst.ico"
!define MUI_COMPONENTSPAGE_SMALLDESC
!define MUI_FINISHPAGE_NOAUTOCLOSE