Hello I'm trying to mass deploy Thorium E-reader but can't figure out what the detection method should be as there are no / switches for the app for the .exe and I can't figure out where the app is installed and what the detection method should be?
Here is the detection method I'm using:
Here is the detection method I'm using:
Code:
$Thorium = Get-ItemProperty HKLM:\Software\WOW6432NOde\Microsoft\Windows\CurrentVersion\Uninstall\* | Where {$_.DisplayName -like "13998dff-ad91-57f4-b530-aa7ad6d4fea5*"}
if ([version]$Thorium.DisplayVersion -ge [version]'3.1.0') {
Write-Host "Installed"
}
else {
}
This is the error I get in Software Center:
The software change returned error code 0x87D00607(-2016410105).