Cache on Network Share

Ninite Pro's download cache is in the same directory as the installer .exe by default, but it's easy to change.

One popular option is placing the cache on a network share. You just need to place a file called ninite.ini in the installer's directory. Its contents should be:

[Cache]
path=\\<server>\<share>

That example uses a UNC path to a share, but you can use any filesystem path for the cache location.

Alternatively, you can use the /cachepath command line switch. For example,

NiniteOne.exe /cachepath "\\<server>\<share>"

The /cachepath switch overrides any path that may be in the ninite.ini file.

We have more cache documentation too.

This page refers to pro-only features. Subscribe to Ninite Pro to use them.