Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Lewandowsky <matt@greenviolet.net>2011-02-25 18:12:56 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2014-09-26 02:31:15 +0400
commitfcc2a39032f746a17946694667c01e906a36152c (patch)
tree21cce99bb3f86b15663aec5e3e42aaa68573ae18 /installer
parent17d95c07a978e6e68b21a62408cd8ec51a74f803 (diff)
Add property to enable "Launch app at exit" by default.
Diffstat (limited to 'installer')
-rw-r--r--installer/UI.wxs2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/UI.wxs b/installer/UI.wxs
index 0280ba750..9fd3f8a63 100644
--- a/installer/UI.wxs
+++ b/installer/UI.wxs
@@ -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" />