Skip to content

Commit

Permalink
Revert part of the wix changes (WalletWasabi#13413)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Sep 18, 2024
1 parent d18a5aa commit 296f997
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions WalletWasabi.WindowsInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,8 @@

<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Thank you for helping the world staying private." />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Wasabi Wallet" />
<Property Id="WixShellExecTarget" Value="wassabee.exe" />

<CustomAction Id="SetWixShellExecTarget" Property="WixShellExecTarget" Value="[INSTALLFOLDER]wassabee.exe" />

<InstallExecuteSequence>
<Custom Action="SetWixShellExecTarget" After="CostFinalize" />
</InstallExecuteSequence>

<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]wassabee.exe" />
<CustomAction Id="LaunchApplication"
BinaryKey="WixCA"
DllEntry="WixShellExec"
Expand Down

0 comments on commit 296f997

Please sign in to comment.