
- Forum
- Programming Talk
- Microsoft .NET
- VB.Net Installer Apllication plz help me
VB.Net Installer Apllication plz help me
This is a discussion on VB.Net Installer Apllication plz help me within the Microsoft .NET forums, part of the Programming Talk category; hi , can any one guide how to make an installer application, i have develpoed an appliaction and made it ...
-
VB.Net Installer Apllication plz help me
hi ,
can any one guide how to make an installer application, i have develpoed an appliaction and made it as an installer through publish seeting in visual studio , i want to make it like such
that while installing this appliaction ,foreg a timer application , as exe file, it should first check that .net framework is installed in sysytem or not , if not he shld install .net framework then instal the appliaction , and the programme shld check that both the file has been installe d in proper directory.
-
Hello Sanjeev
There are many constraints to determine programatically if .NET Framework is installed or not.
One link is if Windows version is Vista then .NET Framework will be available
Further for Windows version other than Vista, with the help of ASP.NET Web application You can determing if .NET Framework is installed or not by making use of Request.Browser.GetClrVersions();
Basically If .NET Framework is installed, the version information will be reflected in Microsoft Internet Explorer.
Obviously, for this to work the system on which you are going to check should have IE

Reply With Quote





