LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-detect if Run-Time Engine is required, then install it.

Solved!
Go to solution

for anyone interested, we used:

 

$lvrt = Get-Command "$basePath\\$year\\$file"

if($lvrt.Version -eq $config.installedVersion){
$pendingInstall = $false
}

Message 11 of 11
(206 Views)