|
|
|
date: Mon, 19 Feb 2007 16:22:18 -0500,
group: microsoft.public.biztalk.setup
back
Re: Scripting the deployment
On Mon, 19 Feb 2007 16:22:18 -0500, "Anthony Hunter"
wrote:
> Is there any way to code the deployment of a BizTalk application? I've
>found documentation on managing the send/receive ports, but nothing on
>creating orchestrations.
You don't create orchestrations in your scipts. Orchestrations are
created in VS.NET and compile dinto an assembly. Then, in BizTalk
2006, you deploye your solution, and export an .MSI file, which you
must install on the new server. No scripts necessary... for small
installations, at least.
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@eliasen.dk
date: Tue, 20 Feb 2007 23:18:33 +0100
author: Jan Eliasen am
Re: Scripting the deployment
We are developing a BizTalk solution, and need to be able to delopy it
at customer sites. I'm trying to find a why to generate the msi outside of
BizTalk so that I can create it through a build process.
Thanks,
Anthony
"Jan Eliasen" <eliasen@nospam.nospam> wrote in message
news:krsmt2lbvb8n89n7m4eqnbra5sm0s2q7jq@4ax.com...
> On Mon, 19 Feb 2007 16:22:18 -0500, "Anthony Hunter"
> wrote:
>
>> Is there any way to code the deployment of a BizTalk application? I've
>>found documentation on managing the send/receive ports, but nothing on
>>creating orchestrations.
> You don't create orchestrations in your scipts. Orchestrations are
> created in VS.NET and compile dinto an assembly. Then, in BizTalk
> 2006, you deploye your solution, and export an .MSI file, which you
> must install on the new server. No scripts necessary... for small
> installations, at least.
>
> --
> eliasen, representing himself and not the company he works for.
>
> Private blog: http://blog.eliasen.dk
>
> Private email: jan@eliasen.dk
date: Fri, 23 Feb 2007 15:00:12 -0500
author: Anthony Hunter
|
|