Replies: 4 comments 1 reply
-
This parameter came to be, because some apps refuse to install through known silent switches. And some apps in winget are just not supported through WinTuner (like zip type installers or PWAs). This issue does not exist with msi files. The Not packaging the actual installer, means all your computers are going to hammer the external CDN to download the installer. Which, again in my opinion, is bad practice. If you package the installer you it will only use the Microsoft CDN (where you are indirectly paying for through licenses), and that also means you can use Intune content optimization. |
Beta Was this translation helpful? Give feedback.
-
My end goal is to always install the latest version no matter which version existed at the time the Intune package was generated. If I where to always use the installer for the version that was available at the time the package was generated, I would spend way to much time every week just making sure the version in Intune is updated to the latest one in case someone installs it from there. I use Winget Auto Updater to then make sure that all version of all applications stay up to date once installed through Intune/Winget. Therefor it would just be a waste of bandwith and time to first install an old version from Intune just for Winget Auto Update to update it on the next user login. |
Beta Was this translation helpful? Give feedback.
-
I would also like to have the option to just install the latest version available in WinGet repository. Now I add these apps with these steps:
Would be nice if there was an option to do this automatically, because WinTuner is really great how it creates the packages etc. |
Beta Was this translation helpful? Give feedback.
-
I agree that Winget is not the right tool for Enterprise environments, but for small business it is often a good solution. Never thought about it what the impact is for the vendors, and I'm not sure what they think about it and what the impact is for them. To solve this you would need to limit the possibilities of Winget, like limiting the number of times a Winget package can be downloaded from 1 IP per day or other solutions that are available. But the current situation as I see it is:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CommandLet
New-WtWingetPackage
Full command
New-WtWingetPackage -PackageId JGraph.Draw -PackageFolder D:\Intune\Packages -PackageScript
Module version
1.0.6
What happened?
Although the
-PackageScript
switch is present, the downloaded installer files (.msi
) will be packaged into the.intunewin
file making it ~130MiB big in the case of this example (draw.io).When the switch is present, only the
.ps1
files and maybe the readme file should end up in the.intunewin
package.Command output
PowerShell version
7.5.0
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions