knowing the frame work is installed or not
-
Hi, I am writing a windows application and i want to write the code to know weather .net frame work is there or not and i want to know weather iis is installed or not. after executing my application i want to run on other system with the help of that exe file. please send any links or code how to know the framework is installed or not and iis is there or not.... the program should run on other also(where there will be no dot net) system with "Exe file". It should prompt the message that framework is not there
-
Hi, I am writing a windows application and i want to write the code to know weather .net frame work is there or not and i want to know weather iis is installed or not. after executing my application i want to run on other system with the help of that exe file. please send any links or code how to know the framework is installed or not and iis is there or not.... the program should run on other also(where there will be no dot net) system with "Exe file". It should prompt the message that framework is not there
If the framework is not installed, your C# or VB.NET code simply isn't going to run. As for detecting if IIS is installed, it's easy to find out. Try this[^] first.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hi, I am writing a windows application and i want to write the code to know weather .net frame work is there or not and i want to know weather iis is installed or not. after executing my application i want to run on other system with the help of that exe file. please send any links or code how to know the framework is installed or not and iis is there or not.... the program should run on other also(where there will be no dot net) system with "Exe file". It should prompt the message that framework is not there
You can also use the installer tool to detect if the framework has been installed and then take actions.
Tan Li I Love KongFu~