Add a Windows installer icon. Remove the ARGB versions from the other

Windows icons.

svn path=/trunk/; revision=20685
This commit is contained in:
Gerald Combs 2007-02-02 18:45:23 +00:00
parent 5d89a093c5
commit 320be55388
5 changed files with 5 additions and 4 deletions

View File

@ -603,6 +603,7 @@ EXTRA_DIST = \
image/up_arrow.xpm \
image/win32-file-dlg.rc \
image/wiresharkdoc.ico \
image/wiresharkinst.ico \
image/wireshark.exe.manifest.in \
image/wireshark.ico \
image/wireshark.rc.in \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

BIN
image/wiresharkinst.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -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