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.

InstallWizard.xml 1.7KB

4 semanas atrás
123456789101112131415161718192021222324252627282930313233
  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. <!-- Each SetEnvUIConfigItem element defines a single page in the wizard that appears during a server deployment. -->
  7. <!-- The EnvironmentVarName element specifies the name of an environment variable that will contain the value of the -->
  8. <!-- user's selection. Each environment variable automatically becomes an MSBuild property that you may reference in -->
  9. <!-- your .btdfproj file. -->
  10. <SetEnvUIConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  11. <DialogCaption>EDIBroker.TransSmart</DialogCaption>
  12. <SetEnvUIConfigItem>
  13. <PromptText>Enter the domain-qualified account name used by the BizTalk host instance to read/write from/to FILE port physical paths:</PromptText>
  14. <PromptValue />
  15. <ValueType>Text</ValueType>
  16. <EnvironmentVarName>BTSACCOUNT</EnvironmentVarName>
  17. </SetEnvUIConfigItem>
  18. <SetEnvUIConfigItem>
  19. <PromptText>Select the XML file that contains configuration information specific to this environment:</PromptText>
  20. <PromptValue></PromptValue>
  21. <ValueType>FileSelect</ValueType>
  22. <EnvironmentVarName>ENV_SETTINGS</EnvironmentVarName>
  23. </SetEnvUIConfigItem>
  24. <SetEnvUIConfigItem>
  25. <PromptText>Is this the LAST server in the BizTalk Group you are deploying to?
  26. If so, BizTalk assemblies will be deployed to the BizTalk Management Database.</PromptText>
  27. <Caption>This is the LAST server in the BizTalk Group</Caption>
  28. <PromptValue>true</PromptValue>
  29. <ValueType>Checkbox</ValueType>
  30. <EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName>
  31. </SetEnvUIConfigItem>
  32. </SetEnvUIConfig>