Topic: ‘Rollup’

 
 

Update Rollup 18 Now Available for Dynamics CRM 4.0

By in Dynamics CRM, Rollup on Tuesday, July 5th, 2011

Good news - a new Update Rollup release! Rollup 18 is now available for download for the 4.0 version of Dynamics CRM. Click here to review the blog post from the Microsoft Dynamics CRM Team Blog.

Want to go to the Download Center to access the downloadable files? Click here. These EXE files should be downloaded based upon the bit version of your server (they are available for 64-bit server and 32-bit server versions). A Client download EXE file is also available for the 32-bit version of MS Office ONLY.

Want to go to the KB Article to read a bit more about the fixes included in the Rollup? Click here. The KB article goes in depth about included hotfixes available in the Rollup, as well as installation requirements and reminders.

NOTE: A prompt to restart the server may or may not occur after installing Rollup 18. As a reminder, a restart of a Client machine is ALWAYS required after installing the Rollup file for MS Outlook.

 

Update Rollup 2 for Microsoft Dynamics CRM 2011 is Now Available

By in CRM 2011, Dynamics CRM, Rollup on Monday, June 6th, 2011

Microsoft has just released Rollup 2 for it’s newest version of the Dynamics CRM application, Microsoft Dynamics CRM 2011. Click here to download it from the Download Center.

Want to read a little bit more about the update and what it provides? Click here to view the knowledgebase article.

 

Microsoft Dynamics CRM 2011 Update Rollup 1 Available

By in CRM 2011, Dynamics CRM, Rollup on Tuesday, April 26th, 2011

It’s official! The first Rollup for the newest version of the Dynamics CRM application, CRM 2011, was released earlier this month.

A recent post by the Microsoft Dynamics CRM Team Blog bulletizes the related KB article and Download Center link, as well as an estimated release schedule for future rollups, general details about the first Rollup, and how to get support for the Rollup if you need it.

Want to go straight to the download center? Click here to visit the official Rollup page.

 

Update Rollup 13 Released for Microsoft Dynamics CRM 4.0

By in Dynamics CRM, Rollup on Monday, October 11th, 2010

Update Rollup 13 has now been released for Microsoft Dynamics CRM 4.0. Click the links below to see more information and download the necessary files.

KB Article: http://support.microsoft.com/kb/2267499

Download: http://www.microsoft.com/downloads/details.aspx?FamilyID=406e6247-873b-4db0-8a25-3f041b066844

NOTE: The Rollups are cumulative, so any previous hotfixes and patches are included in the download. However, Rollup 7 is a prerequisite for the Client and the Data Migration Manager packages.

 

Newest Dynamics CRM 4.0 Update Rollup Released: Update Rollup 12

By in Dynamics CRM, Rollup on Thursday, August 26th, 2010

The MS Dynamics CRM Sustained Engineering team has recently released the newest Update Rollup for CRM 4.0: Update Rollup 12. If you would like to either download the files or review the related KB article, please click the links below:

Download Page @ Microsoft Download Center: http://www.microsoft.com/downloads/details.aspx?FamilyID=a80147f8-130e-492d-93d3-e16e6b2e2fa1&displaylang=en

KB Article @ Microsoft Support: http://support.microsoft.com/kb/2028381

Rollup 12 may require a reboot, so be prepared to restart your computer in order to see the changes take place. As always, it’s recommended to install rollups in the evening or on a weekend so user performance is not interrupted.

NOTE: You MUST have Update Rollup 7 applied to your machine BEFORE applying ANY ROLLUP HIGHER THAN 7! Rollup 7 is a prerequisite to higher Rollup installations.

Interested in a podcast surrounding the creation and inner-workings of UR12? Click here to visit a website dedicated to giving you an audio of UR12 Q&A. Greg Nichols of the Microsoft Premier Field Engineering team answers questions about the recent Rollup release.

 

Microsoft Dynamics CRM Update Rollup 11 Available for Download

By in Dynamics CRM, Rollup on Monday, June 21st, 2010

The newest edition to the Microsoft Dynamics CRM SE Team’s schedule of update rollup downloads is available on the Download Center website.

Click here to download it from the Microsoft Download Center.

Want to read the KB article, too? Click here to view it on the Microsoft Support website.

 

