aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_2.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_2.cs')
-rw-r--r--src/WixToolset.Core/Compiler_2.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs
index 2f578e61..3e50a32d 100644
--- a/src/WixToolset.Core/Compiler_2.cs
+++ b/src/WixToolset.Core/Compiler_2.cs
@@ -4919,9 +4919,6 @@ namespace WixToolset.Core
4919 4919
4920 this.Core.AddTuple(tuple); 4920 this.Core.AddTuple(tuple);
4921 4921
4922 // Ensure the action property is secure.
4923 this.AddWixPropertyRow(sourceLineNumbers, new Identifier(AccessModifier.Private, actionProperty), false, true, false);
4924
4925 // Ensure that RemoveExistingProducts is authored in InstallExecuteSequence 4922 // Ensure that RemoveExistingProducts is authored in InstallExecuteSequence
4926 // if at least one row in Upgrade table lacks the OnlyDetect attribute. 4923 // if at least one row in Upgrade table lacks the OnlyDetect attribute.
4927 if (!onlyDetect) 4924 if (!onlyDetect)