add log message if previous install exists

This commit is contained in:
2021-05-27 17:43:04 -04:00
parent ee3d84506e
commit b1721544ea
+2 -1
View File
@@ -15,4 +15,5 @@ If (! (Test-Path "${Env:ProgramFiles}\4KDownload\4kvideodownloader\4kvideodownlo
LogMsg "Deleting downloaded installer from ""${INSTALLER}"""
Try { Remove-Item -Path $INSTALLER -Force -ErrorAction SilentlyContinue }
Catch { LogErr $_.Exception.Message }
}
}
Else { LogMsg "4K Video Downloader is already installed!" }