How to create a setup project for my source code?

  • Thread starter Thread starter Ramil Domingo
  • Start date Start date
R

Ramil Domingo

Hi All,

I would like to know how to create a setup and deployment project for all my
source code solution with varying projects such as VB.NET, C#, ASP.NET, Web
Services, etc. so that I could install my source code to my remote pc using
a setup program w/o breaking their references to one another.

TIA.

Ramil Domingo
Developer
 
You will want to preserve your folder layout. Just create sub folders for
each of your projects under the Application Folder in the File System
Editor and then Add all of your folders/files.

The easist way to add the whole folder/file structure is to drag your top
level project/solution folder from windows explorer onto the Application
Folder in the File System Editor.

Patrick Baker - Visual Basic/Deployment Quality Assurance Team
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top