Skip to content

Commit

Permalink
Trying to fix Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmoenig committed Jan 15, 2024
1 parent 3fe933f commit 713a615
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build/windows/wix/eldiron.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<UI>
<UIRef Id="WixUI_InstallDir"/>
<Publish Dialog="ExitDialog"
Control="Finish"
Event="DoAction"
Control="Finish"
Event="DoAction"
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
</UI>

Expand Down Expand Up @@ -69,13 +69,13 @@
<ComponentRef Id="EldironExe"/>
<ComponentRef Id="Shortcut"/>
<ComponentRef Id="ModifyPathEnv"/>
<ComponentGroupRef Id="Resources"/>
<!-- <ComponentGroupRef Id="Resources"/> -->
</Feature>
</Product>

<Fragment>
<!-- <Fragment>
<ComponentGroup Id="Resources" Directory="INSTALLDIR">
<ComponentGroupRef Id="DynamicFragment" />
</ComponentGroup>
</Fragment>
</Fragment> -->
</Wix>
2 changes: 1 addition & 1 deletion build/windows/wix/license.rtf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{\rtf1
Copyright 2022 Markus Moenig\
Copyright 2024 Markus Moenig\
\
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\
\
Expand Down

0 comments on commit 713a615

Please sign in to comment.