You can either use a setup file to deliver your application to customers or copy the application files directly. 
               	 
            
 
            	 
            When creating a setup file, you can use tool such as the WiX Toolset (either as a standalone application or an add-in for
               Visual Studio) or Microsoft's InstallShield Limited Edition to package. For example, here's how you would use InstallShield
               Limited Edition: 
               	 
            
 
            	 
             
               		
               - Install Microsoft's Visual Studio and InstallShield Limited Edition. See the MSDN for more details. 
                  		
               
- In Visual Studio, click 
                     			 . 
                  		
               
- Expand 
                  		  Other Project Types and choose 
                  		  Setup and Deployment. 
                  		
               
- In the 
                  		  Create a new project dialog box, type 
                  		  setup in the search field, select a setup project and click 
                  		  Next. 
                  		
               
- Uncheck 
                  		  Create directory for solutionPlace solution and project in the same directory and click 
                  		  CreateOK. 
                  		  
                  This creates a solution and a project from the available templates in the specified location and opens them in Solution Explorer
                     in Visual Studio. 
                     		  
                   
- Select the InstallShield project type and click 
                  		  CreateOK to create the project. 
                  		
               
- Follow the instructions in the project in order to create the project. See the Visual Studio Help for details. 
                  		
               
If you are deploying your application without a setup file: 
               	 
            
 
            	 
             
               		
               - Use the Xcopy command (which copies a directory structure) to copy your application files from the project output directory
                  to the directory containing your Micro Focus 
                  		  COBOL Server installation.