|
Home > Archive > BizTalk Server > May 2005 > Deploying ports
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]
|
|
| Jeremy Chapman 2005-04-29, 6:06 pm |
| I have created several send/receive ports that aren't bound to any
assemblies, so to deploy this I have created a binding file with the
deployment wizard.
This binding file contains all the ports on the machine it was created with,
can I just remove the ones I don't want to deploy from the file, without any
adverse effects?
Also, I would like to have an msi to deploy the ports, can I somehow wrap
this binding file into an msi?
| |
| Matt Milner 2005-04-30, 6:07 pm |
| yes, you can remove the ones you don't want.
If you use the deployment project in the SDK, the custom action in there
will look for binding files and deploy them if you pass in the command line
switch I believe it is DEPLOY=true.
Make a copy of the project, add it to your solution, then put your project
output in as files. Include the binding file and it will find it for you.
Matt
"Jeremy Chapman" <NoSpam@Please.com> wrote in message
news:O3M147PTFHA.3620@TK2MSFTNGP09.phx.gbl...
>I have created several send/receive ports that aren't bound to any
> assemblies, so to deploy this I have created a binding file with the
> deployment wizard.
>
> This binding file contains all the ports on the machine it was created
> with,
> can I just remove the ones I don't want to deploy from the file, without
> any
> adverse effects?
>
> Also, I would like to have an msi to deploy the ports, can I somehow
> wrap
> this binding file into an msi?
>
>
| |
| Jeremy Chapman 2005-05-02, 5:50 pm |
| BRILLIANT! thanks.
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:#u37dJcTFHA.2828@TK2MSFTNGP10.phx.gbl...
> yes, you can remove the ones you don't want.
>
> If you use the deployment project in the SDK, the custom action in there
> will look for binding files and deploy them if you pass in the command
line
> switch I believe it is DEPLOY=true.
>
> Make a copy of the project, add it to your solution, then put your project
> output in as files. Include the binding file and it will find it for you.
>
> Matt
>
>
> "Jeremy Chapman" <NoSpam@Please.com> wrote in message
> news:O3M147PTFHA.3620@TK2MSFTNGP09.phx.gbl...
>
>
|
|
|
|
|