Hi,
I need to create 2 MSI from the same the BizTalk Solution based on the region category. The bindings for the same as different (no. of send ports) for each region.
There are 2 ways of doing it -
Q1. I want to have user parameter passed as region code to create the MSI accordingly. Is it possible and how?
Q2. If above is not possible, then can I have multiple master binding files based on region which would get selected based on user input at the runtime using InstallWizard.xml? How can I save the value of the variable in InstallWizard and use it in my BTDF Project file to select appropriate master bindings for pre-processing?
Thanks,
neel :)
I need to create 2 MSI from the same the BizTalk Solution based on the region category. The bindings for the same as different (no. of send ports) for each region.
There are 2 ways of doing it -
- Use the master binding with loads of pre-processing scripts.
-
Creating a different MSI based on the region with its own Master Binding File.
Q1. I want to have user parameter passed as region code to create the MSI accordingly. Is it possible and how?
Q2. If above is not possible, then can I have multiple master binding files based on region which would get selected based on user input at the runtime using InstallWizard.xml? How can I save the value of the variable in InstallWizard and use it in my BTDF Project file to select appropriate master bindings for pre-processing?
Thanks,
neel :)