We have a set of customers, service personel and others who have a very difficult time installing our "Current Version" of software. This is primarily because the "Current Version" consists of 100+ assemblies all with different versions each with it's own install. The developers did some work to create a foundation class to contain many (but not all) of the dependencies of the other classes. In some specific installs slightly different assemblies are needed to support that particular need.
Question: While NUGET Is perfect for developers, would it be usable as a download tool to get an entire package of materials as a part of a "release process" to either build new servers with the "Current Release" or update older ones to "Newer Release which is the Current Release?