1
Answer

Creating an installation package for a C# console applicatio

I have developed an application in C# that I would like to distribute to someone who does not have the .Net framework installed on her machine. What is the best way to do this?
Thanks

Answers (1)