Setup for Microsoft Visual Basic 2005 Express Edition

  • Thread starter Thread starter Pitaridis Aristotelis
  • Start date Start date
P

Pitaridis Aristotelis

Is there any way to create setup for a project made in Microsoft Visual
Basic 2005 Express Edition
 
Pitaridis Aristotelis said:
Is there any way to create setup for a project made in Microsoft Visual
Basic 2005 Express Edition
I don't have Express installed here, but do you not have "Setup and
Deployment" under "Other Project Types" in the NewProject dialog?
 
This option is not available in Microsoft Visual Basic 2005 Express Edition

Aristotelis
 
Pitaridis Aristotelis said:
This option is not available in Microsoft Visual Basic 2005 Express
Edition

Aristotelis
OK, have you tried this?

Visual Basic Express includes ClickOnce deployment technology, making it as
easy to share a Windows application as it is to share a Web application.
Using ClickOnce, your application can be automatically deployed and updated
to a Web site, file share, FTP site, or even burned onto a CD. To publish
your application using ClickOnce, select the Publish Wizard button on the
Publish tab of the Project Designer.

http://msdn.microsoft.com/vstudio/express/vb/features/deploy/default.aspx
 
Back
Top