Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Which is better msi installer or ninite installer?


Asked by Valentino Pittman on Dec 14, 2021 FAQ



MSI installer (Ninite) is better for mass deployments and where regular, IT-controlled updates are desired. The .exe installer (the one that installs to %appdata) is better for one-off installs or machines that the IT dept doesn't necessarily control.
In respect to this,
Once you run the installer, it’ll download and install the selected programs automatically: Ninite runs on Windows XP, Vista and 7 and works in the background 100% hands-free. It installs apps with default settings and say “no” to browser toolbars and other junk. Also it installs the latest versions of the apps you choose.
Additionally, Silent Install Builder is another good Ninite alternative. Although it has a hefty price tag you can use the free version which is fully functional to install your favorite applications on a Windows computer. You create install packages which contain the entire install files that you need to get all of the apps installed.
Next,
During installation there may also be prompts to choose an install language. This is something the .exe file type can accommodate readily while it is seemingly more challenging to accomplish the same goal with .msi installers. While not impossible to do, the increased simplicity may aid in choosing an .exe installer.
Also Know,
A tool that enforces more security automatically Ninite - choose apps from a website, download installer just for those apps. Pay for the pro version and use the command line. Chocolatey - open a command line. Install app with choco install packagename <options>. Lather rinse repeat.