Skip to content

Commit 4e52e61

Browse files
cfsmp3claude
andcommitted
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 <[email protected]>
1 parent faaaabf commit 4e52e61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

windows/installer.wxs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<Icon Id="ccxgui.exe" SourceFile="./installer/ccxgui.exe"/>
1515
<!-- Use standard WixUI_InstallDir dialog set -->
1616
<ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />
17-
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER"/>
18-
<Property Id="ARPNOMODIFY" Value="1" />
1917
</Package>
2018
<Fragment>
2119
<StandardDirectory Id="DesktopFolder">

0 commit comments

Comments
 (0)