Create script for installation or use software distribution? Dell Kace K1000
Answers (2)
Software distribution is generally better for simple installations involving a single installation step. For example, if I want to deploy adobe reader or google chrome, those are easy to deploy using a single install command with a single installer. It is also important to note that software distribution spreads out the deployment based on when the agent checks in.
To contrast a software distribution, scripted installs can be run instantly, and can contain as many steps as you can think up. If you need multiple files moved, registry edits performed, or any other kind of custom action performed during an install, scripted installs are your friend. One example where this worked better than a software distribution was deploying pdf factory that involved making a registry edit post-install to add our company information and product key behind the scenes for automatic activation.
I hope this helps.