From 24c97293249d44fab4ade7d63643d13f858c37ff Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Thu, 9 Apr 2026 14:16:36 +0100 Subject: [PATCH] Implementing remember property pattern for these properties, this should fix #5287 Previously, on an upgrade, this will default back to the default values set in the wxs; now it will store those away in the registry and lookup their value before continuing. This won't fix the upgrade for existing installs that have changed the values, only new ones. The "best" option for existing installs imo is probably to backup the navidrome database and config file. Uninstall the old version, install the new version (with this fix) with the paths you wanted, stop navidrome, restore the database and config file over the top and start navidrome. --- release/wix/navidrome.wxs | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/release/wix/navidrome.wxs b/release/wix/navidrome.wxs index 6d94bab9d..e9d3fcd45 100644 --- a/release/wix/navidrome.wxs +++ b/release/wix/navidrome.wxs @@ -23,9 +23,15 @@ - - - + + + + + + + + + @@ -46,6 +52,10 @@ + + + +