Installer fix

This commit is contained in:
DavidXanatos 2021-10-16 18:16:16 +02:00
parent 54e3f68505
commit e7836475f9
1 changed files with 5 additions and 5 deletions

View File

@ -672,12 +672,12 @@ Function SkipLicensePage
; Skip license page if not Install mode
;
; Uncomment the below code to skip licence dialog for updates
; StrCmp $InstallType "Install" SkipLicensePage_Done
;
; Abort
;
;SkipLicensePage_Done:
StrCmp $InstallType "Remove" 0 SkipLicensePage_Done
Abort
SkipLicensePage_Done:
FunctionEnd