|
1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Deployment Framework for BizTalk
- Copyright (C) 2008-14 Thomas F. Abraham, 2004-08 Scott Colestock
- -->
- <SetEnvUIConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <DialogCaption>EDIBroker.TransSmart</DialogCaption>
- <SetEnvUIConfigItem>
- <PromptText>Is this the FIRST server in the BizTalk Group you are undeploying from?
-
- If so, BizTalk assemblies will be un-deployed from the BizTalk Management Database.</PromptText>
- <Caption>This is the FIRST server in the BizTalk Group</Caption>
- <PromptValue>true</PromptValue>
- <ValueType>Checkbox</ValueType>
- <EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName>
- </SetEnvUIConfigItem>
- </SetEnvUIConfig>
|