alocin Posted March 30, 2007 Posted March 30, 2007 do u know a link that explain how to develop a .net application making a check before load if the .net is present, and manage the problem with custom messages...? Quote
Nate Bross Posted March 30, 2007 Posted March 30, 2007 A .net program will need the framework to run, so you cannot use .net to check if the framework is already on the target machine. I've read (forget where now) that people have had good luck with JavaScript to check if there are any .net dlls on the machine or not. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
alocin Posted March 30, 2007 Author Posted March 30, 2007 yes... but... maybe microsoft is providing some additional program ... eg a launcher to be executed before the execution of the main App, to perform this check... Quote
Eduardo Lorenzo Posted March 30, 2007 Posted March 30, 2007 you will need a NON-.net application to see if .Net is installed. Quote
mskeel Posted March 30, 2007 Posted March 30, 2007 I believe there is some kind of a "checker" that checks .Net status before running your program already built in automatically. If the user does not have the .Net Framework installed a message box pops up and tells them what the problem is and where they can download the .Net Framework for installation. At least, that's the way it worked a few years ago with .Net 1.1. I haven't had that problem in a very long time. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.