From ce6b8b0ebd27e23fe4d4b315455bf8f01d69b2d1 Mon Sep 17 00:00:00 2001 From: ostro Date: Thu, 10 Apr 2025 09:35:32 +0100 Subject: [PATCH] Update 8x8WorkInstall.ps1 --- 8x8WorkInstall.ps1 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/8x8WorkInstall.ps1 b/8x8WorkInstall.ps1 index 32c1c4b..857402d 100644 --- a/8x8WorkInstall.ps1 +++ b/8x8WorkInstall.ps1 @@ -2,15 +2,6 @@ $ErrorActionPreference="SilentlyContinue" Stop-Transcript | out-null $ErrorActionPreference = "Continue" Start-Transcript -path C:\IntuneLogs\8X8Install.txt -Force - -# Define the path to the installer (assuming it's in the same directory as this script) -#$installerPath = Join-Path $PSScriptRoot "work-64-msi-v8.20.2-12.msi" - -# Start the installation process silently -#msiexec.exe /i $installerPath /quiet -#Wait-Process -Name "msiexec" -#Start-Sleep -Seconds 60 - # URL of the file to download $url = "https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-msi-v8.21.3-1.msi" @@ -51,5 +42,5 @@ catch{ exit 0 #Indicate success -Write-Output "work-64-exe-v8.20.2-12.exe successfully installed." +Write-Output "work-64-msi-v8.21.3-1.msi successfully installed." Stop-Transcript \ No newline at end of file