[vlc-commits] msi: launch the application by default when the installer ends
Ludovic Fauvet
git at videolan.org
Tue Apr 9 20:14:32 CEST 2013
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Apr 9 14:08:45 2013 +0200| [0e448097b81f67134c61d8cffc840904a6ccaa45] | committer: Ludovic Fauvet
msi: launch the application by default when the installer ends
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e448097b81f67134c61d8cffc840904a6ccaa45
---
extras/package/win32/msi/product.wxs | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs
index b065778..c1a8ec4 100644
--- a/extras/package/win32/msi/product.wxs
+++ b/extras/package/win32/msi/product.wxs
@@ -352,6 +352,7 @@
Return = "asyncNoWait" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT"
Value="Launch VLC media player when setup exits." />
+ <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
<UI>
<Publish Dialog = "ExitDialog"
More information about the vlc-commits
mailing list