]> git.sesse.net Git - vlc/commitdiff
msi: launch the application by default when the installer ends
authorLudovic Fauvet <etix@videolan.org>
Tue, 9 Apr 2013 12:08:45 +0000 (14:08 +0200)
committerLudovic Fauvet <etix@videolan.org>
Tue, 9 Apr 2013 18:11:14 +0000 (20:11 +0200)
extras/package/win32/msi/product.wxs

index b065778055bc271e0dad144c31045729e3a5df59..c1a8ec47c67b09615218793656296decf0426559 100644 (file)
                       Return        = "asyncNoWait" />
         <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT"
           Value="Launch VLC media player when setup exits." />
+        <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
 
         <UI>
             <Publish Dialog  = "ExitDialog"