[PATCH STABLE] wix: only one KeyPath is allowed per Component

Steve Borho steve at borho.org
Sat May 6 15:20:36 UTC 2017


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1494083914 18000
#      Sat May 06 10:18:34 2017 -0500
# Branch stable
# Node ID 3ada044340be9652ce978d32c86a6ffda5194227
# Parent  40785ccab41006f61039714d0d9b2ed09e401b2a
wix: only one KeyPath is allowed per Component

diff -r 40785ccab410 -r 3ada044340be contrib/wix/help.wxs
--- a/contrib/wix/help.wxs	Wed May 03 22:56:53 2017 -0400
+++ b/contrib/wix/help.wxs	Sat May 06 10:18:34 2017 -0500
@@ -40,7 +40,7 @@
         <Directory Id="help.internaldir" Name="internals">
           <Component Id="help.internals" Guid="$(var.help.internals.guid)" Win64='$(var.IsX64)'>
             <File Id="internals.bundles.txt"      Name="bundles.txt" KeyPath="yes" />
-            <File Id="internals.censor.txt"       Name="censor.txt" KeyPath="yes" />
+            <File Id="internals.censor.txt"       Name="censor.txt" />
             <File Id="internals.changegroups.txt" Name="changegroups.txt" />
             <File Id="internals.requirements.txt" Name="requirements.txt" />
             <File Id="internals.revlogs.txt"      Name="revlogs.txt" />


More information about the Mercurial-devel mailing list