diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler_Bundle.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs index 2ec66333..58a4ee64 100644 --- a/src/WixToolset.Core/Compiler_Bundle.cs +++ b/src/WixToolset.Core/Compiler_Bundle.cs | |||
| @@ -524,7 +524,7 @@ namespace WixToolset.Core | |||
| 524 | 524 | ||
| 525 | this.Core.AddTuple(new WixBundleCatalogTuple(sourceLineNumbers, id) | 525 | this.Core.AddTuple(new WixBundleCatalogTuple(sourceLineNumbers, id) |
| 526 | { | 526 | { |
| 527 | Payload_ = id.Id, | 527 | PayloadRef = id.Id, |
| 528 | }); | 528 | }); |
| 529 | } | 529 | } |
| 530 | } | 530 | } |
| @@ -1309,9 +1309,9 @@ namespace WixToolset.Core | |||
| 1309 | var tuple = new WixOrderingTuple(sourceLineNumbers) | 1309 | var tuple = new WixOrderingTuple(sourceLineNumbers) |
| 1310 | { | 1310 | { |
| 1311 | ItemType = type, | 1311 | ItemType = type, |
| 1312 | ItemId_ = id, | 1312 | ItemIdRef = id, |
| 1313 | DependsOnType = previousType, | 1313 | DependsOnType = previousType, |
| 1314 | DependsOnId_ = previousId | 1314 | DependsOnIdRef = previousId |
| 1315 | }; | 1315 | }; |
| 1316 | 1316 | ||
| 1317 | this.Core.AddTuple(tuple); | 1317 | this.Core.AddTuple(tuple); |
| @@ -2041,7 +2041,7 @@ namespace WixToolset.Core | |||
| 2041 | var chainPackageTuple = new WixBundlePackageTuple(sourceLineNumbers, id) | 2041 | var chainPackageTuple = new WixBundlePackageTuple(sourceLineNumbers, id) |
| 2042 | { | 2042 | { |
| 2043 | Type = packageType, | 2043 | Type = packageType, |
| 2044 | Payload_ = id.Id, | 2044 | PayloadRef = id.Id, |
| 2045 | Attributes = attributes, | 2045 | Attributes = attributes, |
| 2046 | InstallCondition = installCondition, | 2046 | InstallCondition = installCondition, |
| 2047 | CacheId = cacheId, | 2047 | CacheId = cacheId, |
| @@ -2176,7 +2176,7 @@ namespace WixToolset.Core | |||
| 2176 | { | 2176 | { |
| 2177 | this.Core.AddTuple(new WixBundlePackageCommandLineTuple(sourceLineNumbers) | 2177 | this.Core.AddTuple(new WixBundlePackageCommandLineTuple(sourceLineNumbers) |
| 2178 | { | 2178 | { |
| 2179 | WixBundlePackage_ = packageId, | 2179 | WixBundlePackageRef = packageId, |
| 2180 | InstallArgument = installArgument, | 2180 | InstallArgument = installArgument, |
| 2181 | UninstallArgument = uninstallArgument, | 2181 | UninstallArgument = uninstallArgument, |
| 2182 | RepairArgument = repairArgument, | 2182 | RepairArgument = repairArgument, |
| @@ -2460,7 +2460,7 @@ namespace WixToolset.Core | |||
| 2460 | { | 2460 | { |
| 2461 | var tuple = new WixBundleMsiPropertyTuple(sourceLineNumbers) | 2461 | var tuple = new WixBundleMsiPropertyTuple(sourceLineNumbers) |
| 2462 | { | 2462 | { |
| 2463 | WixBundlePackage_ = packageId, | 2463 | WixBundlePackageRef = packageId, |
| 2464 | Name = name, | 2464 | Name = name, |
| 2465 | Value = value | 2465 | Value = value |
| 2466 | }; | 2466 | }; |
| @@ -2516,8 +2516,8 @@ namespace WixToolset.Core | |||
| 2516 | { | 2516 | { |
| 2517 | this.Core.AddTuple(new WixBundleSlipstreamMspTuple(sourceLineNumbers) | 2517 | this.Core.AddTuple(new WixBundleSlipstreamMspTuple(sourceLineNumbers) |
| 2518 | { | 2518 | { |
| 2519 | WixBundlePackage_ = packageId, | 2519 | WixBundlePackageRef = packageId, |
| 2520 | WixBundlePackage_Msp = id | 2520 | MspWixBundlePackageRef = id |
| 2521 | }); | 2521 | }); |
| 2522 | } | 2522 | } |
| 2523 | } | 2523 | } |
