aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2019-11-08 14:54:15 -0500
committerBob Arnson <bob@firegiant.com>2019-11-08 15:07:28 -0500
commite29c25090e26c8cca52232d580528840d1161b73 (patch)
tree8adc655455a219574318131d89501350a9364861 /src/WixToolset.Core
parent8a7d727f1ab0dfef956db726d64985311291505e (diff)
downloadwix-e29c25090e26c8cca52232d580528840d1161b73.tar.gz
wix-e29c25090e26c8cca52232d580528840d1161b73.tar.bz2
wix-e29c25090e26c8cca52232d580528840d1161b73.zip
Ensure upgrade action properties are secure.
Diffstat (limited to 'src/WixToolset.Core')
-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)