-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Eivind Gussiås Løkseth edited this page Jun 18, 2020
·
1 revision
This script deploys a BizTalk MSI built using BTDF, through standard BTDF steps as follows:
- Takes a backup of the existing version of BizTalk app, if any, MSI and bindings into a specified backup dir
- Undeploys the existing version, if any, of BizTalk app
- Uninstalls existing version of BizTalk app, if any
- Installs the new version of BizTalk MSI created using BTDF
- Deploys the new installed version of BizTalk using BTDF
This script was originally developed for BizTalk 2013 R2 and BTDF Release 5.6 (Release Candidate), but the develop branch of this repository has migrated to BizTalk 2016 and BTDF 5.7.
See the Getting Started guide to learn how to use this PowerShell module.