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

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