Author: shuston
Date: Sat Aug  3 12:26:47 2013
New Revision: 1509969

URL: http://svn.apache.org/r1509969
Log:
QPID-5031: Remove deprecated Action modifier.

Modified:
    qpid/trunk/qpid/packaging/windows/qpidc.wxs

Modified: qpid/trunk/qpid/packaging/windows/qpidc.wxs
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/packaging/windows/qpidc.wxs?rev=1509969&r1=1509968&r2=1509969&view=diff
==============================================================================
--- qpid/trunk/qpid/packaging/windows/qpidc.wxs (original)
+++ qpid/trunk/qpid/packaging/windows/qpidc.wxs Sat Aug  3 12:26:47 2013
@@ -96,8 +96,7 @@
         <!-- This registry key, values, procedure, and reasoning are
              described at http://support.microsoft.com/kb/817066
              It's necessary for the WCF XA support to work properly. -->
-        <RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\MSDTC\XADLL"
-                     Action="create">
+        <RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\MSDTC\XADLL">
           <RegistryValue Type="string"
                          Name="qpidxarm.dll"
                          Value="[QpidBin]qpidxarm.dll" />



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to