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:
Julien Wadel 2025-03-10 14:58:25 +01:00
parent edd108f798
commit f34bfdf118

View file

@ -618,8 +618,9 @@ FunctionEnd
!endif
Page custom InstallOptionsPage
!define MUI_PAGE_CUSTOMFUNCTION_LEAVE InstDirValidation
; uncomment to add a message that warn the user that the folder exists and will be deleted.
; Not having it, is a marketing choice to be not QOL and transparent.
;!define MUI_PAGE_CUSTOMFUNCTION_LEAVE InstDirValidation
!insertmacro MUI_PAGE_DIRECTORY
;Start Menu Folder Page Configuration