Skip to content

Commit

Permalink
Remove "Run Space Acres" action on Windows after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Nov 13, 2024
1 parent b410047 commit e69f209
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions res/windows/wix/space-acres.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,12 @@
-->
<Publish Dialog='WelcomeDlg' Control='Next' Event='NewDialog' Value='CustomizeDlg' Order='99'>1</Publish>
<Publish Dialog='CustomizeDlg' Control='Back' Event='NewDialog' Value='WelcomeDlg' Order='99'>1</Publish>
<Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication">
WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed
</Publish>
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Run Space Acres" />
<!--<Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication">-->
<!--WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed-->
<!--</Publish>-->
<!--<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Run Space Acres" />-->
</UI>
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>
<!--<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>-->

<!--
Enabling the EULA dialog in the installer requires uncommenting
Expand Down Expand Up @@ -510,8 +510,8 @@
-->
<!--<WixVariable Id='WixUIDialogBmp' Value='wix\Dialog.bmp'/>-->

<Property Id="WixShellExecTarget" Value="[#space_acres.exe]" />
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
<!--<Property Id="WixShellExecTarget" Value="[#space_acres.exe]" />-->
<!--<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />-->

<CustomAction Id='RemoveConfigsAndLogs' Directory="Bin" ExeCommand="[#space_acres.exe] --uninstall" Return='ignore' />
<InstallExecuteSequence>
Expand Down

0 comments on commit e69f209

Please sign in to comment.