installer: SxS: WIP

This commit is contained in:
Bill Zissimopoulos 2022-09-07 15:31:18 +01:00
parent b43d1f5502
commit a9b3cef253

View File

@ -1054,8 +1054,8 @@
Error="A component from an older version of $(var.MyProductName) that cannot be upgraded appears to be running. If you just uninstalled an older version of $(var.MyProductName) please restart your computer." /> Error="A component from an older version of $(var.MyProductName) that cannot be upgraded appears to be running. If you just uninstalled an older version of $(var.MyProductName) please restart your computer." />
<InstallExecuteSequence> <InstallExecuteSequence>
<Custom Action="Params.ServiceRunning" Before="Action.ServiceRunning" /> <Custom Action="Params.ServiceRunning" Before="Action.ServiceRunning" />
<Custom Action="Action.ServiceRunning" After="AppSearch"> <Custom Action="Action.ServiceRunning" After="LaunchConditions">
<![CDATA[NOT Installed AND (0 <> ServiceRunning)]]> <![CDATA[NOT Installed]]>
</Custom> </Custom>
<Custom Action="Action.ServiceRunning.Error" After="Action.ServiceRunning"> <Custom Action="Action.ServiceRunning.Error" After="Action.ServiceRunning">
<![CDATA[NOT Installed AND (0 <> ServiceRunning)]]> <![CDATA[NOT Installed AND (0 <> ServiceRunning)]]>
@ -1063,8 +1063,8 @@
</InstallExecuteSequence> </InstallExecuteSequence>
<InstallUISequence> <InstallUISequence>
<Custom Action="Params.ServiceRunning" Before="Action.ServiceRunning" /> <Custom Action="Params.ServiceRunning" Before="Action.ServiceRunning" />
<Custom Action="Action.ServiceRunning" After="AppSearch"> <Custom Action="Action.ServiceRunning" After="LaunchConditions">
<![CDATA[NOT Installed AND (0 <> ServiceRunning)]]> <![CDATA[NOT Installed]]>
</Custom> </Custom>
<Custom Action="Action.ServiceRunning.Error" After="Action.ServiceRunning"> <Custom Action="Action.ServiceRunning.Error" After="Action.ServiceRunning">
<![CDATA[NOT Installed AND (0 <> ServiceRunning)]]> <![CDATA[NOT Installed AND (0 <> ServiceRunning)]]>