Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to Create a Silent Installation for BizTalk Server


View products that this article applies to.

This article was previously published under Q295647

↑ Back to the top


Summary

Many organizations need to automate the installation process for BizTalk Server. This article provides a simple batch file that demonstrates how to use the silent installation features in Microsoft Installer. The BTSSilentInstall.exe file that is included in this article is a self-extracting file that contains prepared files to assist in this task.

↑ Back to the top


More information

The following file is available for download from the Microsoft Download Center:
BTSSilentInstall.exe contains the following files:

Collapse this tableExpand this table
File nameSize
ReadMe.txt1.39 KB (1,432 bytes)
SetupDB.ini1.31 KB (1,344 bytes)
SilentInstall.bat1.30 KB (1,336 bytes)


For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591� How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

Instructions

  1. Copy the files to a directory on your hard drive.
  2. Click Start, point to Run, type CMD, and then press the ENTER key.
  3. Change to the directory that contains the files.
  4. Type the following command at the command prompt:
    Silentinstall.bat <path to MSI file> <product key>
    Where <path to MSI file> is a valid path to the Microsoft BizTalk Server.msi file and <product key> is a valid product key.
The following is an example of how the batch file should be executed:
Silentinstall.bat E:\BizTalkServer2000 GXGXGXGXGXGXGGXGXGXGXGXGG
				

↑ Back to the top


References

For more information on the silent installation features that are available with BizTalk Server, see the Installation Guide.htm file that is located on the BizTalk Server CD.

↑ Back to the top


Keywords: KB295647, kbhowto, kbfile, kbdownload, kbdownload

↑ Back to the top

Article Info
Article ID : 295647
Revision : 8
Created on : 8/5/2004
Published on : 8/5/2004
Exists online : False
Views : 302