Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    sanjeevk is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    1

    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.


  2. #2
    Guptha_S is offline Member Array
    Join Date
    Jan 2006
    Answers
    47
    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


Latest Article

Network Security Risk Assessment and Measurement

Read More...