Revert "First try to warn user it should close Clementine before if upgrading it"
This reverts commit 80ce992c9c844f9c2181472e602a43ba28048ce1 & ff29ea29db528f255e75624ab454cacbfe42d011. The use of MUI_INSTALLOPTIONS_DISPLAY is no longer supported in MUI2, so this solution is not possible.
This commit is contained in:
parent
389b7c57f4
commit
95ca1372dc
5
dist/windows/clementine.nsi.in
vendored
5
dist/windows/clementine.nsi.in
vendored
@ -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
|
||||
|
6
dist/windows/warning.ini
vendored
6
dist/windows/warning.ini
vendored
@ -1,6 +0,0 @@
|
||||
[Settings]
|
||||
NumFields=1
|
||||
|
||||
[Field 1]
|
||||
Type=Label
|
||||
Text="Please be sure you closed Clementine continuing, otherwise the installation will fail"
|
Loading…
x
Reference in New Issue
Block a user