Deploying and Exporting an Application
This section contains detailed information about how to perform the steps involved in deploying a BizTalk application. The topics in this section support the following checklists:
Checklist: Deploying an Application, which shows how to deploy an application in a development environment, export it into an .msi file, and then import it into a production environment from the .msi file.
Checklist: Exporting Bindings from One Application to Another, which shows how to export bindings from an application into another application in either a development or production environment.
You can use the following tools to deploy and manage a BizTalk application:
Tool | Use |
---|---|
BizTalk Server Administration console | From this graphical user interface, you can perform all of the deployment and management operations for a BizTalk application, including the following: - Starting the Import, Installation, and Export Wizards - Adding and removing an application's artifacts, and making other modifications to the application - Generating BizTalk Server .msi files for a BizTalk application - Installing the application onto a computer from the .msi file or importing the application from the .msi file into another BizTalk group - Importing the bindings for an application from a binding file For more information about the administration console, see Using the BizTalk Server Administration Console (https://go.microsoft.com/fwlink/?LinkID=154689). |
BTSTask command-line tool | You can perform many application management tasks from the command line. For more information about the command-line tool, see BTSTask Command Line Reference (https://go.microsoft.com/fwlink/?LinkId=155003). |
Scripting and programmability APIs | You can use Microsoft Windows Management Instrumentation (WMI) or the BizTalk Explorer Object Model to create and run scripts that automate many application management tasks. For more information about scripting, see WMI Class Reference (https://go.microsoft.com/fwlink/?LinkId=155004). |
Visual Studio 2013 | You can create BizTalk assemblies in Visual Studio, use the Deploy command to automatically deploy them into a BizTalk application, and use BizTalk Explorer to configure application artifacts from within Visual Studio. For more information about working within Visual Studio, see Deploying BizTalk Assemblies from Visual Studio into a BizTalk Application (https://go.microsoft.com/fwlink/?LinkID=154719). |