aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-05 15:15:38 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-05 15:18:28 -0600
commit3eef7b697ecebffc20d13bc2c199573620c38ccf (patch)
tree40befd7a49040c326a3f2570c669286d967ab8f1 /src/wixlib
parent5d22e83ed1c5abf2b81caa4a56fa56342f30b83b (diff)
downloadwix-3eef7b697ecebffc20d13bc2c199573620c38ccf.tar.gz
wix-3eef7b697ecebffc20d13bc2c199573620c38ccf.tar.bz2
wix-3eef7b697ecebffc20d13bc2c199573620c38ccf.zip
Fix Enforce.
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/DependencyExtension_Platform.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/DependencyExtension_Platform.wxi b/src/wixlib/DependencyExtension_Platform.wxi
index 68dec471..9ab28ef3 100644
--- a/src/wixlib/DependencyExtension_Platform.wxi
+++ b/src/wixlib/DependencyExtension_Platform.wxi
@@ -7,7 +7,7 @@
7 <Fragment> 7 <Fragment>
8 <CustomAction Id="$(var.Prefix)DependencyRequire$(var.Suffix)" DllEntry="WixDependencyRequire" Execute="immediate" Return="check" SuppressModularization="yes" BinaryRef="DependencyCA$(var.Suffix)" /> 8 <CustomAction Id="$(var.Prefix)DependencyRequire$(var.Suffix)" DllEntry="WixDependencyRequire" Execute="immediate" Return="check" SuppressModularization="yes" BinaryRef="DependencyCA$(var.Suffix)" />
9 <InstallExecuteSequence> 9 <InstallExecuteSequence>
10 <Custom Action="$(var.Prefix)DependencyRequire$(var.Suffix)" Before="WixDependencyCheck$(var.Suffix)" Overridable="yes" Condition="NOT DISABLEDEPENDENCYCHECK" /> 10 <Custom Action="$(var.Prefix)DependencyRequire$(var.Suffix)" Before="$(var.Prefix)DependencyCheck$(var.Suffix)" Overridable="yes" Condition="NOT DISABLEDEPENDENCYCHECK" />
11 </InstallExecuteSequence> 11 </InstallExecuteSequence>
12 <UIRef Id="WixDependencyErrors" /> 12 <UIRef Id="WixDependencyErrors" />
13 <PropertyRef Id="DISABLEDEPENDENCYCHECK" /> 13 <PropertyRef Id="DISABLEDEPENDENCYCHECK" />