added install log msg

This commit is contained in:
2021-05-27 18:09:52 -04:00
parent 5626201d4d
commit da98f582a5
+1
View File
@@ -8,6 +8,7 @@ If (! (Test-Path "${Env:ProgramFiles}\4KDownload\4kvideodownloader\4kvideodownlo
$INSTALLER = Download-File -URL $URL
## Install the app
LogMsg "Installing 4K Video Downloader from ""${INSTALLER}"""
Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart" -Wait }
Catch { LogErr $_.Exception.Message }