G Guest Jan 18, 2004 #1 How can I tell, programatically, if the .NET Framework is installed on a computer? (And of course, if it isn't, I then need to automatically install it. TIA Bill
How can I tell, programatically, if the .NET Framework is installed on a computer? (And of course, if it isn't, I then need to automatically install it. TIA Bill
E Ed Kaim [MSFT] Jan 18, 2004 #2 There is a plug-in that provides bootstrapping functionality. I believe the code is also available if you want to hack out your own way: http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=2F8F0A23-F529-4158-8E0A-D187D16F41F1. bill said: How can I tell, programatically, if the .NET Framework is installed on a Click to expand... computer? (And of course, if it isn't, I then need to automatically install it.)
There is a plug-in that provides bootstrapping functionality. I believe the code is also available if you want to hack out your own way: http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=2F8F0A23-F529-4158-8E0A-D187D16F41F1. bill said: How can I tell, programatically, if the .NET Framework is installed on a Click to expand... computer? (And of course, if it isn't, I then need to automatically install it.)