I have an
VB.NET simple application that I wrote. It only consists of 3 forms and an application configuration file. It hooks into an SQL Server 2000 local database.
What I want to do is package this application. How do I do that? And when I package this application will it incorporate the database within the package?
Thanks