mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-13 11:13:59 +00:00
Remove the "Run Picard" option from the Windows installer
http://tickets.musicbrainz.org/browse/PICARD-11
This commit is contained in:
1
NEWS.txt
1
NEWS.txt
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user