[Setup] Better prevent FileInUse errors during install (#12512)

This commit is contained in:
Andrey Nekrasov
2021-07-27 01:23:34 +03:00
committed by GitHub
parent b2a86db6de
commit 5e4f50fa45
3 changed files with 8 additions and 2 deletions

View File

@@ -197,7 +197,8 @@
/>
<!-- Close 'PowerToys.exe' before uninstall-->
<Property Id="MSIRESTARTMANAGERCONTROL" Value="Disable" />
<Property Id="MSIRESTARTMANAGERCONTROL" Value="DisableShutdown" />
<Property Id="MSIFASTINSTALL" Value="DisableShutdown" />
<util:CloseApplication CloseMessage="yes" Target="PowerToys.exe" ElevatedCloseMessage="yes" RebootPrompt="no" TerminateProcess="0" />
</Product>