diff options
Diffstat (limited to 'src/wixlib/DependencyExtension_Platform.wxi')
-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" /> |