I am creating a Windows 7 image, for a college dept.
It must include:
Visual Studio 2010
the lecturers has requested ASP.NET MVC3 with Tools, and would like the image to allow a local administrator to install further packages using NuGet
After browsing the an extensive collection of packages available from the Microsoft repository I am concerned that students (as local administrators) are likely to install conflicting packages.
is there a way to stop conflicting packages?
It must include:
Visual Studio 2010
the lecturers has requested ASP.NET MVC3 with Tools, and would like the image to allow a local administrator to install further packages using NuGet
After browsing the an extensive collection of packages available from the Microsoft repository I am concerned that students (as local administrators) are likely to install conflicting packages.
is there a way to stop conflicting packages?