Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Open blockstack browser after install on Windows #1971

Merged
merged 1 commit into from
Nov 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions native/windows/BlockstackSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,19 @@
Event="NewDialog"
Value="WelcomeDlg"
Order="2">1</Publish>
<Publish Dialog="ExitDialog"
Control="Finish"
Event="DoAction"
Value="LaunchApplication">NOT Installed</Publish>
</UI>

<CustomAction Id="LaunchApplication"
Execute="immediate"
Impersonate="yes"
Return="asyncNoWait"
FileKey="BlockstackBrowser.exe"
ExeCommand="" />

<Feature Id="ProductFeature" Title="BlockstackSetup" Level="1">
<ComponentGroupRef Id="ProductComponents" />
<ComponentGroupRef Id="HeatResources"/>
Expand Down