Auto-Update Feature on Client Machine (Rollup 10)

By in AutoUpdate Feature, Dynamics CRM, Rollup on Friday, May 28th, 2010

How to get AutoUpdates to WORK!

If you have UAC turned on in your environment this will not work!! 

When UAC is enabled even a local administrator must manually run the client auto update process as an administrator for it to succeed appropriately.  If you have UAC installed the user will be prompted to install the update every time they launch outlook.

 First of all, the following keys are required in the client registry, so make sure they are present:

1. HKLMSoftwareMicrosoftMSCRMClientAutoUpdateDisabled (DWORD). Default value 0, which enables Microsoft Dynamics CRM Update. When you set this value to 0, Microsoft Dynamics CRM for Outlook will check for available updates. You can turn off periodic checks for updates by setting the value to 1. The settings do not bypass the check when the user manually checks for updates by clicking the menu option.

2. HKLMSoftwareMicrosoftMSCRMClientAutoUpdateCheckPeriod (DWORD). Default value 4. Enables the administrator to specify a period (in hours) between two background checks for updates. The valid values for this setting are between 4 and 24 hours.

3. HKLMSoftwareMicrosoftMSCRMClientAutoUpdateDownloadUrl (DWORD). <-THIS A STRING TYPE. Contains the URL, such as http://servername/updates/, from where the update will be downloaded.

 Your xml file needs to look like this:

<ClientPatches>
<Create>
<ClientPatchInfo>
<PatchId>{C853A15A-5546-4F07-BF41-FC1C64570AB3}</PatchId> ((Insert the current patchID you are trying to add)
<Title>Update Rollup 10</Title>
<Description>Update Rollup 10</Description>
<IsMandatory>true</IsMandatory>
<IsEnabled>true</IsEnabled>
<ClientType>OutlookDesktop,OutlookLaptop</ClientType>
<LinkId>CRMv4.0-KB979347-i386-Client-ENU.exe</LinkId>
</ClientPatchInfo>
</Create>
</ClientPatches>

 Place the config.xml file in the Tools folder under Program Files/Microsoft Dynamics CRM.

Place the rollup file in the updates folder and do not have any other items in that folder.  This may not matter this is just a step we went through to get it to work.

 Update MSCRM_Config db with patch info

  • Launch the command prompt and change directories to C:Program FilesMicrosoft Dynamics CRMTools
  • Run the following command microsoft.crm.tools.clientpatchconfigurator.exe clientconfig.xml

 These are the abbreviated steps.  You can find further detail at the following two links.

http://blogs.msdn.com/b/crm/archive/2009/05/29/troubleshooting-the-microsoft-dynamics-crm-client-for-outlook.aspx

http://blogs.msdn.com/b/crm/archive/2009/02/11/update-rollup-2-for-microsoft-dynamics-crm-4-0-more-info.aspx

 

Update Rollup 10 for Microsoft Dynamics CRM 4.0 Available for Download

By in Dynamics CRM, Rollup on Thursday, April 29th, 2010

Want to download the most recent rollup for Dynamics CRM 4.0? Click here to access the files on the Microsoft Download Center. Want to read some more about what’s being offered in the rollup? Click here to view the related knowledgebase article.

 

Dynamics CRM: Want to know more about synchronizing with Outlook?

By in Dynamics CRM, Outlook Client, Rollup on Thursday, March 11th, 2010

Click here to view an article illustrating the basics of Outlook synchronization. Here’s a snippet from the Microsoft Download Center regarding the article:

Both the online and offline versions of the CRM Outlook Client support synchronizing CRM contacts and CRM activities to Outlook folders, or Outlook synchronization. Outlook synchronization enables Outlook users to view Dynamics CRM information, including contacts, tasks, phone calls, letters, faxes, appointments, and e-mails, within the Outlook interface.”

Please note: you need to have Update Rollup 7 or newer in order (or Microsoft Dynamics CRM Online November 2009 Service Update or newer) for this to be applicable to you.

Not on a recent rollup? Click here to download Update Rollup 9.

 

Update Rollup 9 for Microsoft Dynamics CRM Now Available for Download

By in Dynamics CRM, Rollup on Monday, February 15th, 2010

Click here to download the latest Rollup from the Microsoft Download Center.

 
Page 2 of 41234