Setup Program for VB.Net

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Hi,
Simple question, how do you create installation program
for Vb.net
Thanks so much
Al
 
Hi Al,

It is a part of Visual.Studio.Net

The deployment project

I hope this helps,

Cor
 
* "Al said:
Simple question, how do you create installation program
for Vb.net

Add a new project of type "Setup and Deployment Projects" (choose the
option to add the project to the solution). In VS.NET Professional or
better, you will find some templates and a wizard which will create the
setup, if you are using the Standard Edition of VB.NET, you will only
find a project template.
 
Hi Herfried,
Add a new project of type "Setup and Deployment Projects" (choose the
option to add the project to the solution). In VS.NET Professional or
better, you will find some templates and a wizard which will create the
setup, if you are using the Standard Edition of VB.NET, you will only
find a project template.


Now I know what is in the Standard Edition, could not real find it.

Thanks

Cor

ps. Although you was expecting another message.
:-))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top