Help

F

Fares

Hi every one. I am beginner.
I designed a program (VB) by Visual studio 2005.
This program I designed by >NETframework2.
My program does not work on another computer that does not contain
..Netframework installed in it.
Can any person tell me how can I do "Setup" that include both the original
program + Netframework too.
Thanks .
Fares
 
S

SurturZ

You have two options for deployment:
1) ClickOnce - this is using the "Publish" tab on the Project Properties
page. Note that this is installed per USER, not per MACHINE
2) Traditional setup package - Add a "Setup Project" to your solution - this
is under "Other Project Types" in the Add Project dialog.
 

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