Hacker News new | ask | show | jobs
by yjftsjthsd-h 2432 days ago
Imagine the difference between software distributed as a tarball and the binary package. Both totally work, but one is so much easier to deploy in bulk. (This is obviously a very loose analogy, but I think it's roughly correct)
1 comments

Exe installers support unattended, headless installs with a command line switch.
But how you do run that command only once on every computer? Including ones that are currently not in the building, or on.
Same way as anything, use group policy or a login script that checks first.
But how do you know if it's installed correctly?
What does correctly mean? On windows usually a registry key is checked.
Exactly, changes from software to software. And how to uninstall?

Much easier to add an MSI to GPO, and then just as easy to remove it again and it's uninstalled.

Not sure how writing scripts to do all that myself for every piece of software is better.