ZeroTier RPM Installer Script Failing
-
@adam.ierymenko said in ZeroTier RPM Installer Script Failing:
I thought there were simple ways of pushing MSIs to Windows machines.
In the enterprise doing this with GPO or other tools is possible. Sometimes in the SMB. But often in the SMB there isn't a unified network for this stuff and it isn't very practicable.
-
Hmm... we've wanted to rework updates for quite some time so maybe we'll do something with a setting.
Like I said it's very hard to do... you can fire off a background MSI installer but if it fails you are SOL. Google built an entire auto-update system for Chrome themselves because of this.
Windows software deployment is terrible. Of course Mac is not that much better... you have Apple's absolutely awful app store with its restrictions that exclude almost all interesting desktop software.
-
Do you have anything set up to ssh into these machines? If so you might be able to ssh in and run the MSI installer with a single command line. Maybe we can create a Windows equivalent of
curl|bash
?(
curl|bash
is proof that software deployment across the diverse Linux ecosystem is not that much better than Windows or Mac... but at least Linux being fully OSS has an excuse.) -
@adam.ierymenko said in ZeroTier RPM Installer Script Failing:
Do you have anything set up to ssh into these machines? If so you might be able to ssh in and run the MSI installer with a single command line. Maybe we can create a Windows equivalent of
curl|bash
?(
curl|bash
is proof that software deployment across the diverse Linux ecosystem is not that much better than Windows or Mac... but at least Linux being fully OSS has an excuse.)Except that you are comparing a family of operating systems to a single OS. And the Linux approach is STILL easier. If you were comparing a single OS (CentOS or Ubuntu) to Windows you'd have no reason for that approach.
Plus you are setting up repos, not just deploying. So you are handling a family of OSes to a full order or magnitude more powerful and complex of an approach than you are even trying to do on Windows.
-
Agreed. Linux is fragmented into many distributions and it's still easier.
-
The most expensive piece of software ZeroTier, Inc. has ever purchased is Advanced Installer, a Windows installer builder. We needed the full enterprise version. Worth every penny.
-
Actually I'm heading over to their site to see what kind of auto-update stuff they have. I know they have something. If it's included we might start using it.
-
GPO works great as SAM said, but even if you can't use GPO you can use products such as PDQ Deploy.
-
@Jstear said in ZeroTier RPM Installer Script Failing:
GPO works great as SAM said, but even if you can't use GPO you can use products such as PDQ Deploy.
And they have to be setup and maintained.
-
@adam.ierymenko said in ZeroTier RPM Installer Script Failing:
Actually I'm heading over to their site to see what kind of auto-update stuff they have. I know they have something. If it's included we might start using it.
Get ZeroTier added to Chocolatey. Then I will be happy. I already update most things with Chocolatey now.
-
@JaredBusch said in ZeroTier RPM Installer Script Failing:
@adam.ierymenko said in ZeroTier RPM Installer Script Failing:
Actually I'm heading over to their site to see what kind of auto-update stuff they have. I know they have something. If it's included we might start using it.
Get ZeroTier added to Chocolatey. Then I will be happy. I already update most things with Chocolatey now.
I would love to see ZeroTier in the Chocolatey repos, and I bet that it would encourage adoption, too, because people like to try things that they find in there.
-
Will check that out... thanks!
The real problem is that none of us use Windows for our primary environment. We use Macs for desktop and Linux for servers/cloud, so that's where the love goes. But the entire SMB and corporate world uses Windows so we do need to spend more time on that platform.
-
Yeah Chocolatey looks cool but the site looks like it was designed in the 2000s! So not hipster enough for us.
-
Chocolatey is like the YUM of the Windows world.
-
Yeah, I think getting this into there is a good idea. We can probably just wrap our MSI.
We also probably want to make our CLI easier to use on Windows. Right now it's a PITA to invoke it. We're working on a much better CLI too.
-
I've long been a Chocolatey fan. It's a great idea.
-
It reminds me more of Homebrew (Mac) than yum.
-
Looks like Chocolatey packaging is easy. Coming soon.
-
@adam.ierymenko said in ZeroTier RPM Installer Script Failing:
Looks like Chocolatey packaging is easy. Coming soon.
Awesome. Looking forward to adding this to my process.
-
Wow... A vendor listening to its user base... Nice to actually see it in action!