Creating Internet Download Setup in .NET

How can I make an Internet Download Setup for ActiveX controls in .NET




Answer this question

Creating Internet Download Setup in .NET

  • MichaelBrietzke

    Cab projects allow you to create a .cab file to package ActiveX components that can be downloaded from a Web server to a Web browser.

    Take a look at http://support.microsoft.com/default.aspx scid=kb;en-us;307353, it describes how to create a Setup package using VS.Net

    January

  • JonasBergstrom

    Do you have more detailed instruction for an activex newbie For example, the classId specified in the <object> tag, where do I add that in the activex component

    Would that be:

    [Guid("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")]

    Thanks.



  • Creating Internet Download Setup in .NET