rbalsleyMSFT / FFU

Using Full Flash Update files to speed up Windows Deployment
MIT License
75 stars 17 forks source link

Known Issue: Winget downloads fail on Non-English OS #50

Closed rbalsleyMSFT closed 1 month ago

rbalsleyMSFT commented 2 months ago

The script will scrape the winget.exe text output to track search and download behavior. Since the script is matching against English language strings, other OS languages will fail to download apps.

It appears that the Winget PowerShell module does include support for downloading both winget and msstore apps using the Export-WingetPackage cmdlet. We'll get that converted for 2409.1.

HedgeComp commented 2 months ago

not sure if this helps in the planning but I noticed today after trouble shooting some failed Lenovo apps during the creating App ISO stage.,

image

that if you remove the --scope machine ,the app will then download. This was the issue with Lenovo Service bridge as an example.

image