Results 1 to 4 of 4

Thread: [RESOLVED] IE Component Download ?

  1. #1

    Thread Starter
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Resolved [RESOLVED] IE Component Download ?

    I have a system that we develop, that uses IE's component download feature. It allows you to download and install software from a website.

    Our application has a Server side web page, when you go to that web page it will check to see if you have the client (Viewer) installed, if not it will install it.

    Here is the MSDN description - http://msdn.microsoft.com/en-us/libr...09(VS.85).aspx

    Anyway we use it in one of our applications and it doesn't work, also on MSDN it says that it is obsolete as of IE7.

    Now my question is if it is obsolete what has it been replaced with ?
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: IE Component Download ?

    Hey,

    One way you could do this would be to deploy your application using ClickOnce Deployment:

    http://msdn.microsoft.com/en-us/libr...3d(VS.80).aspx

    Or, you could create an ActiveX control that inspect the users system and takes the action that is needed:

    http://msdn.microsoft.com/en-us/libr...71(VS.85).aspx
    http://blogs.msdn.com/ie/archive/200...x-updates.aspx

    Hope that helps!!

    Gary

  3. #3

    Thread Starter
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: IE Component Download ?

    Hi Gary,

    you get the rep points not only for being the only person who bothered to answer, but also because you came to pretty much the same conclusion as i had. :0)
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: IE Component Download ?

    Hee hee, thanks!!

    Glad you got it sorted out!!

    Gary

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