fix: Remove duplicate WiX property declarations

The <ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />
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 <noreply@anthropic.com>
This commit is contained in:
Carlos Fernandez
2025-12-24 09:05:55 +01:00
parent faaaabf63c
commit 4e52e61c91

View File

@@ -14,8 +14,6 @@
<Icon Id="ccxgui.exe" SourceFile="./installer/ccxgui.exe"/>
<!-- Use standard WixUI_InstallDir dialog set -->
<ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER"/>
<Property Id="ARPNOMODIFY" Value="1" />
</Package>
<Fragment>
<StandardDirectory Id="DesktopFolder">