@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
55
66# General Symbol Definitions
77!define REGKEY " SOFTWARE\$(^Name)"
8- !define VERSION 0.4 . 1
8+ !define VERSION 0.5 . 0
99!define COMPANY " Bitcoin project"
1010!define URL http://www.bitcoin.org/
1111
@@ -20,7 +20,7 @@ SetCompressor /SOLID lzma
2020!define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY}
2121!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup
2222!define MUI_STARTMENUPAGE_DEFAULTFOLDER Bitcoin
23- !define MUI_FINISHPAGE_RUN $INSTDIR \bitcoin.exe
23+ !define MUI_FINISHPAGE_RUN $INSTDIR \bitcoin-qt .exe
2424!define MUI_UNICON " ${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
2525!define MUI_UNWELCOMEFINISHPAGE_BITMAP " ../share/pixmaps/nsis-wizard.bmp"
2626!define MUI_UNFINISHPAGE_NOAUTOCLOSE
@@ -45,13 +45,13 @@ Var StartMenuGroup
4545!insertmacro MUI_LANGUAGE English
4646
4747# Installer attributes
48- OutFile bitcoin-0.4 . 1 -win32-setup.exe
48+ OutFile bitcoin-0.5 . 0 -win32-setup.exe
4949InstallDir $PROGRAMFILES \Bitcoin
5050CRCCheck on
5151XPStyle on
5252BrandingText " "
5353ShowInstDetails show
54- VIProductVersion 0.4 . 1 .0
54+ VIProductVersion 0.5 . 0 .0
5555VIAddVersionKey ProductName Bitcoin
5656VIAddVersionKey ProductVersion " ${VERSION}"
5757VIAddVersionKey CompanyName " ${COMPANY}"
@@ -66,7 +66,7 @@ ShowUninstDetails show
6666Section -Main SEC0000
6767 SetOutPath $INSTDIR
6868 SetOverwrite on
69- File ../src/ bitcoin.exe
69+ File ../bitcoin-qt .exe
7070 File /oname= license .txt ../COPYING
7171 File /oname= readme.txt ../doc/README_windows.txt
7272 SetOutPath $INSTDIR \daemon
@@ -85,7 +85,7 @@ Section -post SEC0001
8585 WriteUninstaller $INSTDIR\uninstall.exe
8686 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
8787 CreateDirectory $SMPROGRAMS\$StartMenuGroup
88- CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Bitcoin.lnk" $INSTDIR\bitcoin.exe
88+ CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Bitcoin.lnk" $INSTDIR\bitcoin-qt .exe
8989 CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall Bitcoin.lnk" $INSTDIR\uninstall.exe
9090 !insertmacro MUI_STARTMENU_WRITE_END
9191 WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
@@ -113,7 +113,7 @@ done${UNSECTION_ID}:
113113
114114# Uninstaller sections
115115Section /o -un.Main UNSEC0000
116- Delete /REBOOTOK $INSTDIR\bitcoin.exe
116+ Delete /REBOOTOK $INSTDIR\bitcoin-qt .exe
117117 Delete /REBOOTOK $INSTDIR\license.txt
118118 Delete /REBOOTOK $INSTDIR\readme.txt
119119 RMDir /r /REBOOTOK $INSTDIR\daemon
0 commit comments