diff options
Diffstat (limited to 'src/wixlib/UtilExtension.wxs')
-rw-r--r-- | src/wixlib/UtilExtension.wxs | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/src/wixlib/UtilExtension.wxs b/src/wixlib/UtilExtension.wxs index 50828416..62d9e37a 100644 --- a/src/wixlib/UtilExtension.wxs +++ b/src/wixlib/UtilExtension.wxs | |||
@@ -63,62 +63,6 @@ | |||
63 | </UI> | 63 | </UI> |
64 | </Fragment> | 64 | </Fragment> |
65 | 65 | ||
66 | <Fragment> | ||
67 | <CustomAction Id="$(var.Prefix)FailWhenDeferred$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixFailWhenDeferred" Execute="deferred" Return="check" SuppressModularization="yes" /> | ||
68 | |||
69 | <InstallExecuteSequence> | ||
70 | <Custom Action="$(var.Prefix)FailWhenDeferred$(var.Suffix)" Before="InstallFinalize" Overridable="yes">WIXFAILWHENDEFERRED=1 AND VersionNT > 400</Custom> | ||
71 | </InstallExecuteSequence> | ||
72 | </Fragment> | ||
73 | |||
74 | <Fragment> | ||
75 | <CustomAction Id="$(var.Prefix)WaitForEvent$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixWaitForEvent" Execute="immediate" Return="check" SuppressModularization="yes" /> | ||
76 | |||
77 | <InstallExecuteSequence> | ||
78 | <Custom Action="$(var.Prefix)WaitForEvent$(var.Suffix)" Before="InstallFinalize" Overridable="yes" /> | ||
79 | </InstallExecuteSequence> | ||
80 | </Fragment> | ||
81 | |||
82 | <Fragment> | ||
83 | <CustomAction Id="$(var.Prefix)WaitForEventDeferred$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixWaitForEvent" Execute="deferred" Return="check" SuppressModularization="yes" /> | ||
84 | |||
85 | <InstallExecuteSequence> | ||
86 | <Custom Action="$(var.Prefix)WaitForEventDeferred$(var.Suffix)" After="InstallInitialize" Overridable="yes" /> | ||
87 | </InstallExecuteSequence> | ||
88 | </Fragment> | ||
89 | |||
90 | <Fragment> | ||
91 | <CustomAction Id="$(var.Prefix)ExitEarlyWithSuccess$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixExitEarlyWithSuccess" Execute="immediate" Return="check" SuppressModularization="yes" /> | ||
92 | |||
93 | <InstallExecuteSequence> | ||
94 | <Custom Action="$(var.Prefix)ExitEarlyWithSuccess$(var.Suffix)" After="FindRelatedProducts" Overridable="yes">NEWERVERSIONDETECTED AND VersionNT > 400</Custom> | ||
95 | </InstallExecuteSequence> | ||
96 | </Fragment> | ||
97 | |||
98 | <Fragment> | ||
99 | <CustomAction Id="$(var.Prefix)RemoveFoldersEx$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixRemoveFoldersEx" Execute="immediate" Return="ignore" /> | ||
100 | |||
101 | <InstallExecuteSequence> | ||
102 | <Custom Action="$(var.Prefix)RemoveFoldersEx$(var.Suffix)" Before="CostInitialize" /> | ||
103 | </InstallExecuteSequence> | ||
104 | </Fragment> | ||
105 | |||
106 | <Fragment> | ||
107 | <CustomAction Id="$(var.Prefix)BroadcastSettingChange$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixBroadcastSettingChange" Execute="immediate" Return="ignore" SuppressModularization="yes" /> | ||
108 | |||
109 | <InstallExecuteSequence> | ||
110 | <Custom Action="$(var.Prefix)BroadcastSettingChange$(var.Suffix)" After="InstallFinalize" Overridable="yes" /> | ||
111 | </InstallExecuteSequence> | ||
112 | </Fragment> | ||
113 | |||
114 | <Fragment> | ||
115 | <CustomAction Id="$(var.Prefix)BroadcastEnvironmentChange$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixBroadcastEnvironmentChange" Execute="immediate" Return="ignore" SuppressModularization="yes" /> | ||
116 | |||
117 | <InstallExecuteSequence> | ||
118 | <Custom Action="$(var.Prefix)BroadcastEnvironmentChange$(var.Suffix)" After="InstallFinalize" Overridable="yes" /> | ||
119 | </InstallExecuteSequence> | ||
120 | </Fragment> | ||
121 | |||
122 | <!-- WiX OS-detection properties and custom action --> | 66 | <!-- WiX OS-detection properties and custom action --> |
123 | <Fragment> | 67 | <Fragment> |
124 | <CustomAction Id="$(var.Prefix)QueryOsInfo$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixQueryOsInfo" Execute="firstSequence" Return="check" SuppressModularization="yes" /> | 68 | <CustomAction Id="$(var.Prefix)QueryOsInfo$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixQueryOsInfo" Execute="firstSequence" Return="check" SuppressModularization="yes" /> |
@@ -382,43 +326,6 @@ | |||
382 | <CustomActionRef Id="$(var.Prefix)QueryOsDriverInfo$(var.Suffix)" /> | 326 | <CustomActionRef Id="$(var.Prefix)QueryOsDriverInfo$(var.Suffix)" /> |
383 | </Fragment> | 327 | </Fragment> |
384 | 328 | ||
385 | <!-- ShellExec custom actions (for when only one is needed; multiple executions need their own IDs) --> | ||
386 | <Fragment> | ||
387 | <PropertyRef Id="WixShellExecBinaryId" /> | ||
388 | <CustomAction Id="$(var.Prefix)ShellExecBinary$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixShellExecBinary" Execute="immediate" Return="check" Impersonate="yes" /> | ||
389 | </Fragment> | ||
390 | |||
391 | <Fragment> | ||
392 | <PropertyRef Id="WixShellExecTarget" /> | ||
393 | <CustomAction Id="$(var.Prefix)ShellExec$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixShellExec" Execute="immediate" Return="check" Impersonate="yes" /> | ||
394 | </Fragment> | ||
395 | |||
396 | <Fragment> | ||
397 | <PropertyRef Id="WixUnelevatedShellExecTarget" /> | ||
398 | <CustomAction Id="$(var.Prefix)UnelevatedShellExec$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixUnelevatedShellExec" Execute="immediate" Return="check" Impersonate="yes" /> | ||
399 | </Fragment> | ||
400 | |||
401 | <Fragment> | ||
402 | <PropertyRef Id="WixQuietExecCmdLine" /> | ||
403 | <CustomAction Id="$(var.Prefix)QuietExec$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixQuietExec" Execute="immediate" Return="check" Impersonate="yes" /> | ||
404 | </Fragment> | ||
405 | |||
406 | <Fragment> | ||
407 | <PropertyRef Id="WixQuietExec64CmdLine" /> | ||
408 | <CustomAction Id="$(var.Prefix)QuietExec64$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixQuietExec64" Execute="immediate" Return="check" Impersonate="yes" /> | ||
409 | </Fragment> | ||
410 | |||
411 | <!-- SilentExec custom actions differ from QtExec in that they do not log the commandline or output of the exe --> | ||
412 | <Fragment> | ||
413 | <PropertyRef Id="WixSilentExecCmdLine" /> | ||
414 | <CustomAction Id="$(var.Prefix)SilentExec$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixSilentExec" Execute="immediate" Return="check" Impersonate="yes" /> | ||
415 | </Fragment> | ||
416 | |||
417 | <Fragment> | ||
418 | <PropertyRef Id="WixSilentExec64CmdLine" /> | ||
419 | <CustomAction Id="$(var.Prefix)SilentExec64$(var.Suffix)" BinaryKey="$(var.Prefix)UtilCA$(var.Suffix)" DllEntry="WixSilentExec64" Execute="immediate" Return="check" Impersonate="yes" /> | ||
420 | </Fragment> | ||
421 | |||
422 | <Fragment> | 329 | <Fragment> |
423 | <BundleExtension Id="WixUtilBundleExtension" SourceFile="utilbe.dll" Name="WixUtilBundleExtension\utilbe.dll" /> | 330 | <BundleExtension Id="WixUtilBundleExtension" SourceFile="utilbe.dll" Name="WixUtilBundleExtension\utilbe.dll" /> |
424 | </Fragment> | 331 | </Fragment> |