Package and development

M

MiaMia

Hi all, I have developing program with database as well.
What I want to do now is to create a setup.exe for the
instalation of my program. I have develope new project on
setup and deployment projects. What I want to ask is how
to create the setup.exe so I can install the program to
the other computer that does not have VS.NET installed.

Thanks
 
C

Chris, Master of All Things Insignificant

When you build your solution the that contains the "setup and deployment
projects" it will create the setup.exe in the bin folder just like when you
build your other projects.

Chris
 
C

Chris Calzaretta

add a new project to the current project and make it a setup and deployment
project. If you running standard I do not know if you can do this.
 

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

Top