I wrote my simple desktop program in C #. I do not want to distribute it on the Internet because I am not sure that users will experience pain when installing .Net Framework. My target users are non-specialized users.
I am very familiar with MFC, and I can probably write this program in MFC in a month. MFC is good because I don’t have to worry about distributing other components. This will be one good executable.
So my real question is: is it possible to write a .Net application without worrying about distributing the .Net Framework?
Update
I found another solution: if you use Innosetup, there is a script that installs the .NET Framework.
http://www.codeproject.com/KB/install/dotnetfx_innosetup_instal.aspx
source
share