Update App Install or Upgrade Scripts/App - VMware Tools - Install or Upgrade WITH REBOOT.ps1
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user