|
|
@ -1,6 +1,7 @@
|
|
|
|
Name Bitcoin
|
|
|
|
Name Bitcoin
|
|
|
|
|
|
|
|
|
|
|
|
RequestExecutionLevel highest
|
|
|
|
RequestExecutionLevel highest
|
|
|
|
|
|
|
|
SetCompressor /SOLID lzma
|
|
|
|
|
|
|
|
|
|
|
|
# General Symbol Definitions
|
|
|
|
# General Symbol Definitions
|
|
|
|
!define REGKEY "SOFTWARE\$(^Name)"
|
|
|
|
!define REGKEY "SOFTWARE\$(^Name)"
|
|
|
@ -10,6 +11,10 @@ RequestExecutionLevel highest
|
|
|
|
|
|
|
|
|
|
|
|
# MUI Symbol Definitions
|
|
|
|
# MUI Symbol Definitions
|
|
|
|
!define MUI_ICON "../share/pixmaps/bitcoin.ico"
|
|
|
|
!define MUI_ICON "../share/pixmaps/bitcoin.ico"
|
|
|
|
|
|
|
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "../share/pixmaps/nsis-wizard.bmp"
|
|
|
|
|
|
|
|
!define MUI_HEADERIMAGE
|
|
|
|
|
|
|
|
!define MUI_HEADERIMAGE_RIGHT
|
|
|
|
|
|
|
|
!define MUI_HEADERIMAGE_BITMAP "../share/pixmaps/nsis-header.bmp"
|
|
|
|
!define MUI_FINISHPAGE_NOAUTOCLOSE
|
|
|
|
!define MUI_FINISHPAGE_NOAUTOCLOSE
|
|
|
|
!define MUI_STARTMENUPAGE_REGISTRY_ROOT HKLM
|
|
|
|
!define MUI_STARTMENUPAGE_REGISTRY_ROOT HKLM
|
|
|
|
!define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY}
|
|
|
|
!define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY}
|
|
|
@ -17,6 +22,7 @@ RequestExecutionLevel highest
|
|
|
|
!define MUI_STARTMENUPAGE_DEFAULTFOLDER Bitcoin
|
|
|
|
!define MUI_STARTMENUPAGE_DEFAULTFOLDER Bitcoin
|
|
|
|
!define MUI_FINISHPAGE_RUN $INSTDIR\bitcoin.exe
|
|
|
|
!define MUI_FINISHPAGE_RUN $INSTDIR\bitcoin.exe
|
|
|
|
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
|
|
|
|
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
|
|
|
|
|
|
|
|
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "../share/pixmaps/nsis-wizard.bmp"
|
|
|
|
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
|
|
|
|
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
|
|
|
|
|
|
|
|
|
|
|
|
# Included files
|
|
|
|
# Included files
|
|
|
@ -43,6 +49,7 @@ OutFile bitcoin-0.3.24-win32-setup.exe
|
|
|
|
InstallDir $PROGRAMFILES\Bitcoin
|
|
|
|
InstallDir $PROGRAMFILES\Bitcoin
|
|
|
|
CRCCheck on
|
|
|
|
CRCCheck on
|
|
|
|
XPStyle on
|
|
|
|
XPStyle on
|
|
|
|
|
|
|
|
BrandingText " "
|
|
|
|
ShowInstDetails show
|
|
|
|
ShowInstDetails show
|
|
|
|
VIProductVersion 0.3.24.0
|
|
|
|
VIProductVersion 0.3.24.0
|
|
|
|
VIAddVersionKey ProductName Bitcoin
|
|
|
|
VIAddVersionKey ProductName Bitcoin
|
|
|
|