Deployment of A program in VB.Net
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Dear Sir Can I make setup for a program and run it onto a machine that has not Visual Studio nor .Net framwork?
-
Dear Sir Can I make setup for a program and run it onto a machine that has not Visual Studio nor .Net framwork?
In VS 2005 use the publish option. This will create an install app on either a server or a path that you might want to cut to a CD. Part of the Prerequisites under the publish setup screen is to include .Net 2.0. If you leave this checked when you publish it will help when the client goes to install the app. When they install it from your CD or server, if .NET 2.0 framework doesn't exist, it will automatically install it. Hope this helps :)
Lost in the vast sea of .NET