CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: WinInet.DLL

  1. #1
    Guest

    WinInet.DLL

    The scenario is this:

    We have a plug-in that needs to use the WinInet.dll. Even if Internet Explorer is not installed, we need to install the plug-in and see that everything runs fine. So, the
    question is this:

    How do you properly install or copy the WinInet.dll to the target machine?

    Just copying the WinInet.dll into the Windows system directory does not work.

    Thanks in advance.

    - Nani


  2. #2
    Join Date
    May 1999
    Posts
    3

    Re: WinInet.DLL

    MS doesnt want you doing that.

    Here is some info that might help you.

    Shipping just wininet
    If you only need wininet functionality that matches IE 3.0, you can use
    axdist.exe and/or wintdist.exe from the ActiveX SDK. See KB article
    Q185375, "HOWTO: Create a Single EXE Install of Internet Explorer" for
    additional details.
    http://support.microsoft.com/support.../q185/3/75.asp



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