[installer] Log installer to separate file (#24045)

* [installer] Log installer to separate file

* Spellcheck and minor fix

* Delete interop hardlinks before creating them
This commit is contained in:
Stefan Markovic
2023-02-22 10:06:59 +01:00
committed by GitHub
parent aceffe3212
commit 47999199e9
4 changed files with 42 additions and 52 deletions

View File

@@ -177,9 +177,7 @@
<Custom Action="DeleteWinAppSDKHardlinks" Before="RemoveFiles">
Installed AND (REMOVE="ALL")
</Custom>
<Custom Action="DeletePTInteropHardlinks" Before="RemoveFiles">
Installed AND (REMOVE="ALL")
</Custom>
<Custom Action="DeletePTInteropHardlinks" Before="CreatePTInteropHardlinks" />
<Custom Action="DeleteDotnetRuntimeHardlinks" Before="RemoveFiles">
Installed AND (REMOVE="ALL")