creating installation package

S

Sameh Ahmed

hello there
I have a create a VB .NET application that works fine when I run it.
I built the project, copied the exe files and of course if did not work.
how do I create an installation package to be able to distribute this
application?
Regards
Sameh
 
B

Bryan Dickerson

Add an "Installer project" to your solution. It should be fairly intuitive
from there.
 
S

Sameh Ahmed

unfortunately I am very new to VB specially .NET
I tried to add a reference to installer Class but that didn't seem to be
working, and the properties were almost nothing
can I take more of your time and get any further info, or where to read
about this thing?
Regards
Sameh
 
B

Bryan Dickerson

It's not a reference, but a new project. File -> New -> Project. Then from
the Project selection, click on "Setup and Deployment Projects". Make sure
the radio button "Add to Solution" is selected, give it a name, and then
click "OK".
 
S

Sameh Ahmed

Thanks very much
that was very helpful

Bryan Dickerson said:
It's not a reference, but a new project. File -> New -> Project. Then from
the Project selection, click on "Setup and Deployment Projects". Make sure
the radio button "Add to Solution" is selected, give it a name, and then
click "OK".
 

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