Simple installer for Visual C# Express 2008
Posted
by espais
on Stack Overflow
See other posts from Stack Overflow
or by espais
Published on 2010-05-01T15:15:14Z
Indexed on
2010/05/01
15:17 UTC
Read the original article
Hit count: 274
I am looking for some general feedback here. I have a very simple application that I created in VC# Express 2008, with no special dependencies.
Now, I am going to release it as open source, and am curious as to how I should deploy it. Do I need to create an installer package with any dll's? Should I just zip up the *.exe file with a README?
Also, how should I go about handling the requirement for the .NET framework that a C# program needs?
© Stack Overflow or respective owner