diff options
Diffstat (limited to 'src/wixlib/UtilExtension_Platform.wxi')
-rw-r--r-- | src/wixlib/UtilExtension_Platform.wxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/UtilExtension_Platform.wxi b/src/wixlib/UtilExtension_Platform.wxi index 8328577f..4f76c687 100644 --- a/src/wixlib/UtilExtension_Platform.wxi +++ b/src/wixlib/UtilExtension_Platform.wxi | |||
@@ -31,7 +31,7 @@ | |||
31 | </Fragment> | 31 | </Fragment> |
32 | 32 | ||
33 | <Fragment> | 33 | <Fragment> |
34 | <CustomAction Id="WixRegisterRestartResources$(var.Suffix)" BinaryKey="WixCA" DllEntry="WixRegisterRestartResources$(var.Suffix)" Execute="immediate" Return="check" SuppressModularization="yes" /> | 34 | <CustomAction Id="WixRegisterRestartResources$(var.Suffix)" BinaryKey="UtilCA$(var.Suffix)" DllEntry="WixRegisterRestartResources$(var.Suffix)" Execute="immediate" Return="check" SuppressModularization="yes" /> |
35 | 35 | ||
36 | <InstallExecuteSequence> | 36 | <InstallExecuteSequence> |
37 | <Custom Action="WixRegisterRestartResources$(var.Suffix)" Before="InstallValidate" Overridable="yes" /> | 37 | <Custom Action="WixRegisterRestartResources$(var.Suffix)" Before="InstallValidate" Overridable="yes" /> |