add log message if previous install exists
This commit is contained in:
@@ -16,3 +16,4 @@ If (! (Test-Path "${Env:ProgramFiles}\4KDownload\4kvideodownloader\4kvideodownlo
|
||||
Try { Remove-Item -Path $INSTALLER -Force -ErrorAction SilentlyContinue }
|
||||
Catch { LogErr $_.Exception.Message }
|
||||
}
|
||||
Else { LogMsg "4K Video Downloader is already installed!" }
|
||||
Reference in New Issue
Block a user