How to make deployment in VB.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shek124
    New Member
    • Oct 2007
    • 50

    How to make deployment in VB.NET

    hai,

    I have done VB.net application by the functionalities of export the word documet. Its working fine in the developemnt machine. During the developemnt , i have added the MICROSOFT.OFFIV E.WORD.INTEROP is added.

    I need to install in the clinet machine. How to make a setup with this com refrence file.
    I need some hurry. Plz help me.

    Thanks
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You will need to include the Microsoft Redistributable Primary Interop Assemblies into your installation application. This will have to be installed on the computer where your application is installed (or else Office will have to be installed).

    Please contact Microsoft and find out the legal implications of using/distributing their products to make sure that you aren't breaking any rules.

    (Redistributable Primary Interop Assemblies (2003))

    -Frinny

    Comment

    Working...