Command-Line App Selection

Ninite One now supports command-line app selection. This lets you use Ninite very much like a version of Debian or Ubuntu's apt-get for Windows.

For example, here's a command to silently install Firefox, Skype, and both the NPAPI and ActiveX versions of Flash Player:

NiniteOne.exe /select Firefox Skype Flash "Flash (IE)" /silent report.txt

The installation status is written to report.txt for later review.

You can name one or more apps to install after the /select switch. You can get a list of available apps and their latest versions by running:

NiniteOne.exe /list /silent apps.txt

You can use the /exclude switch to exclude applications from an installation or audit. The following command updates all applications that are out of date, except for Java and Python:

NiniteOne.exe /updateonly /exclude Java Python /silent report.txt
This page refers to pro-only features. Subscribe to Ninite Pro to use them.