BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

RadioButtons ValueType of SetEnvUIConfig.xsd is limited to only 5 #448

Closed Aravindhrk closed 6 years ago

Aravindhrk commented 6 years ago

We are in need of having more than 5 environments, and we would like to have RadioButton instead of Fileselect.

We are using Deployment framework V5.5

is it possible to achieve this?

tfabraham commented 6 years ago

You could create a custom version of SetEnvUI.exe. The code that sets up the radio button controls and the overall UI is here.

Aravindhrk commented 6 years ago

Thank you...