kahanu / MvcInstaller

Easily install your database schema and ASP.NET Membership system into your ASP.NET MVC application.
6 stars 2 forks source link

MvcInstaller doesn't create installer.config #4

Closed cigano closed 11 years ago

cigano commented 11 years ago

I installed MvcInstaller in my project via NuGet. After trying to access /Install directory, I had the following message:

Could not find file 'c:\users\cigano\documents\visual studio 2012\Projects\Fideli100\Fideli100\installer.config'.

I followed all the procedures mentioned in the installation instructions from here, GitHub.

Thanks.

cigano commented 11 years ago

Nevermind. I used the wrong command:

Install-Package MvcInstaller

For my project the correct is:

Install-Package MvcInstaller.Mvc4

Cheers.