mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-09 02:16:41 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user