BloggingAbout.NET
Thoughts of developers
BizTalk Msi Export: Customisation

Here are some notes on customising exports created via the BizTalk Administration Export MSI file.

image

Before creating the export, add any externally referenced .Net assemblies by adding them as a resource in the BizTalk Application's Resources folder:

image

This will allow you to include the added resources in your export and will add them to the Global Assembly Cache during installation.

image

This is also a good means of deploying binding files for different environments.

Also, verify the Destination Location of all resources are set to install in the deployment folder.  The following assembly

image

Should be modified so it will install in the installation folder:

image

A tool like Orca (available in vista SDK) can be used to modify the default deployment folder by changing the manufacturer property.  The screen below shows the property to be modified:

image

Just some notes...


Posted Tue, Jun 24 2008 4:22 PM by chilberto
Filed under:

Add a Comment

(required)  
(optional)
(required)  
Remember Me?

Please add 6 and 1 and type the answer here:
Copyright © 2003-2010 BloggingAbout.NET