creating distribution packages with Visual C#.net Standard

  • Thread starter Thread starter Scott Wolter
  • Start date Start date
S

Scott Wolter

Hi,
I'm just getting started wth C#.net and would like to know how to create
distributable packges. This package should include all the files neceessary
to install the app on any computer.

Any help, URL's, etc. are greatly appreciated...

Thanks,
Scott
 
Scott, have you looked at Setup and Deployment projects in Visual Studio?
That's where you should start. When you create a new project it is one of
the options.
 
Back
Top