Jump to content
Xtreme .Net Talk

Packing dlls in the .exe


Recommended Posts

Guest Rosco5737
Posted
Hi all, I created a VB.NET application that requires two drivers in order to work (AxInterop.MSChart20Lib.dll and Interop.MSChart20Lib.dll). I want to have anyone be able to use this application on any PC and in any directory. Right now, I have to send all three files together (the .exe and two .dlls). Plus, the exe has to be in the same directory as the dlls or else it won't work. I am new to VB.NET and was wondering if it is possible to include both drivers in the .exe so only one file needs to be distributed or do I need some sort of installer program? Thanks all...
Guest Rosco5737
Posted
Any recommendations on simple, easy to use installers?
  • *Gurus*
Posted

There probably aren't many choices for .Net (especially if you don't

want to buy something very expensive). But there is an install

packager as part of .Net. According to MSDN, from the file menu

you select Add Project - New Project. Then in the Add New Project

dialog, select Setup and Deployment Projects, and select the type

of deployment project.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...