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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.net application setup question

Status
Not open for further replies.

pao13

Programmer
Sep 22, 2003
6
GR
I have an application in visual basic.net. If the user download the bin folder(.exe and dlls),can he run the program?I mean without setup
 
Yes,(This is called XCOPY deployment) but the user will have to have the .net framework installed. If the user does not, the .net framework redistributable(dotnetfx.exe) will have to be installed first. You can download this from Microsoft.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top