Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I create my own installer using VB .net? 1

Status
Not open for further replies.

LadyRhoanne

Programmer
Mar 8, 2004
1
PH
I wanted to deploy my system using my own installer, can anybody help me to create my own installer? :-(
 
if you use VS.NET, you can use deployment project.

To create a deployment project

On the File menu, point to Add Project, and choose New Project.

In the Add New Project dialog box, select Setup and Deployment Projects in the Project Types pane, and then choose Setup Project in the Templates pane. :)
 
There's also a walk-through in the .NET documentation.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top