Is there a way to generate only BizTalk MSI before deploying it to BizTalk Server Console. I found a method mentioned here BtsMsiTask
I want to know can we do with any other method without installing any other component?
Is there a way to generate only BizTalk MSI before deploying it to BizTalk Server Console. I found a method mentioned here BtsMsiTask
I want to know can we do with any other method without installing any other component?
You can generate a BizTalk MSI from the BizTalk Adminstration Console after deploying from Visual Studio by right clicking the application and selecting Export, MSI.
However if you are talking about automated builds to create MSI, then it is rather a long topic, require other components and not suitable for a Q&A type post.