Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
786B

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