Deployment
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
How do I setup my project to install the .net framework automatically BINARY
-
How do I setup my project to install the .net framework automatically BINARY
By the bootstrabber from : http://msdn.microsoft.com/vstudio/downloads/tools/bootstrapper/default.aspx[^] It will first check if the .net is present it will launch the setup of your program,otherwise it will setup the .NET and follow it with your program's setup automatically.