|
Home > Archive > BizTalk Server General > January 2006 > Deployment Script Generator
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Deployment Script Generator
|
|
| Cornelius J. van Dyk [MVP] 2006-01-30, 5:53 pm |
| I'm looking at the auto deployment scripts that ship with the BizTalk 2004 SDK.
The scripts use WMI and BTSDeploy etc. in corporation with XML config files.
I've tried figuring out these XML config files, but I'm afraid I might miss
something.
Does anyone know how these are generated?
Or how to construct them?
Or even better, does anyone know of a tool that can look at a deployed and
bound orchestration and generate them for you?
Any advice is much appreciated.
Thanks
C
http://spaces.msn.com/members/cjvandyk
| |
| Tomas Restrepo \(MVP\) 2006-01-30, 5:53 pm |
| > I'm looking at the auto deployment scripts that ship with the BizTalk 2004
> SDK.
> The scripts use WMI and BTSDeploy etc. in corporation with XML config
> files.
> I've tried figuring out these XML config files, but I'm afraid I might
> miss
> something.
> Does anyone know how these are generated?
> Or how to construct them?
> Or even better, does anyone know of a tool that can look at a deployed and
> bound orchestration and generate them for you?
Are you talking about the binding XML files? If so, sure, those can be
exported from your own configuration using btsdeploy itself (see the EXPORT
command) or using the Deployment Wizard with the Export option.
If you are looking for a better deployment tool, consider Scott Colestock's
nant-based deployment framework: http://www.traceofthought.net/
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
| Cornelius J. van Dyk [MVP] 2006-01-30, 5:53 pm |
| Thank you Tomas!
C
http://spaces.msn.com/members/cjvandyk
"Tomas Restrepo (MVP)" wrote:
>
> Are you talking about the binding XML files? If so, sure, those can be
> exported from your own configuration using btsdeploy itself (see the EXPORT
> command) or using the Deployment Wizard with the Export option.
>
> If you are looking for a better deployment tool, consider Scott Colestock's
> nant-based deployment framework: http://www.traceofthought.net/
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
>
>
|
|
|
|
|