added install log msg
This commit is contained in:
@@ -8,6 +8,7 @@ If (! (Test-Path "${Env:ProgramFiles}\4KDownload\4kvideodownloader\4kvideodownlo
|
|||||||
$INSTALLER = Download-File -URL $URL
|
$INSTALLER = Download-File -URL $URL
|
||||||
|
|
||||||
## Install the app
|
## Install the app
|
||||||
|
LogMsg "Installing 4K Video Downloader from ""${INSTALLER}"""
|
||||||
Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart" -Wait }
|
Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart" -Wait }
|
||||||
Catch { LogErr $_.Exception.Message }
|
Catch { LogErr $_.Exception.Message }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user