I need an msi to automatically install, deploy and start my BizTalk
applications, and need more control of the process than i find using the
ex****t functionality in the BizTalk Administration Console.
In BizTalk 2004 there there was a BTSInstaller setup project in the SDK,
which is removed in BizTalk 2006.
I think a possible solution to my problem is to create a setup project in
Visual Studio using BTSTask.exe to perform the biztalk deployment tasks.
But how do i use BTSTask.exe from a setup project? and is it a durable
solution in a production environment?