Revert "First try to warn user it should close Clementine before if upgrading it"

This reverts commit 80ce992c9c & ff29ea29db.

The use of MUI_INSTALLOPTIONS_DISPLAY is no longer supported in MUI2, so this solution is not possible.
This commit is contained in:
Andreas 2014-03-05 18:08:32 +01:00
parent 389b7c57f4
commit 95ca1372dc
2 changed files with 0 additions and 11 deletions

View File

@ -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
@ -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

View File

@ -1,6 +0,0 @@
[Settings]
NumFields=1
[Field 1]
Type=Label
Text="Please be sure you closed Clementine continuing, otherwise the installation will fail"