Skip to content

Commit

Permalink
Revert "First try to warn user it should close Clementine before if u…
Browse files Browse the repository at this point in the history
…pgrading it"

This reverts commit 80ce992 & ff29ea2.

The use of MUI_INSTALLOPTIONS_DISPLAY is no longer supported in MUI2, so this solution is not possible.
  • Loading branch information
amuttsch committed Mar 5, 2014
1 parent 389b7c5 commit 95ca137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions dist/windows/clementine.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ SetCompressor /SOLID lzma
; Installer pages
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY
Page custom CustomPageFunctionWarning
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

Expand Down Expand Up @@ -119,10 +118,6 @@ Function .onInit

FunctionEnd

Function CustomPageFunctionWarning ;Display a warning message to ask user to check Clementine is closed before installing a new version
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "warning.ini"
FunctionEnd

Function RunClementine
ShellExecAsUser::ShellExecAsUser "" "$INSTDIR/clementine.exe" ""
FunctionEnd
Expand Down
6 changes: 0 additions & 6 deletions dist/windows/warning.ini

This file was deleted.

0 comments on commit 95ca137

Please sign in to comment.