I want to use Visual Studio 2008
's setup and deployment project
to build a setup for the application which was build on visual studio 2012
, i.e. .NET Framework 4.X
.
I want to know if it is possible ? If it is, then how ? And, if it is not, then what is the alternative to build a .msi setup with all added prerequisites for the application (for free) ?
Thanks.