diff options
author | Rob Mensching <rob@firegiant.com> | 2018-01-01 16:49:10 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-01-01 16:49:10 -0800 |
commit | a5b99dfd10f8c429af08c7b33de97ffbbf8502c9 (patch) | |
tree | e4897967188e156edefd6b6df2d6bda1d073c517 /src/wixext/UtilCompiler.cs | |
parent | c8f39be3f8b70b36a8b89b6ccdd4ebb94290b6b3 (diff) | |
download | wix-a5b99dfd10f8c429af08c7b33de97ffbbf8502c9.tar.gz wix-a5b99dfd10f8c429af08c7b33de97ffbbf8502c9.tar.bz2 wix-a5b99dfd10f8c429af08c7b33de97ffbbf8502c9.zip |
Set default culture and update to latest dependencies
Diffstat (limited to 'src/wixext/UtilCompiler.cs')
-rw-r--r-- | src/wixext/UtilCompiler.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixext/UtilCompiler.cs b/src/wixext/UtilCompiler.cs index da48e412..59b36d1c 100644 --- a/src/wixext/UtilCompiler.cs +++ b/src/wixext/UtilCompiler.cs | |||
@@ -2676,8 +2676,7 @@ namespace WixToolset.Util | |||
2676 | attributes |= WixProductSearchAttributes.UpgradeCode; | 2676 | attributes |= WixProductSearchAttributes.UpgradeCode; |
2677 | } | 2677 | } |
2678 | 2678 | ||
2679 | var row = this.ParseHelper.CreateRow(section, sourceLineNumbers, "WixProductSearch"); | 2679 | var row = this.ParseHelper.CreateRow(section, sourceLineNumbers, "WixProductSearch", id); |
2680 | row.Set(0, id); | ||
2681 | row.Set(1, productCode ?? upgradeCode); | 2680 | row.Set(1, productCode ?? upgradeCode); |
2682 | row.Set(2, (int)attributes); | 2681 | row.Set(2, (int)attributes); |
2683 | } | 2682 | } |