Y
Hacker News
new
|
ask
|
show
|
jobs
by
rallycarre
3413 days ago
Windows equivalent for application installs(no configuring)
https://ninite.com/
.
2 comments
omtinez
3413 days ago
I'd say that the Windows equivalent is
https://chocolatey.org/
. It has the largest amount of "packages" from all other similar efforts that I have seen.
link
lukeadams
3411 days ago
I second Chocolatey. There's also a (supported by Choco) puppet plugin which makes client installations as simple as
package { 'notepadplusplus': ensure => '6.7.5', provider => 'chocolatey', }
I've used it on a few client machines with no issues.
link
stinos
3413 days ago
Which is just one of many, e.g. more scriptable example: Powershell DSC. Ansible should also run on Windows. There's also SaltStack and Otter.
link