I have an executable that displays a simple windows form. Unfortunately this application will not run if the user does not have the .NET framework installed.
I would like to be able to detect if the user's machine has the .NET Framework installed, and if not, give them the option to download and install it.
I know that this is possible through the use of an installer project; however, I am not actually installing anything, therefore an installer is not a viable option.
Is there any way to do this?
I would greatly appreciate any ideas or suggestions.
Thank you,
Mattimus