Update App Install or Upgrade Scripts/App - VMware Tools - Install or Upgrade WITH REBOOT.ps1

This commit is contained in:
2025-08-07 18:06:50 +00:00
parent c0e8064fe6
commit 7ebec28eff
@@ -169,7 +169,7 @@ If ($osInfo.ProductType -ne "1") {
$length = 6 $length = 6
$LocalVersion = $string.Substring($start, [Math]::Min(($string.Length - $start), $length)) $LocalVersion = $string.Substring($start, [Math]::Min(($string.Length - $start), $length))
If ($LocalVersion -lt $OnlineVersion) { If ([version]$Local_Version -lt [version]$Online_Version) {
Test-TLS Test-TLS
Test-Probe_Online Test-Probe_Online
Install-App Install-App