22 ms·
I second Chocolatey. There's also a (supported by Choco) puppet plugin which makes client installations as simple as package { 'notepadplusplus': ensure
by lukeadams 10y 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.