From faaaabf63ca15fa7b2396dc6e820920e6bd9e2ef Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Wed, 24 Dec 2025 07:28:33 +0100 Subject: [PATCH] fix(installer): Add missing WIXUI_INSTALLDIR property and fix RemoveFolder ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added WIXUI_INSTALLDIR property (required per WiX issue #7105) - Changed RemoveFolder Id from "DesktopFolder" to "RemoveDesktopShortcut" to avoid ID conflict with StandardDirectory element 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- windows/installer.wxs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index 97737933..2e0ceb93 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -14,6 +14,7 @@ + @@ -24,7 +25,7 @@ Description="Run CCExtractor" Target="[INSTALLFOLDER]ccxgui.exe" WorkingDirectory="INSTALLFOLDER"/> - +