mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
Fix folders not being deleted on uninstall (#25021)
Add missing MouseJumpUI dlls
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<?include $(sys.CURRENTDIR)\Common.wxi?>
|
<?include $(sys.CURRENTDIR)\Common.wxi?>
|
||||||
|
|
||||||
<?define MouseJumpUIComponentFiles=PowerToys.MouseJumpUI.deps.json;PowerToys.MouseJumpUI.dll;PowerToys.MouseJumpUI.exe;PowerToys.MouseJumpUI.runtimeconfig.json;WinRT.Runtime.dll;PowerToys.ManagedCommon.dll;PowerToys.GPOWrapper.dll;PowerToys.ManagedTelemetry.dll;Ijwhost.dll;System.Management.dll?>
|
<?define MouseJumpUIComponentFiles=Microsoft.Windows.SDK.NET.dll;System.IO.Abstractions.dll;PowerToys.MouseJumpUI.deps.json;PowerToys.MouseJumpUI.dll;PowerToys.MouseJumpUI.exe;PowerToys.MouseJumpUI.runtimeconfig.json;WinRT.Runtime.dll;PowerToys.ManagedCommon.dll;PowerToys.GPOWrapper.dll;PowerToys.ManagedTelemetry.dll;Ijwhost.dll;System.Management.dll?>
|
||||||
|
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<!-- MouseUtils -->
|
<!-- MouseUtils -->
|
||||||
|
|||||||
@@ -178,7 +178,8 @@
|
|||||||
<Custom Action="DeleteWinAppSDKHardlinks" Before="RemoveFiles">
|
<Custom Action="DeleteWinAppSDKHardlinks" Before="RemoveFiles">
|
||||||
Installed AND (REMOVE="ALL")
|
Installed AND (REMOVE="ALL")
|
||||||
</Custom>
|
</Custom>
|
||||||
<Custom Action="DeletePTInteropHardlinks" Before="CreatePTInteropHardlinks" />
|
|
||||||
|
<Custom Action="DeletePTInteropHardlinks" After="InstallInitialize" />
|
||||||
|
|
||||||
<Custom Action="DeleteDotnetRuntimeHardlinks" Before="RemoveFiles">
|
<Custom Action="DeleteDotnetRuntimeHardlinks" Before="RemoveFiles">
|
||||||
Installed AND (REMOVE="ALL")
|
Installed AND (REMOVE="ALL")
|
||||||
|
|||||||
Reference in New Issue
Block a user