Jump to content

Recommended Posts

Posted

Definitely looks interesting. Just trying to get my head around the idea of a community repo and the potential security implications. Presumably the software would be being downloaded directly from the publisher and not held in the repo, but you'd still have to trust the integrity of that repo to not be serving you anything malicious.

 

Do you know what sorts of Group Policy options are going to be available? If it could serve as functionally equivalent to the existing MSI deployment options, only able to take care of non-MSI packages as well, that would be really handy.

  • 4 months later...
Posted

Now 2680 packages. (winget search | measure)

 

Still no way to cache. When run interactively it's pausing for error boxes to appear.

 

More failures than chocolately currently. And it's not caching the downloads, so it redownloads the installer each time.

 

It got confused because I seem to have 2 versions of FreeCAD installed, and it keeps trying to upgrade the old one to the new one, that's already installed.

 

Also tux paint/stamps seems to have no version number, so it installs that every time it's run

 

85 things installed that aren't in Winget, 45 things that are, about 25 things that are in chocolately but not in winget (winget export file.txt)

 

"winget list" will list everything that's installed, but winget export will show you what it knows about.

 

Worth trying a winget upgrade --all on a test machine though

  • 1 year later...
Posted

4496 packages today

winget search --name `"`" --source winget | measure

 

vs 9681 for Choco

 

Main discovery: Even though SRP is enabled, because Store apps have been allowlisted, users can install store apps (like firefox, which then allows extensions, like VPN....)

 

There's a GPO to disable that: Computer>Admin>windows components>Desktop App Installer>Enable app installer MS Store Source - Disabled

 

This does not uninstall previously installed apps though

  • 5 months later...
Posted

Looking again at how we can maybe use winget as our main app deployment tool (all via group Policy). Currently still relying largely on MSIs deployed via GPO, but managing updates is obviously not fully automated.

 

Is anyone doing this successfully and/or willing to share any pointers? For instance, can winget commands be happily run under system context, etc.?

  • Thanks 1
Posted

Because winget is a Store package it's not available a) for SYSTEM and b) the first time you log in for x minutes, so it's rather useless

 

Still using choco instead

  • Thanks 1
Posted
Because winget is a Store package it's not available a) for SYSTEM and b) the first time you log in for x minutes, so it's rather useless

 

Still using choco instead

 

Yeah, this is the vibe I'm getting from fruitless web searching.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...