Alternate for BtsMSITask for BizTalk

70 Views Asked by At

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?

1

There are 1 best solutions below

4
Dijkgraaf On

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.