diff options
Diffstat (limited to 'src/ext/Util/wixext/UtilCompiler.cs')
-rw-r--r-- | src/ext/Util/wixext/UtilCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/wixext/UtilCompiler.cs b/src/ext/Util/wixext/UtilCompiler.cs index f7bb0614..6221c052 100644 --- a/src/ext/Util/wixext/UtilCompiler.cs +++ b/src/ext/Util/wixext/UtilCompiler.cs | |||
@@ -800,7 +800,7 @@ namespace WixToolset.Util | |||
800 | } | 800 | } |
801 | 801 | ||
802 | var componentKeyPath = this.CreateComponentKeyPath(); | 802 | var componentKeyPath = this.CreateComponentKeyPath(); |
803 | componentKeyPath.Id = id.Id; | 803 | componentKeyPath.Id = id; |
804 | componentKeyPath.Explicit = isKeyPath; | 804 | componentKeyPath.Explicit = isKeyPath; |
805 | componentKeyPath.Type = PossibleKeyPathType.Registry; | 805 | componentKeyPath.Type = PossibleKeyPathType.Registry; |
806 | return componentKeyPath; | 806 | return componentKeyPath; |