Compiling Dependancies into a .NET APP???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason Myers

    #1

    Compiling Dependancies into a .NET APP???

    Hi

    I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It
    makes use of the MS Word 10 Com Components, andsome ZIP libraries that I
    have. I need the appropriate DLL's to be built into the solution so that
    when I install on another machine in my organisation, it will also install
    those DLL's if not found on the users machine. This was simple to do from
    VB6, but I have no idea how to do it using .NET

    Any help will be appreciated.

    Thanks



  • Carlos J. Quintero [VB MVP]

    #2
    Re: Compiling Dependancies into a .NET APP???

    Hi Jason,

    See:

    Deploying Applications and Components
    http://msdn2.microsoft.com/en-us/lib...sz(VS.80).aspx

    --

    Best regards,

    Carlos J. Quintero

    MZ-Tools: Productivity add-ins for Visual Studio
    You can code, design and document much faster:
    MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.



    "Jason Myers" <jnews@ras-admin.co.za> escribió en el mensaje
    news:OesbZmsMGH A.1460@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Hi
    >
    > I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It
    > makes use of the MS Word 10 Com Components, andsome ZIP libraries that I
    > have. I need the appropriate DLL's to be built into the solution so that
    > when I install on another machine in my organisation, it will also install
    > those DLL's if not found on the users machine. This was simple to do from
    > VB6, but I have no idea how to do it using .NET
    >
    > Any help will be appreciated.
    >
    > Thanks
    >
    >
    >[/color]


    Comment

    • Jason Myers

      #3
      Re: Compiling Dependancies into a .NET APP???

      Thanks for this, but the problem I have is that I am using the express
      eddittion, so I don't have access to the Windows Installer Project type.

      "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAM sogecable.com> wrote in message
      news:OhJhxouMGH A.3144@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Hi Jason,
      >
      > See:
      >
      > Deploying Applications and Components
      > http://msdn2.microsoft.com/en-us/lib...sz(VS.80).aspx
      >
      > --
      >
      > Best regards,
      >
      > Carlos J. Quintero
      >
      > MZ-Tools: Productivity add-ins for Visual Studio
      > You can code, design and document much faster:
      > http://www.mztools.com
      >
      >
      > "Jason Myers" <jnews@ras-admin.co.za> escribió en el mensaje
      > news:OesbZmsMGH A.1460@TK2MSFTN GP10.phx.gbl...[color=green]
      >> Hi
      >>
      >> I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It
      >> makes use of the MS Word 10 Com Components, andsome ZIP libraries that I
      >> have. I need the appropriate DLL's to be built into the solution so that
      >> when I install on another machine in my organisation, it will also
      >> install
      >> those DLL's if not found on the users machine. This was simple to do from
      >> VB6, but I have no idea how to do it using .NET
      >>
      >> Any help will be appreciated.
      >>
      >> Thanks
      >>
      >>
      >>[/color]
      >
      >[/color]


      Comment

      Working...