Merge pull request #218 from Romanitho/main

merged last changes
pull/214/head
Romain 2022-10-26 14:17:23 +02:00 committed by GitHub
commit f28ffed5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 23 deletions

View File

@ -88,6 +88,9 @@ Use White List instead of Black List. This setting will not create the "excluded
**-ListPath**
Get Black/White List from Path (URL/UNC/Local) (copy/download to Winget-AutoUpdate installation location if external list is newer).
**-InstallUserContext**
Install WAU with system and **user** context executions (From version 1.15.3)
**-BypassListForUsers**
Bypass Black/White list when run in user context (From version 1.15.0)

View File

@ -3,7 +3,9 @@
Function Get-WingetCmd {
#Get WinGet Path (if admin context)
$ResolveWingetPath = Resolve-Path "$env:ProgramFiles\WindowsApps\Microsoft.DesktopAppInstaller_*_x64__8wekyb3d8bbwe" | Sort-Object { [version]($_.Path -replace '^[^\d]+_((\d+\.)*\d+)_.*', '$1') }
# Includes Workaround for ARM64 (removed X64 and replaces it with a wildcard)
$ResolveWingetPath = Resolve-Path "$env:ProgramFiles\WindowsApps\Microsoft.DesktopAppInstaller_*_*__8wekyb3d8bbwe" | Sort-Object { [version]($_.Path -replace '^[^\d]+_((\d+\.)*\d+)_.*', '$1') }
if ($ResolveWingetPath) {
#If multiple version, pick last one
$WingetPath = $ResolveWingetPath[-1].Path

View File

@ -5,6 +5,9 @@ function Test-Network {
#Init
$timeout = 0
# Workaround for ARM64 (Access Denied / Win32 internal Server error)
$ProgressPreference = 'SilentlyContinue'
#Test connectivity during 30 min then timeout
Write-Log "Checking internet connection..." "Yellow"
While ($timeout -lt 1800) {

View File

@ -32,23 +32,23 @@
</output>
<output id="5">
<!--Logs are not available yet-->
<message>Logs are not available yet!</message>
<message>Die Logs sind aktuell nicht verfügbar!</message>
</output>
<output id="6">
<!--Starting a manual check for updated apps-->
<message>Starting a manual check for updated apps...</message>
<message>Starte die manuelle Suche nach Updates.</message>
</output>
<output id="7">
<!--Couldn't start a manual check for updated apps-->
<message>Couldn't start a manual check for updated apps!</message>
<message>Die manuelle Suche nach Updates konnte nicht gestartet werden!</message>
</output>
<output id="8">
<!--Check for updated apps already running-->
<message>Check for updated apps already running...</message>
<message>Die Such nach Updates läuft bereits.</message>
</output>
<output id="9">
<!--Manual check for updated apps completed-->
<message>Manual check for updated apps completed...</message>
<message>Die manuelle suche nach Updates wurde abgeschlossen.</message>
</output>
</outputs>
</local>