diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-05 15:15:38 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-05 15:18:28 -0600 |
commit | 3eef7b697ecebffc20d13bc2c199573620c38ccf (patch) | |
tree | 40befd7a49040c326a3f2570c669286d967ab8f1 /src/wixlib | |
parent | 5d22e83ed1c5abf2b81caa4a56fa56342f30b83b (diff) | |
download | wix-3eef7b697ecebffc20d13bc2c199573620c38ccf.tar.gz wix-3eef7b697ecebffc20d13bc2c199573620c38ccf.tar.bz2 wix-3eef7b697ecebffc20d13bc2c199573620c38ccf.zip |
Fix Enforce.
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/DependencyExtension_Platform.wxi | 2 |
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" /> |