From 12e46fce47521a5287c0390a232d09c2996c40ba Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Thu, 11 Jun 2026 11:58:14 -0500 Subject: [PATCH] Stop wildcard-deleting install folder files Radial Actions currently stores settings beside the executable. The MSI authoring removed every file in the install folder during upgrade and uninstall with a wildcard RemoveFile entry, which could match user-owned files such as RadialActions.settings or recovery snapshots. This removes only that wildcard cleanup. The existing RemoveFolder entry remains, so Windows Installer can still remove the install directory when it is empty, but it will no longer delete files it does not own just to make the directory removable. This PR intentionally avoids adding graceful close behavior or WiX Util authoring. It is the smallest installer data-safety change and can be reviewed independently from the settings persistence work. --- Package.wxs | 1 - 1 file changed, 1 deletion(-) diff --git a/Package.wxs b/Package.wxs index af4f67c..63336dc 100644 --- a/Package.wxs +++ b/Package.wxs @@ -40,7 +40,6 @@ -