| 
								        
								         
								        Explain the ways to deploy your windows application- Merge Module Project: Allows the package of the components to be shared between multiple applications.
 - Setup Project: Builds an msi and exe installer for a Windows application.
 
 - Web Setup Project: Builds an installer for a Web application.
 
 - Cab Project: Creates a cabinet file for downloading.
 |