aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_2.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-01-24 15:27:20 -0800
committerRob Mensching <rob@firegiant.com>2020-02-05 16:15:47 -0800
commit6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d (patch)
treec717333cd10d5592e59dfb898b391275bba1f389 /src/WixToolset.Core/Compiler_2.cs
parent6e2e67ab55c75f4655397588c0dcc64f50d22f92 (diff)
downloadwix-6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d.tar.gz
wix-6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d.tar.bz2
wix-6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d.zip
Start on new patch infrastructure
Diffstat (limited to 'src/WixToolset.Core/Compiler_2.cs')
-rw-r--r--src/WixToolset.Core/Compiler_2.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs
index 4b6839f1..89d4b6da 100644
--- a/src/WixToolset.Core/Compiler_2.cs
+++ b/src/WixToolset.Core/Compiler_2.cs
@@ -1030,12 +1030,6 @@ namespace WixToolset.Core
1030 1030
1031 this.Core.AddTuple(new SummaryInformationTuple(sourceLineNumbers) 1031 this.Core.AddTuple(new SummaryInformationTuple(sourceLineNumbers)
1032 { 1032 {
1033 PropertyId = SumaryInformationType.WindowsInstallerVersion,
1034 Value = msiVersion.ToString(CultureInfo.InvariantCulture)
1035 });
1036
1037 this.Core.AddTuple(new SummaryInformationTuple(sourceLineNumbers)
1038 {
1039 PropertyId = SumaryInformationType.Security, 1033 PropertyId = SumaryInformationType.Security,
1040 Value = YesNoDefaultType.No == security ? "0" : YesNoDefaultType.Yes == security ? "4" : "2" 1034 Value = YesNoDefaultType.No == security ? "0" : YesNoDefaultType.Yes == security ? "4" : "2"
1041 }); 1035 });