Answered by:
CRM Autoupdate Deployment

Question
-
Hi,
I have a big Problem with the Auto Update functionality.
I have published the UR1 over the Auto function. But I cannot deactivat it. I want to publish the newest UR 8 but only the UR1 is shown in the Update Window.
So I have tried the following script:<ClientPatches> <Create> <ClientPatchInfo> <PatchId>{B44BE362-A6B0-4647-A356-F2AAC860B795}</PatchId> <LinkId>CRMv4.0-KB975995-i386-Client-DEU.exe</LinkId> <Title>Outlook Client Update 8</Title> <Description>Outlook Client Update 8 </Description> <IsMandatory>true</IsMandatory> <IsEnabled>true</IsEnabled> <ClientType>OutlookDesktop,OutlookLaptop</ClientType> </ClientPatchInfo> </Create> <Delete> <PatchId>{9D28D100-595D-4CC4-AE00-6A90913B968D}</PatchId> //this is the old Patch ID from UR1 </Delete> </ClientPatches>
And after that I try to register the configfile like this:
C:\Program Files\Microsoft Dynamics CRM\Tools>Microsoft.Crm.Tools.ClientPatchConfigurator.exe C:\Program Files\Microsoft Dynamics CRM\CRMWeb\CRMPatches\configur8.xml
Usage: Microsoft.Crm.Tools.ClientPatchConfigurator [XML Config file]
But nothing happens. Only the UR1 is shown.
What I've done wrong??
Best Regards
AndreasMonday, December 21, 2009 3:58 PM
Answers
-
Hi Andreas,
set the path to your config file in quotes: Microsoft.Crm.Tools.ClientPatchConfigurator.exe "C:\Program Files\Microsoft Dynamics CRM\CRMWeb\CRMPatches\configur8.xml"- Marked as answer by Andreas_Mueller Tuesday, December 22, 2009 12:47 PM
Monday, December 21, 2009 7:52 PM
All replies
-
Hi Andreas,
set the path to your config file in quotes: Microsoft.Crm.Tools.ClientPatchConfigurator.exe "C:\Program Files\Microsoft Dynamics CRM\CRMWeb\CRMPatches\configur8.xml"- Marked as answer by Andreas_Mueller Tuesday, December 22, 2009 12:47 PM
Monday, December 21, 2009 7:52 PM -
Thats nice..
It works after that solution.
Thanks a lot.Tuesday, December 22, 2009 12:48 PM -
How to remove or deactivate autoupdate featureMonday, July 11, 2011 9:50 AM
-
Hi ckeller.
I´m CRM developer, and i have the same issue about "autoupdate"
What do you means about :
"set the path to your config file in quotes: Microsoft.Crm.Tools.ClientPatchConfigurator.exe "C:\Program Files\Microsoft Dynamics CRM\CRMWeb\CRMPatches\configur8.xml" "
Can you give me a sample that you talked ?
Wednesday, May 9, 2012 2:27 PM