Hello.
I'm developing an application in C# based on the .Net Framework. The problem is that on certain computers there is no .Net. So is there a app (preferably free) that can check it and suggest a download if no .Net is available that i can run during the installer, or an app that wraps my assembly with the .net assemblys so that i wouldn't have to have .net insalled in order to run?
Note: I am using the nullsoft installer. And I need to install the 3.5 framework.
Thank you very much.