How do I make my program into a installer? If I make it and pick the "release" then build it, will it work on any other computer?
Printable View
How do I make my program into a installer? If I make it and pick the "release" then build it, will it work on any other computer?
You need to make sure that the .NET framework is installed on the machine, otherwise its a lost cause...
So all the client needs is the .NET framwork to run it? I don't need any install program?
Can I somehow include the framework in an install so it would install both at the same time?
Yes all clients need the framework installed to work.
As for creating an installation project try searching for "Walkthrough: deploying a Windows application" in the help.