MSEndpointMgr / IntuneAppFactory

Intune App Factory automates Win32 application packaging in Intune.
https://msendpointmgr.com/intune-app-factory
MIT License
32 stars 12 forks source link

Save-installer needs redirect for winget downloadlinks #12

Closed DennisBergemann closed 10 months ago

DennisBergemann commented 10 months ago

Hi, download for winget fetches wrong file when getting as example keepass from winget, because its sourceforge with redirect.

Solution:

Use -userAgent wget as param for invoke-webrequest

Best regards

NickolajA commented 10 months ago

Thanks, just validated that with e.g. KeePass and it works way better. I'll fix this.

DennisBergemann commented 10 months ago

Nice to see that i could support. I did it for mine in azure dev ops as well.

By the way. Much thanks again for this Factory Project.