Microsoft CRM 4.0 Update Rollup 11 is now available. Released June 3rd, this cumulative update includes important updates for Outlook 2010 and SSRS 2008. Altriva recommends installing this update across all roles if your organization leverages Outlook 2010 or if your SSRS Reports Server uses SQL Server 2008. Rollup 7 is a prerequisite for installing the Update for the Outlook client and Data Migration Manager.
Below is sample XML for registering Rollup 11 for the Client for Outlook. We recommend leaving Rollup 7 as a mandatory rollup for Outlook and leaving Rollup 11 as optional. The XML below also shows how to delete Rollup 10 from the available updates. Note that Vista and Windows 7 users may need to check for updates as Administrator for the update to install correctly. This can be done by running Outlook as Administrator and selecting “Check for Updates” in the CRM menu once the CRM Add-in has connected.
<ClientPatches>
<Create>
<ClientPatchInfo>
<PatchId>{77F3EBA0-20E8-403E-B43B-E5AC633E139E}</PatchId>
<Title>Update Rollup 11 for Microsoft Dynamics CRM 4.0 (Optional)</Title>
<Description>Update Rollup 11 for Microsoft Dynamics CRM 4.0 (Optional)</Description>
<IsMandatory>false</IsMandatory>
<IsEnabled>true</IsEnabled>
<ClientType>OutlookLaptop, OutlookDesktop</ClientType>
<!--- *** The LinkId is different for every Language. Please see the KB Article for the correct Link ID to use -->
<!-- & in xml documents must be escaped using & -->
<LinkId>192046&clcid=0x409</LinkId>
</ClientPatchInfo>
</Create>
<!-- ONLY Include this section if you previously registered rollup 10 and would like to delete it -->
<!-- Otherwise remove the delete section -->
<Delete>
<PatchId>{C853A15A-5546-4F07-BF41-FC1C64570AB3}</PatchId>
</Delete>
</ClientPatches>
Instructions for registering Outlook Client updates can be found in the
Implementation Guide: Operating Page 9.