summaryrefslogtreecommitdiff
path: root/packaging
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
commitae958a961349a56600e0b395e4433e72bd8cc199 (patch)
tree5e4341ba52b9eeb0f56bed9498a4e5d9c3ef8c54 /packaging
parente139cb908acc36a6ef0ec86e99db939eb1206fc7 (diff)
downloadqpid-python-ae958a961349a56600e0b395e4433e72bd8cc199.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
Diffstat (limited to 'packaging')
-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" />