Foxy69
Apr 1st, 2008, 08:39 AM
I currently have an application written in 2003 running .Net 1.1.
Whenever I issue a new release I load a new EXE onto a FTP server and the clients automatically updates when they next launch the application.
In the near futture I want to convert the app to 2008 and .Net 2. So what I thought was that the next time I issue a new version I could put a check in to see if the client has .Net 2 already installed, and if not launch the dotnetrfx2.exe in preperation.
Does anybody have any sample code that checks for the versions of .Net installed on a client? I've searched through the posts but can't seem to find a difinative answer.
Thanks
Whenever I issue a new release I load a new EXE onto a FTP server and the clients automatically updates when they next launch the application.
In the near futture I want to convert the app to 2008 and .Net 2. So what I thought was that the next time I issue a new version I could put a check in to see if the client has .Net 2 already installed, and if not launch the dotnetrfx2.exe in preperation.
Does anybody have any sample code that checks for the versions of .Net installed on a client? I've searched through the posts but can't seem to find a difinative answer.
Thanks