The Rule Engine Deployment Wizard, which ships with BizTalk Server 2006, provides a graphical user interface to perform the following operations:


%u00b7     Import a policy from a Business Rule Language (BRL) file into the Rule Engine database, and publish the policy


%u00b7     Export a policy from the Rule Engine database to a BRL file


%u00b7     Deploy a published policy


%u00b7     Undeploy a deployed policy


One of the disadvantages of this wizard is that you can perform only one operation at a time. For example, if you need to export two policies, you need to launch the wizard twice. This wizard is also not scriptable and hence cannot be used to easily automate the operations that it supports. For example, you cannot automate the wizard easily from a setup program to automatically import and deploy one or more policies. The DeployRules sample fills this gap, allowing administrators to import, export, deploy, undeploy, and remove policies in a scriptable manner.


Download the attachment, and review the ReadME.doc first.