Installation: Remove user message for existing and not empty install folder. Also, delete all its files without warning on installation.
This commit is contained in:
parent
edd108f798
commit
f34bfdf118
1 changed files with 3 additions and 2 deletions
|
|
@ -618,8 +618,9 @@ FunctionEnd
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
Page custom InstallOptionsPage
|
Page custom InstallOptionsPage
|
||||||
|
; uncomment to add a message that warn the user that the folder exists and will be deleted.
|
||||||
!define MUI_PAGE_CUSTOMFUNCTION_LEAVE InstDirValidation
|
; Not having it, is a marketing choice to be not QOL and transparent.
|
||||||
|
;!define MUI_PAGE_CUSTOMFUNCTION_LEAVE InstDirValidation
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
|
|
||||||
;Start Menu Folder Page Configuration
|
;Start Menu Folder Page Configuration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue