This PowerShell command return the installed Squirrel App on a computer :
Get-ChildItem -Path $env:localAppData -Recurse -Filter "Update.exe" | Select-Object {$_.Directory.Name}
We can integrate this information in the article about Squirrel.Windows.
This PowerShell command return the installed Squirrel App on a computer :
We can integrate this information in the article about Squirrel.Windows.