CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Checking for installed applications as part of VB6 application setup



    As part of the installation of a vb6 application, I want to check if the user has Internet Explorer 4 installed on their P.C. and display the appropriate warning if they don't. Is there any way of building this into the setup provided by VB or has anyone used a good third party package that facilitates it ????


    Any suggestions would be greatly appreciated.


    Brid.

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Checking for installed applications as part of VB6 application setup



    I don't know about VB6, but in VB5 you are given the source-code for the setup application which you can modify at will. Check in the VB6 Help file to see if this is possible.


    Regards


    Chris Eastwood


    CodeGuru - The website for developers

    http://www.codeguru.com/vb



  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Checking for installed applications as part of VB6 application setup



    Hi


    I've just found a Freeware Installation program at :


    http://netnet.net/~freeman/


    I don't know whether it will do what you want, but it looks pretty good.


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com/vb



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured