Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to create project msi in Biztalk 2004 › Re: how to create project msi in Biztalk 2004
October 27, 2006 at 1:56 PM
#16234
I generally try to avoid using the sample BizTalk MSI installer.
I've had alot more success using Scott Colestock's Deployment Framework for deploying BizTalk, and it solves alot of additional problems which the base MSI installer ignores as well. You can find that at http://www.traceofthought.com
You will have to learn NAnt to make that framework work, but it's worth it. (Not to mention NAnt is a good skill, and very portable to MSBuild under .NET 2.0)