Aracılığıyla paylaş


Silent Installation and Configuration of BizTalk Server

Often there is a need to automate the process of installing and configuring BizTalk Server. For this, we can use the command line tools. However, most common mistake is to assume that setup.exe command will perform the installation as well as the configuration.

We need to keep in mind that we have "setup.exe" to only "install" the components specified in configuration file. In order to configure BizTalk from commandline, we have "configuration.exe".

As a prerequisite to this, we need to

  • Install and configure required BizTalk components using GUI.
  • Using BizTalk configuration wizard, we need to export the configuration file. This file needs to be specified while running setup.exe and configuration.exe

Detailed steps to perform silent installation of BizTalk Server:

1. Open a command window.

2. Type: setup.exe /CommandName Option. Press ENTER.

Note Command Options are documented in the BizTalk Installation Guides available at the Microsoft Download Center: https://www.microsoft.com/downloads/en/default.aspx

Detailed steps to perform silent configuration of BizTalk Server, you can use the steps below:

1. Open a command window.

2. Type: configuration.exe /CommandLineParameter. Press ENTER.

Note This table is also documented at the MSDN link below: Working with the Configuration Framework : https://msdn.microsoft.com/en-us/library/aa558808.aspx