From 4e52e61c91c0bcfbdd043b58cd7d336e9e0ded89 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Wed, 24 Dec 2025 09:05:55 +0100 Subject: [PATCH] fix: Remove duplicate WiX property declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The element already defines WIXUI_INSTALLDIR (via the InstallDirectory attribute) and ARPNOMODIFY (in the wixlib). Declaring them again causes WIX0091 errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- windows/installer.wxs | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index 2e0ceb93..5a58af0b 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -14,8 +14,6 @@ - -