mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 02:38:26 +02:00
Support old windows versions
Added a test to not error out when the Appx cmdlets are not available (like in the windows 7 box i am using). I had some install issues with creating the bin links so I added "-f".
This commit is contained in:
@@ -329,6 +329,8 @@ Write-Output 'ICONS=()'
|
||||
|
||||
# Search for installed applications.
|
||||
AppSearchWinReg # Windows Registry
|
||||
AppSearchUWP # Universal Windows Platform
|
||||
if (Get-Command Get-AppxPackage -ErrorAction SilentlyContinue){
|
||||
AppSearchUWP # Universal Windows Platform
|
||||
}
|
||||
AppSearchChocolatey # Chocolatey Package Manager
|
||||
AppSearchScoop # Scoop Package Manager
|
||||
|
Reference in New Issue
Block a user