Quantcast
Channel: PowerShell App Deployment Toolkit
Viewing all articles
Browse latest Browse all 2341

New Post: get-installedapplication issue

$
0
0
try this:

if ( $dotnet45 ) { $dotnetcurrent -eq $true }
if ( $dotnet451 ) { $dotnetcurrent -eq $true }

I think this will work too:

if ($dotnet45 -or $dotnet451 ) { $dotnetcurrent -eq $true }

Viewing all articles
Browse latest Browse all 2341

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>