Skip to content

Commit

Permalink
Add property to enable "Launch app at exit" by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewellyn authored and hacst committed Sep 25, 2014
1 parent 17d95c0 commit fcc2a39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/UI.wxs
Expand Up @@ -10,6 +10,8 @@
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
<Property Id="WixUI_Mode" Value="FeatureTree" />

<Property Id="LAUNCHAPPONEXIT" Value="1" />

<DialogRef Id="ErrorDlg" />
<DialogRef Id="FatalError" />
<DialogRef Id="FilesInUse" />
Expand Down

0 comments on commit fcc2a39

Please sign in to comment.