summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2013-08-03 12:26:47 +0000
committerStephen D. Huston <shuston@apache.org>2013-08-03 12:26:47 +0000
commit8bcfc898aca1ede7031cf794d3d14d439883f18b (patch)
tree5e4341ba52b9eeb0f56bed9498a4e5d9c3ef8c54
parent2ac61f61757cc17f46d77743cb577a782dcc0eb9 (diff)
downloadqpid-python-8bcfc898aca1ede7031cf794d3d14d439883f18b.tar.gz
QPID-5031: Remove deprecated Action modifier.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1509969 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--packaging/windows/qpidc.wxs3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/windows/qpidc.wxs b/packaging/windows/qpidc.wxs
index 615ee04ed6..d249423c99 100644
--- a/packaging/windows/qpidc.wxs
+++ b/packaging/windows/qpidc.wxs
@@ -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" />