Hello
i am creating an application that is a single .exe file ,clients will download that file that will directly work without the need to set it up
my question is how to check the .net version be4 running and install it from the same location if it is not installed
of course i know how to check the .net version and how to call another application from mine but the problem is that my application wont start if the required .net version is not installed, clients wont agree with the setup package , they only need the updated .exe file only without the need to run setup file everytime an update happens
so one more time is there anyway to that .exe file to check the installed .net version be4 starting and install it be4 running?