From c1e0921c3e5244391a46bbfef617e91a0cb8665b Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 8 Aug 2026 20:36:57 +0100 Subject: [PATCH] Update MSI wrapper to use dynamic log path and ensure cleanup on uninstall - Modified the `ExeCommand` in `msi-wrapped.wxs` to log installation updates to the correct per-user directory. - Added removal actions for update files and directories during uninstallation to maintain a clean environment. --- packaging/windows/msi-wrapped.wxs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packaging/windows/msi-wrapped.wxs b/packaging/windows/msi-wrapped.wxs index e5fdaf0..75e301e 100644 --- a/packaging/windows/msi-wrapped.wxs +++ b/packaging/windows/msi-wrapped.wxs @@ -37,14 +37,15 @@ - - + @@ -55,6 +56,10 @@ + + + +