diff options
author | Rob Mensching <rob@firegiant.com> | 2024-01-11 18:26:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-06 18:03:38 -0800 |
commit | 0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch) | |
tree | 9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/ext/Util/wixext/UtilCompiler.cs | |
parent | 2824298d9dd817a47527c920363556b54ead5d5d (diff) | |
download | wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2 wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip |
Move the BootstrapperApplication out of proc
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; |