Remove the "Run Picard" option from the Windows installer

http://tickets.musicbrainz.org/browse/PICARD-11
This commit is contained in:
Lukáš Lalinský
2012-06-07 22:06:34 +02:00
parent 6d74c1dc7e
commit 97dee3d6e0
2 changed files with 2 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Version 1.0.1 - unreleased
* Fixed AcoustID submission failure after removing files from Picard (PICARD-82)
* Allow multi-select in new MetaDataBox for delete/remove tags (PICARD-194)
* File browser remembers last directory/no longer crashes on OS X (PICARD-104)
* Removed the "Run Picard" option from the Windows installer (PICARD-11)
Version 1.0 - 2012-06-02
* New UI: Extended comparison of existing vs. MB metadata & tags (PICARD-43)

View File

@@ -59,8 +59,6 @@ InstallDirRegKey HKLM "Software\MusicBrainz\${PRODUCT_NAME}" "InstallDir"
!insertmacro MUI_PAGE_INSTFILES
; Finish page
!define MUI_FINISHPAGE_TITLE_3LINES
!define MUI_FINISHPAGE_RUN "$INSTDIR\picard.exe"
!insertmacro MUI_PAGE_FINISH
; Uninstaller pages
@@ -233,4 +231,4 @@ FunctionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${desktop} "Installs a shortcut on the desktop."
!insertmacro MUI_DESCRIPTION_TEXT ${startmenu} "Installs a shortcut in the Start Menu."
!insertmacro MUI_DESCRIPTION_TEXT ${quicklaunch} "Installs a shortcut in the quicklaunch bar."
!insertmacro MUI_FUNCTION_DESCRIPTION_END
!insertmacro MUI_FUNCTION_DESCRIPTION_END