diff options
| -rw-r--r-- | qpid/packaging/windows/qpidc.wxs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/packaging/windows/qpidc.wxs b/qpid/packaging/windows/qpidc.wxs index 615ee04ed6..d249423c99 100644 --- a/qpid/packaging/windows/qpidc.wxs +++ b/qpid/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" />
|
