Add a Windows installer icon. Remove the ARGB versions from the other
Windows icons. svn path=/trunk/; revision=20685
This commit is contained in:
parent
5d89a093c5
commit
320be55388
@ -603,6 +603,7 @@ EXTRA_DIST = \
|
|||||||
image/up_arrow.xpm \
|
image/up_arrow.xpm \
|
||||||
image/win32-file-dlg.rc \
|
image/win32-file-dlg.rc \
|
||||||
image/wiresharkdoc.ico \
|
image/wiresharkdoc.ico \
|
||||||
|
image/wiresharkinst.ico \
|
||||||
image/wireshark.exe.manifest.in \
|
image/wireshark.exe.manifest.in \
|
||||||
image/wireshark.ico \
|
image/wireshark.ico \
|
||||||
image/wireshark.rc.in \
|
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
BIN
image/wiresharkinst.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
@ -38,8 +38,8 @@ Name "${PROGRAM_NAME} ${VERSION}"
|
|||||||
OutFile "${DEST}-setup-${VERSION}.exe"
|
OutFile "${DEST}-setup-${VERSION}.exe"
|
||||||
|
|
||||||
; Icon of installer and uninstaller
|
; Icon of installer and uninstaller
|
||||||
Icon "..\..\image\wireshark.ico"
|
;Icon "..\..\image\wiresharkinst.ico"
|
||||||
UninstallIcon "..\..\image\wireshark.ico"
|
;UninstallIcon "..\..\image\wiresharkinst.ico"
|
||||||
|
|
||||||
; Uninstall stuff (NSIS 2.08: "\r\n" don't work here)
|
; 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."
|
!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"
|
!include "MUI.nsh"
|
||||||
;!addplugindir ".\Plugins"
|
;!addplugindir ".\Plugins"
|
||||||
|
|
||||||
!define MUI_ICON "..\..\image\wireshark.ico"
|
!define MUI_ICON "..\..\image\wiresharkinst.ico"
|
||||||
!define MUI_UNICON "..\..\image\wireshark.ico"
|
!define MUI_UNICON "..\..\image\wiresharkinst.ico"
|
||||||
|
|
||||||
!define MUI_COMPONENTSPAGE_SMALLDESC
|
!define MUI_COMPONENTSPAGE_SMALLDESC
|
||||||
!define MUI_FINISHPAGE_NOAUTOCLOSE
|
!define MUI_FINISHPAGE_NOAUTOCLOSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user