Reputation: 4821
I just wrote a Windows Form C# program for my mom for Mother's Day. It has been build in Release mode. How do I put the program on cd so she can run it on her computer?
Upvotes: 1
Views: 288
Reputation: 48568
Copy the .exe file present in the Release Folder of your project and make sure .Net is installed on target machine.
Upvotes: 1