I am trialling Visual COBOL. I've successfully converted my Net Express project to Visual COBOL, and it runs on my PC. How do I deploy it to another machine? (We have COBOL Server available and installed).
I've found good instructions at http://msdn.microsoft.com/en-us/library/k3bb4tfd(v=vs.80).aspx which says I have to create a deployment project but there are no "Setup and deployment projects" showing in the "Other Project Types" pane, which is empty. I am using Visual Studio 2010 Shell - maybe it is not available in the Shell?
To create a deployment project
-
On the File menu, point to Add, and then click New Project.
-
In the Add New Project dialog box, in the Project Types pane, open the Other Project Types node, click Setup and Deployment Projects, then click Setup Project in the Templates pane. In the Name box, type My Notepad Installer.
-
Click OK to close the dialog box.
The project is added to Solution Explorer, and the File System Editor opens.
-
Select the My Notepad Installer project in Solution Explorer. In the Properties window, select the ProductName property and type My Notepad.








