Search code examples
visual-studio-2010installationasp.net-mvc-3prerequisites

Add MVC3 as a Prerequisite in a WebApp installer project


How do I add Asp.NET MVC3 as a Prerequisite in my Visual Studio Installer project?


Solution

  • You will need to write a custom before install step where you would manually check if the required assemblies have been installed. You may also check the following article on MSDN.