Skip to content

Commit

Permalink
Add custom icon to Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-anderson committed Feb 13, 2012
1 parent c5e47a8 commit c23ca22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/dinstaller.nsi
Expand Up @@ -52,6 +52,9 @@ CRCCheck force
; Confirmation when exiting the installer
!define MUI_ABORTWARNING

!define MUI_ICON "installer-icon.ico"
!define MUI_UNICON "uninstaller-icon.ico"

;--------------------------------------------------------
; Langauge selection dialog settings
;--------------------------------------------------------
Expand Down
Binary file added windows/installer-icon.ico
Binary file not shown.
Binary file added windows/uninstaller-icon.ico
Binary file not shown.

0 comments on commit c23ca22

Please sign in to comment.