Closed cigano closed 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.
Nevermind. I used the wrong command:
Install-Package MvcInstaller
For my project the correct is:
Install-Package MvcInstaller.Mvc4
Cheers.
I installed MvcInstaller in my project via NuGet. After trying to access /Install directory, I had the following message:
I followed all the procedures mentioned in the installation instructions from here, GitHub.
Thanks.